wok-stable 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 9824152793fe
children eefbe595c475
files xfce4-panel-dev/receipt xfce4-panel/receipt
line diff
     1.1 --- a/xfce4-panel-dev/receipt	Sun Sep 20 13:19:13 2009 +0000
     1.2 +++ b/xfce4-panel-dev/receipt	Sun Sep 20 13:20:59 2009 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt."
     1.5  
     1.6  PACKAGE="xfce4-panel-dev"
     1.7 -VERSION="4.4.3"
     1.8 +VERSION="4.6.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Xfce Panel dev files"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -13,12 +13,10 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/share/xfce4 \
    1.16 -	$fs/usr/lib/xfce4/mcs-plugins \
    1.17  	$fs/usr/lib/xfce4/panel-plugins 
    1.18  	
    1.19  	cp -a $_pkg/usr/include $fs/usr
    1.20  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.21  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.22 -	cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.*a $fs/usr/lib/xfce4/mcs-plugins
    1.23  	cp -a $_pkg/usr/lib/xfce4/panel-plugins/*.*a $fs/usr/lib/xfce4/panel-plugins
    1.24  }
     2.1 --- a/xfce4-panel/receipt	Sun Sep 20 13:19:13 2009 +0000
     2.2 +++ b/xfce4-panel/receipt	Sun Sep 20 13:20:59 2009 +0000
     2.3 @@ -1,20 +1,21 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xfce4-panel"
     2.7 -VERSION="4.4.3"
     2.8 +VERSION="4.6.1"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Xfce Panel"
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 -DEPENDS="xorg-libSM xfce-mcs-manager libxfce4util libxfcegui4 libxfce4mcs \
    2.13 -xorg-libXdamage"
    2.14 -BUILD_DEPENDS="xorg-libSM-dev libxfce4util-dev xfce-mcs-manager-dev"
    2.15 +DEPENDS="libxfce4util libxfcegui4 libexo libwnck"
    2.16 +BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev libexo-dev libwnck-dev cairo-dev"
    2.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.18  WEB_SITE="http://www.xfce.org/"
    2.19 -WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL"
    2.20 +WGET_URL="http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL"
    2.21  
    2.22  # Rules to configure and make the package.
    2.23  compile_rules()
    2.24  {
    2.25 +	patch -p0 -i stuff/launcher-8.rc.in.u
    2.26 +	
    2.27  	cd $src
    2.28  	./configure --prefix=/usr \
    2.29  	--sysconfdir=/etc \
    2.30 @@ -30,13 +31,11 @@
    2.31  	mkdir -p $fs/usr \
    2.32  		$fs/usr/share/locale \
    2.33  		$fs/usr/share/xfce4 \
    2.34 -		$fs/usr/lib/xfce4/mcs-plugins \
    2.35  		$fs/usr/lib/xfce4/panel-plugins 
    2.36  	
    2.37  	cp -a $_pkg/etc $fs	
    2.38  	cp -a $_pkg/usr/bin $fs/usr
    2.39  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.40 -	cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.so* $fs/usr/lib/xfce4/mcs-plugins
    2.41  	cp -a $_pkg/usr/lib/xfce4/panel-plugins/*.so* $fs/usr/lib/xfce4/panel-plugins
    2.42  	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    2.43  	cp -a $_pkg/usr/share/applications $fs/usr/share