wok diff pcmanfm/receipt @ rev 6013

PolicyKit: Update receipt
author Matthew Sheets <rcx@zoominternet.net>
date Sat Aug 14 18:58:00 2010 +0000 (2010-08-14)
parents 0588160a6878
children 1808d3972a36
line diff
     1.1 --- a/pcmanfm/receipt	Wed Sep 09 21:42:10 2009 +0200
     1.2 +++ b/pcmanfm/receipt	Sat Aug 14 18:58:00 2010 +0000
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pcmanfm"
     1.7 -VERSION="0.5.1"
     1.8 +VERSION="0.5.2"
     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="glibc-base glib libgio util-linux-ng-uuid libxcb xcb-util expat zlib fontconfig \
    1.13 -freetype gtk+ atk cairo pango pixman libpng gamin startup-notification dbus dbus-glib hal \
    1.14 -xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXcomposite \
    1.15 -xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes \
    1.16 -xorg-libXinerama xorg-libXrender"
    1.17 +DEPENDS="glibc-base glib libgio util-linux-ng-uuid libxcb xcb-util expat \
    1.18 +zlib fontconfig freetype gtk+ atk cairo pango pixman libpng gamin \
    1.19 +startup-notification dbus dbus-glib hal xorg-libICE xorg-libSM xorg-libX11 \
    1.20 +xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp \
    1.21 +xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender"
    1.22  BUILD_DEPENDS="gtk+-dev gamin-dev gamin shared-mime-info intltool hal-dev \
    1.23  dbus-glib-dev dbus-dev startup-notification-dev libxcb-dev xcb-util-dev"
    1.24  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.25 @@ -25,7 +25,7 @@
    1.26  		if [ -f done.$(basename $i) ]; then
    1.27  			continue
    1.28  		else
    1.29 -			patch -p1 -i $i && touch done.$(basename $i)
    1.30 +			patch -p0 < $i && touch done.$(basename $i) || exit 1
    1.31  		fi
    1.32  	done
    1.33