wok-6.x diff xfconf/receipt @ rev 8030
Add some xorg patches i forgot that are in wok-experimental.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Jan 19 19:50:55 2011 +0000 (2011-01-19) |
parents | 1edb05fb96f8 |
children | 0874004b631d |
line diff
1.1 --- a/xfconf/receipt Fri Jul 16 08:10:41 2010 +0200 1.2 +++ b/xfconf/receipt Wed Jan 19 19:50:55 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xfconf" 1.7 -VERSION="4.6.2" 1.8 +VERSION="4.8.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xfce Copnfiguration Utility" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -9,20 +9,21 @@ 1.13 BUILD_DEPENDS="gtk+-dev libxfce4util-dev dbus-dev dbus-glib-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://www.xfce.org" 1.16 -WGET_URL="http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL 1.17 - http://www.tx-us.xfce.org/archive/xfce-$VERSION/src/$TARBALL" 1.18 +WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 cd $src 1.24 ./configure --prefix=/usr \ 1.25 + --libexecdir=/usr/lib/$PACKAGE \ 1.26 --infodir=/usr/share/info \ 1.27 - --libexecdir=/usr/lib/$PACKAGE \ 1.28 + --disable-debug \ 1.29 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.30 make && make DESTDIR=$PWD/_pkg install 1.31 } 1.32 1.33 + 1.34 # Rules to gen a SliTaz package suitable for Tazpkg. 1.35 genpkg_rules() 1.36 { 1.37 @@ -33,9 +34,9 @@ 1.38 1.39 cp -a $_pkg/usr/bin $fs/usr 1.40 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.41 - cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib 1.42 + cp -a $_pkg/usr/lib/xfce4 $fs/usr/lib 1.43 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.44 cp -a $_pkg/usr/share/dbus-1 $fs/usr/share 1.45 1.46 - strip -s $fs/usr/lib/$PACKAGE/* 1.47 + strip -s $fs/usr/lib/xfce4/$PACKAGE/* 1.48 }