wok diff xfce4-panel/receipt @ rev 4129

Up: xfce4-panel* (4.6.1)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Sep 20 13:20:59 2009 +0000 (2009-09-20)
parents 422f5813b998
children f165fed5166c
line diff
     1.1 --- a/xfce4-panel/receipt	Mon Mar 16 22:48:55 2009 +0000
     1.2 +++ b/xfce4-panel/receipt	Sun Sep 20 13:20:59 2009 +0000
     1.3 @@ -1,20 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfce4-panel"
     1.7 -VERSION="4.4.3"
     1.8 +VERSION="4.6.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xfce Panel"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 -DEPENDS="xorg-libSM xfce-mcs-manager libxfce4util libxfcegui4 libxfce4mcs \
    1.13 -xorg-libXdamage"
    1.14 -BUILD_DEPENDS="xorg-libSM-dev libxfce4util-dev xfce-mcs-manager-dev"
    1.15 +DEPENDS="libxfce4util libxfcegui4 libexo libwnck"
    1.16 +BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev libexo-dev libwnck-dev cairo-dev"
    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  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 +	patch -p0 -i stuff/launcher-8.rc.in.u
    1.26 +	
    1.27  	cd $src
    1.28  	./configure --prefix=/usr \
    1.29  	--sysconfdir=/etc \
    1.30 @@ -30,13 +31,11 @@
    1.31  	mkdir -p $fs/usr \
    1.32  		$fs/usr/share/locale \
    1.33  		$fs/usr/share/xfce4 \
    1.34 -		$fs/usr/lib/xfce4/mcs-plugins \
    1.35  		$fs/usr/lib/xfce4/panel-plugins 
    1.36  	
    1.37  	cp -a $_pkg/etc $fs	
    1.38  	cp -a $_pkg/usr/bin $fs/usr
    1.39  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.40 -	cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.so* $fs/usr/lib/xfce4/mcs-plugins
    1.41  	cp -a $_pkg/usr/lib/xfce4/panel-plugins/*.so* $fs/usr/lib/xfce4/panel-plugins
    1.42  	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.43  	cp -a $_pkg/usr/share/applications $fs/usr/share