wok rev 8025
up: xfconf* (4.8.0)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jan 20 02:17:43 2011 +0100 (2011-01-20) |
parents | de72b34f5fa0 |
children | 0fa1154d3066 |
files | xfconf-dev/receipt xfconf/receipt |
line diff
1.1 --- a/xfconf-dev/receipt Thu Jan 20 02:17:18 2011 +0100 1.2 +++ b/xfconf-dev/receipt Thu Jan 20 02:17:43 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xfconf-dev" 1.7 -VERSION="4.6.2" 1.8 +VERSION="4.8.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Xfce Copnfiguration Utility dev files" 1.11 MAINTAINER="erjo@slitaz.org"
2.1 --- a/xfconf/receipt Thu Jan 20 02:17:18 2011 +0100 2.2 +++ b/xfconf/receipt Thu Jan 20 02:17:43 2011 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xfconf" 2.7 -VERSION="4.6.2" 2.8 +VERSION="4.8.0" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Xfce Copnfiguration Utility" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 @@ -9,20 +9,21 @@ 2.13 BUILD_DEPENDS="gtk+-dev libxfce4util-dev dbus-dev dbus-glib-dev" 2.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.15 WEB_SITE="http://www.xfce.org" 2.16 -WGET_URL="http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL 2.17 - http://www.tx-us.xfce.org/archive/xfce-$VERSION/src/$TARBALL" 2.18 +WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL" 2.19 2.20 # Rules to configure and make the package. 2.21 compile_rules() 2.22 { 2.23 cd $src 2.24 ./configure --prefix=/usr \ 2.25 + --libexecdir=/usr/lib/$PACKAGE \ 2.26 --infodir=/usr/share/info \ 2.27 - --libexecdir=/usr/lib/$PACKAGE \ 2.28 + --disable-debug \ 2.29 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 2.30 make && make DESTDIR=$PWD/_pkg install 2.31 } 2.32 2.33 + 2.34 # Rules to gen a SliTaz package suitable for Tazpkg. 2.35 genpkg_rules() 2.36 { 2.37 @@ -33,9 +34,9 @@ 2.38 2.39 cp -a $_pkg/usr/bin $fs/usr 2.40 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.41 - cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib 2.42 + cp -a $_pkg/usr/lib/xfce4 $fs/usr/lib 2.43 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 2.44 cp -a $_pkg/usr/share/dbus-1 $fs/usr/share 2.45 2.46 - strip -s $fs/usr/lib/$PACKAGE/* 2.47 + strip -s $fs/usr/lib/xfce4/$PACKAGE/* 2.48 }