wok diff xfce4-session/receipt @ rev 4137

Fix: libexo, add herlpers patch
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Sep 20 13:31:05 2009 +0000 (2009-09-20)
parents 422f5813b998
children 34ae067070b1
line diff
     1.1 --- a/xfce4-session/receipt	Mon Mar 16 22:48:55 2009 +0000
     1.2 +++ b/xfce4-session/receipt	Sun Sep 20 13:31:05 2009 +0000
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfce4-session"
     1.7 -VERSION="4.4.3"
     1.8 +VERSION="4.6.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xfce session manager"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 -DEPENDS="xorg-libSM xfce-mcs-manager libxfce4util libxfcegui4 libxfce4mcs \
    1.13 -xfce4-panel dbus xorg-libXdamage"
    1.14 -BUILD_DEPENDS="xorg-libSM-dev libxfce4util-dev xfce-mcs-manager-dev xorg-iceauth"
    1.15 +DEPENDS="libxfce4util libxfcegui4 libwnck perl-xml-parser xorg-iceauth"
    1.16 +BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev libwnck-dev xorg-iceauth libiconv"
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18  WEB_SITE="http://www.xfce.org/"
    1.19 -WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL"
    1.20 +WGET_URL="http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL
    1.21 +  http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25 @@ -21,6 +21,7 @@
    1.26  		--enable-dbus \
    1.27  		--enable-final \
    1.28  		--disable-gnome \
    1.29 +		--disable-debug \
    1.30  		--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.31  	make && make DESTDIR=$PWD/_pkg install
    1.32  }
    1.33 @@ -41,6 +42,12 @@
    1.34  	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.35  	cp -a $_pkg/usr/share/themes $fs/usr/share
    1.36  	cp -a $_pkg/usr/share/xfce4 $fs/usr/share
    1.37 +
    1.38 +	# strip all files
    1.39 +	strip -s $fs/usr/libexec/xf*
    1.40 +	
    1.41 +	# remove autostartfile
    1.42 +	rm -f $fs/etc/xdg/autostart/*
    1.43  	
    1.44  	# Remove unecessary files
    1.45  	find $fs/ -name "*.*a" -exec rm -f {} \;