wok-stable 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 | 28637214be82 |
children | 50f8bc475b17 |
files | pcmanfm/receipt pcmanfm/stuff/archiver-tazpkg-support.patch |
line diff
1.1 --- a/pcmanfm/receipt Tue Jul 21 15:56:45 2009 +0000 1.2 +++ b/pcmanfm/receipt Tue Jul 21 16:40:18 2009 +0000 1.3 @@ -1,14 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pcmanfm" 1.7 -VERSION="0.5" 1.8 +VERSION="0.5.1" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Light and easy to use file manager." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -DEPENDS="gtk+ xorg gamin startup-notification dbus dbus-glib hal xorg-libXdamage" 1.13 +DEPENDS="glibc-base glib libgio libuuid libxcb xcb-util expat zlib fontconfig \ 1.14 +freetype gtk+ atk cairo pango pixman libpng gamin startup-notification dbus dbus-glib hal \ 1.15 +xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXcomposite \ 1.16 +xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes \ 1.17 +xorg-libXinerama xorg-libXrender" 1.18 BUILD_DEPENDS="gtk+-dev gamin-dev gamin shared-mime-info intltool hal-dev \ 1.19 -dbus-glib-dev dbus-dev startup-notification-dev" 1.20 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.21 +dbus-glib-dev dbus-dev startup-notification-dev libxcb-dev xcb-util-dev" 1.22 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.23 WEB_SITE="http://pcmanfm.sourceforge.net/" 1.24 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.25
2.1 --- a/pcmanfm/stuff/archiver-tazpkg-support.patch Tue Jul 21 15:56:45 2009 +0000 2.2 +++ b/pcmanfm/stuff/archiver-tazpkg-support.patch Tue Jul 21 16:40:18 2009 +0000 2.3 @@ -1,12 +1,6 @@ 2.4 --- pcmanfm-0.5.ori/src/ptk/ptk-file-archiver.c Sun May 25 14:59:12 2008 2.5 +++ pcmanfm-0.5/src/ptk/ptk-file-archiver.c Thu Jun 25 23:28:10 2009 2.6 -@@ -5,11 +5,13 @@ 2.7 - * 2.8 - * 2.9 - * Author: Hong Jen Yee (PCMan) <pcman.tw (AT) gmail.com>, (C) 2006 2.10 --* 2.11 -+* 2.12 - * Copyright: See COPYING file that comes with this distribution 2.13 +@@ -10,6 +10,8 @@ 2.14 * 2.15 */ 2.16 2.17 @@ -15,7 +9,7 @@ 2.18 #include <glib/gi18n.h> 2.19 #include <string.h> 2.20 2.21 -@@ -55,6 +57,12 @@ 2.22 +@@ -61,6 +63,12 @@ 2.23 "tar -xvf", 2.24 ".tar", TRUE 2.25 },