wok diff libexo/receipt @ rev 4126

Up: libexo* (0.3.101)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Sep 20 13:12:35 2009 +0000 (2009-09-20)
parents 2e55de4816a6
children 7d585b540621
line diff
     1.1 --- a/libexo/receipt	Mon Mar 16 22:15:30 2009 +0000
     1.2 +++ b/libexo/receipt	Sun Sep 20 13:12:35 2009 +0000
     1.3 @@ -1,28 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libexo"
     1.7 -VERSION="0.3.4"
     1.8 +VERSION="0.3.101"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xfce extension library"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 -DEPENDS="libxfce4util xfce-mcs-manager perl-uri-url perl-uri-escape perl-uri-file
    1.13 -startup-notification hal xorg-libXdamage"
    1.14 -BUILD_DEPENDS="libxfce4util-dev perl-uri-url perl-uri-escape perl-uri-file xfce-mcs-manager-dev
    1.15 - startup-notification-dev hal-dev"
    1.16 +DEPENDS="libxfce4util perl-uri-url perl-uri-escape perl-uri-file
    1.17 +startup-notification hal"
    1.18 +BUILD_DEPENDS="libxfce4util-dev perl-uri-url perl-uri-escape perl-uri-file startup-notification-dev hal-dev"
    1.19  SOURCE="exo"
    1.20  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.21  WEB_SITE="http://www.xfce.org"
    1.22 -WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL"
    1.23 +WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.6.1/src/$TARBALL
    1.24 + http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {	
    1.29 +	patch _p0 -i stuff/helpers.rc.u
    1.30 +	
    1.31  	cd $src
    1.32  	./configure --prefix=/usr \
    1.33  		--sysconfdir=/etc \
    1.34 -		--enable-mcs-plugin \
    1.35  		--enable-notifications \
    1.36  		--enable-hal \
    1.37 +		--disable-debug \
    1.38  		--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.39  	make && make DESTDIR=$PWD/_pkg install
    1.40  }
    1.41 @@ -30,14 +32,14 @@
    1.42  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.43  genpkg_rules()
    1.44  {
    1.45 -	mkdir -p $fs/usr \
    1.46 -		$fs/usr/lib/xfce4/mcs-plugins \
    1.47 +	mkdir -p $fs/usr/lib \
    1.48  		$fs/usr/share/locale \
    1.49 -		$fs/usr/share/xfce4
    1.50 +		$fs/usr/share/xfce4 \
    1.51 +		$fs/etc/xdg/xfce4
    1.52  		
    1.53 +	cp -a $_pkg/etc $fs/
    1.54  	cp -a $_pkg/usr/bin $fs/usr
    1.55  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.56 -	cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.so* $fs/usr/lib/xfce4/mcs-plugins
    1.57  	cp -a $_pkg/usr/libexec $fs/usr
    1.58  	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.59  	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.60 @@ -45,7 +47,9 @@
    1.61  	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.62  	cp -a $_pkg/usr/share/xfce4/helpers $fs/usr/share/xfce4
    1.63  
    1.64 -	# Fix perms
    1.65 +	# Fix perms & helpers
    1.66  	chmod +x $fs/usr/bin/exo-preferred-applications
    1.67 +	
    1.68 +	
    1.69  }
    1.70