wok diff xfce4-session/receipt @ rev 8023

up: xfce4-session* (4.8.0)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jan 20 02:16:59 2011 +0100 (2011-01-20)
parents 3d8b6b59159f
children 0874004b631d
line diff
     1.1 --- a/xfce4-session/receipt	Sun Oct 24 21:07:48 2010 +0000
     1.2 +++ b/xfce4-session/receipt	Thu Jan 20 02:16:59 2011 +0100
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfce4-session"
     1.7 -VERSION="4.6.2"
     1.8 +VERSION="4.8.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xfce session manager"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 -DEPENDS="libxfce4util libxfcegui4 libwnck dbus-glib libglade xorg-iceauth"
    1.13 +DEPENDS="libxfce4util libxfce4ui libwnck dbus-glib libglade xorg-iceauth"
    1.14  SUGGESTED="perl-xml-parser"
    1.15 -BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev xfconf-dev libglade-dev dbus-dev dbus-glib-dev xorg-iceauth libwnck-dev pkg-config intltool util-linux-ng-uuid-dev"
    1.16 +BUILD_DEPENDS="libxfce4util-dev libxfce4ui-dev xfconf-dev libglade-dev dbus-dev dbus-glib-dev xorg-iceauth libwnck-dev pkg-config intltool util-linux-ng-uuid-dev"
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18  WEB_SITE="http://www.xfce.org/"
    1.19 -WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL"
    1.20 +WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24 @@ -18,8 +18,7 @@
    1.25  	cd $src
    1.26  	./configure --prefix=/usr \
    1.27  		--sysconfdir=/etc \
    1.28 -		--enable-dbus \
    1.29 -		--enable-final \
    1.30 +		--enable-panel-plugin \
    1.31  		--disable-gnome \
    1.32  		--disable-debug \
    1.33  		--libexecdir=/usr/lib/$PACKAGE \
    1.34 @@ -36,8 +35,8 @@
    1.35  			
    1.36  	cp -a $_pkg/etc $fs/	
    1.37  	cp -a $_pkg/usr/bin $fs/usr
    1.38 -	cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib
    1.39 -	cp -a $_pkg/usr/lib $fs/usr
    1.40 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.41 +	cp -a $_pkg/usr/lib/xfce4 $fs/usr/lib
    1.42  	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.43  	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.44  	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.45 @@ -48,14 +47,14 @@
    1.46  	cp stuff/shutdown $fs/sbin
    1.47  
    1.48  	# strip all files
    1.49 -	strip -s $fs/usr/lib/$PACKAGE/xf*
    1.50 +	#strip -s $fs/usr/lib/$PACKAGE/xf*
    1.51  	
    1.52  	# remove autostartfile
    1.53  	rm -f $fs/etc/xdg/autostart/*
    1.54  	
    1.55  	# Remove unecessary files
    1.56  	find $fs/ -name "*.*a" -exec rm -f {} \;
    1.57 -	rm -rf $fs/usr/lib/pkgconfig
    1.58 +
    1.59  	# Remove SVG icons
    1.60  	rm -rf $fs/usr/share/icons/hicolor/scalable
    1.61  }