wok-current diff pcmanfm-legacy/stuff/archiver-tazpkg-support.patch @ rev 13349
pcmanfm 1.0 is default and old 0.5 serie is pcmanfm-legacy
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Sep 07 15:35:29 2012 +0200 (2012-09-07) |
parents | pcmanfm/stuff/archiver-tazpkg-support.patch@3ddff9c40a56 |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pcmanfm-legacy/stuff/archiver-tazpkg-support.patch Fri Sep 07 15:35:29 2012 +0200 1.3 @@ -0,0 +1,24 @@ 1.4 +--- src/ptk/ptk-file-archiver.c Sun May 25 14:59:12 2008 1.5 ++++ src/ptk/ptk-file-archiver.c Thu Jun 25 23:28:10 2009 1.6 +@@ -10,6 +10,8 @@ 1.7 + * 1.8 + */ 1.9 + 1.10 ++/* 06-25-2009 Erjo: Add support for tazpkg */ 1.11 ++ 1.12 + #include <glib/gi18n.h> 1.13 + #include <string.h> 1.14 + 1.15 +@@ -61,6 +63,12 @@ 1.16 + "tar -xvf", 1.17 + ".tar", TRUE 1.18 + }, 1.19 ++ { 1.20 ++ "application/x-tazpkg", 1.21 ++ "tazpkg pack", 1.22 ++ "tazpkg extract", 1.23 ++ ".tazpkg", FALSE 1.24 ++ } 1.25 + /* 1.26 + { 1.27 + "application/x-rar",