wok view pcmanfm/stuff/archiver-tazpkg-support.patch @ rev 3656

Up: libsoup (2.6.23)
author Mallory Mollo <mallory@sweetpeople.org>
date Tue Jul 07 17:02:44 2009 +0200 (2009-07-07)
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",