wok-4.x view pcmanfm/stuff/archiver-tazpkg-support.patch @ rev 3722

Upgrade: pcmanfm (0.5 to 0.5.1)
author Matthew Sheets <rcx@zoominternet.net>
date Tue Jul 21 16:40:18 2009 +0000 (2009-07-21)
parents e829f657b054
children 3ddff9c40a56
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 @@ -10,6 +10,8 @@
4 *
5 */
7 +/* 06-25-2009 Erjo: Add support for tazpkg */
8 +
9 #include <glib/gi18n.h>
10 #include <string.h>
12 @@ -61,6 +63,12 @@
13 "tar -xvf",
14 ".tar", TRUE
15 },
16 + {
17 + "application/x-tazpkg",
18 + "tazpkg pack",
19 + "tazpkg extract",
20 + ".tazpkg", FALSE
21 + }
22 /*
23 {
24 "application/x-rar",