wok-current diff pcmanfm-legacy/stuff/archiver-tazpkg-support.patch @ rev 14573
Transmission-cli shouldn't install Transmission-gtk
author | Brenton Scott <admin@trixarian.net> |
---|---|
date | Fri May 24 18:26:23 2013 +0200 (2013-05-24) |
parents | 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 May 24 18:26:23 2013 +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",