wok-stable diff xfdesktop/receipt @ rev 4181

Fix: update libtorrent () 0.12.5 and rtorrent (0.8.5) various fix + build with gcc-4.x
author Christophe Lincoln <pankso@slitaz.org>
date Wed Sep 23 01:14:41 2009 +0200 (2009-09-23)
parents 62c9d38f56c0
children 1b2b3994fe1e
line diff
     1.1 --- a/xfdesktop/receipt	Fri Jan 23 23:10:35 2009 +0100
     1.2 +++ b/xfdesktop/receipt	Wed Sep 23 01:14:41 2009 +0200
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfdesktop"
     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 +SHORT_DESC="Xfce Desktop"
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13 -DEPENDS="xorg-libSM xfce-mcs-manager libxfce4util libxfcegui4 libxfce4mcs Thunar libexo"
    1.14 -BUILD_DEPENDS="xorg-libSM-dev libxfce4util-dev xfce-mcs-manager-dev Thunar-dev libexo-dev"
    1.15 +DEPENDS="libxfce4util libxfcegui4 thunar libexo"
    1.16 +BUILD_DEPENDS="libxfce4util-dev thunar-dev libexo-dev libxfcegui4-dev libwnck-dev xfconf-dev
    1.17 + libglade-dev gamin-dev hal-dev libxfce4menu-dev xfce4-panel-dev"
    1.18  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.19  WEB_SITE="http://www.xfce.org/"
    1.20 -WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL"
    1.21 +WGET_URL="http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25 @@ -19,6 +20,7 @@
    1.26  	--sysconfdir=/etc \
    1.27  	--enable-exo \
    1.28  	--enable-thunarx \
    1.29 +	--disable-static \
    1.30  	--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.31  	make && make DESTDIR=$PWD/_pkg install
    1.32  }
    1.33 @@ -28,24 +30,18 @@
    1.34  {
    1.35  	mkdir -p $fs/usr \
    1.36  		$fs/usr/share/locale \
    1.37 -		$fs/usr/share/xfce4 \
    1.38 -		$fs/usr/lib/xfce4/mcs-plugins \
    1.39 -		$fs/usr/lib/xfce4/panel-plugins 
    1.40 -	
    1.41 -	cp -a $_pkg/etc $fs/	
    1.42 +		$fs/usr/share/xfce4
    1.43 +
    1.44  	cp -a $_pkg/usr/bin $fs/usr
    1.45 +	cp -a $_pkg/etc $fs/
    1.46  	cp -a $_pkg/usr/libexec $fs/usr
    1.47  	cp -a $_pkg/usr/lib $fs/usr
    1.48  	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.49  	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.50 -	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.51 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.52 -	cp -a $_pkg/usr/share/xfce4-* $fs/usr/share
    1.53 -	cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share
    1.54 -	cp -a $_pkg/usr/share/xfce4/backdrops $fs/usr/share
    1.55 +	cp -a $_pkg/usr/share/desktop-directories $fs/usr/share
    1.56 +	cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4
    1.57  	
    1.58 -	# Remove unnessecarry files
    1.59 -	find  $fs/usr/lib -name "*.*a" -exec rm -f {} \;
    1.60 -	
    1.61 +	strip -s $fs/usr/libexec/xfce4/panel-plugins/*
    1.62 +
    1.63  }
    1.64