wok-6.x diff xfce4-panel/receipt @ rev 8022

up: xfce4-panel* (4.8.0)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jan 20 02:16:45 2011 +0100 (2011-01-20)
parents 6d9678038002
children 0874004b631d
line diff
     1.1 --- a/xfce4-panel/receipt	Fri Jul 16 16:12:00 2010 +0200
     1.2 +++ b/xfce4-panel/receipt	Thu Jan 20 02:16:45 2011 +0100
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfce4-panel"
     1.7 -VERSION="4.6.4"
     1.8 +VERSION="4.8.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xfce Panel"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 -DEPENDS="libxfce4util libxfcegui4 libexo libwnck"
    1.13 -BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev libexo-dev libwnck-dev cairo-dev"
    1.14 +DEPENDS="libxfce4util libxfce4ui libexo libwnck garcon util-linux-ng-uuid dbus-glib"
    1.15 +BUILD_DEPENDS="libxfce4util-dev libxfce4ui-dev libexo-dev libwnck-dev cairo-dev garcon-dev
    1.16 + xorg-libXext-dev xorg-xextproto dbus-glib-dev 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/4.6.2/src/$TARBALL
    1.20 -http://www.p0llux.be/xfce/archive/xfce/4.6.2/src/$TARBALL"
    1.21 +WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25 @@ -19,7 +19,6 @@
    1.26  	cd $src
    1.27  	./configure --prefix=/usr \
    1.28  	--sysconfdir=/etc \
    1.29 -	--enable-startup-notification \
    1.30  	--disable-debug \
    1.31  	--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.32  	make && make DESTDIR=$PWD/_pkg install
    1.33 @@ -31,19 +30,21 @@
    1.34  	mkdir -p $fs/usr \
    1.35  		$fs/usr/share/locale \
    1.36  		$fs/usr/share/xfce4 \
    1.37 -		$fs/usr/lib/xfce4/panel-plugins 
    1.38 +		$fs/usr/lib/xfce4/panel/plugins 
    1.39  	
    1.40  	cp -a $_pkg/etc $fs	
    1.41  	cp -a $_pkg/usr/bin $fs/usr
    1.42  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.43 -	cp -a $_pkg/usr/lib/xfce4/panel-plugins/*.so* $fs/usr/lib/xfce4/panel-plugins
    1.44 +	cp -a $_pkg/usr/lib/xfce4/panel/plugins/*.so* $fs/usr/lib/xfce4/panel/plugins
    1.45 +	cp -a $_pkg/usr/lib/xfce4/panel/migrate $fs/usr/lib/xfce4/panel
    1.46 +	cp -a $_pkg/usr/lib/xfce4/panel/wrapper $fs/usr/lib/xfce4/panel
    1.47  	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.48  	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.49  	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.50 -	cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4
    1.51 +	cp -a $_pkg/usr/share/xfce4 $fs/usr/share
    1.52  	
    1.53 -	[ -f $fs/etc/xdg/xfce4/panel/launcher-8.rc ] && \
    1.54 -		sed -i 's/mousepad/leafpad/' $fs/etc/xdg/xfce4/panel/launcher-8.rc
    1.55 +	#~ [ -f $fs/etc/xdg/xfce4/panel/launcher-8.rc ] && \
    1.56 +		#~ sed -i 's/mousepad/leafpad/' $fs/etc/xdg/xfce4/panel/launcher-8.rc
    1.57  	
    1.58  	# Strip evrythings
    1.59  	find $fs/usr/lib/ -exec strip -s {} 2> /dev/null \;