wok-6.x view pcmanfm/stuff/archiver-tazpkg-support.patch @ rev 3584

pcmanfm: add tazpkg handler.
pcmanfm/stuff/archiver-tazpkg-support.patch HG: changed
pcmanfm/stuff/icons/Tango/32x32/mimetypes/gnome-mime-application-x-tazpkg.png
pcmanfm/stuff/icons/Tango/32x32/mimetypes/package-x-tazpkg.png HG:
changed pcmanfm/stuff/mime/packages/tazpkg.xml
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Jun 27 00:24:13 2009 +0200 (2009-06-27)
parents
children 9d7ec81e4c94
line source
1 --- pcmanfm-0.5.ori/src/ptk/ptk-file-archiver.c Sun May 25 14:59:12 2008
2 +++ pcmanfm-0.5/src/ptk/ptk-file-archiver.c Thu Jun 25 23:28:10 2009
3 @@ -5,11 +5,13 @@
4 *
5 *
6 * Author: Hong Jen Yee (PCMan) <pcman.tw (AT) gmail.com>, (C) 2006
7 -*
8 +*
9 * Copyright: See COPYING file that comes with this distribution
10 *
11 */
13 +/* 06-25-2009 Erjo: Add support for tazpkg */
14 +
15 #include <glib/gi18n.h>
16 #include <string.h>
18 @@ -55,6 +57,12 @@
19 "tar -xvf",
20 ".tar", TRUE
21 },
22 + {
23 + "application/x-tazpkg",
24 + "tazpkg pack",
25 + "tazpkg extract",
26 + ".tazpkg", FALSE
27 + }
28 /*
29 {
30 "application/x-rar",