wok rev 4232

xfce4-session: fix FSH
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 24 15:33:52 2009 +0200 (2009-09-24)
parents 0dfe9e7759d5
children 42523bca6bfa
files xfce4-session/receipt
line diff
     1.1 --- a/xfce4-session/receipt	Thu Sep 24 15:15:18 2009 +0200
     1.2 +++ b/xfce4-session/receipt	Thu Sep 24 15:33:52 2009 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Xfce session manager"
     1.5  MAINTAINER="erjo@slitaz.org"
     1.6  DEPENDS="libxfce4util libxfcegui4 libwnck perl-xml-parser xorg-iceauth"
     1.7 -BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev libwnck-dev xorg-iceauth libiconv"
     1.8 +BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev libwnck-dev xorg-iceauth"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://www.xfce.org/"
    1.11  WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL"
    1.12 @@ -21,6 +21,7 @@
    1.13  		--enable-final \
    1.14  		--disable-gnome \
    1.15  		--disable-debug \
    1.16 +		--libexecdir=/usr/lib/$PACKAGE \
    1.17  		--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.18  	make && make DESTDIR=$PWD/_pkg install
    1.19  }
    1.20 @@ -28,13 +29,13 @@
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr \
    1.25 +	mkdir -p $fs/usr/lib \
    1.26  		$fs/usr/share/locale \
    1.27  		$fs/sbin
    1.28  			
    1.29  	cp -a $_pkg/etc $fs/	
    1.30  	cp -a $_pkg/usr/bin $fs/usr
    1.31 -	cp -a $_pkg/usr/libexec $fs/usr
    1.32 +	cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib
    1.33  	cp -a $_pkg/usr/lib $fs/usr
    1.34  	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.35  	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.36 @@ -46,7 +47,7 @@
    1.37  	cp stuff/shutdown $fs/sbin
    1.38  
    1.39  	# strip all files
    1.40 -	strip -s $fs/usr/libexec/xf*
    1.41 +	strip -s $fs/usr/lib/$PACKAGE/xf*
    1.42  	
    1.43  	# remove autostartfile
    1.44  	rm -f $fs/etc/xdg/autostart/*