wok-6.x rev 4127
Up: libxfcegui4 (4.6.1)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Sep 20 13:17:47 2009 +0000 (2009-09-20) |
parents | 6dc1f847927c |
children | 9824152793fe |
files | libxfcegui4-dev/receipt libxfcegui4/receipt |
line diff
1.1 --- a/libxfcegui4-dev/receipt Sun Sep 20 13:12:35 2009 +0000 1.2 +++ b/libxfcegui4-dev/receipt Sun Sep 20 13:17:47 2009 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libxfcegui4-dev" 1.7 -VERSION="4.4.3" 1.8 +VERSION="4.6.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Xfce Gtk Widget library dev files" 1.11 MAINTAINER="erjo@slitaz.org"
2.1 --- a/libxfcegui4/receipt Sun Sep 20 13:12:35 2009 +0000 2.2 +++ b/libxfcegui4/receipt Sun Sep 20 13:17:47 2009 +0000 2.3 @@ -1,15 +1,17 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libxfcegui4" 2.7 -VERSION="4.4.3" 2.8 +VERSION="4.6.1" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Xfce Gtk Widget library" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 -DEPENDS="gtk+ libxfce4util startup-notification xorg-libXdamage" 2.13 -BUILD_DEPENDS="gtk+-dev libxfce4util-dev" 2.14 +DEPENDS="gtk+ libxfce4util xfconf" 2.15 +BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev startup-notification-dev libglade-dev" 2.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.17 WEB_SITE="http://www.xfce.org" 2.18 -WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" 2.19 +WGET_URL="http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL 2.20 + http://www.tx-us.xfce.org/archive/xfce-$VERSION/src/$TARBALL" 2.21 + 2.22 2.23 # Rules to configure and make the package. 2.24 compile_rules() 2.25 @@ -17,8 +19,8 @@ 2.26 cd $src 2.27 ./configure --prefix=/usr \ 2.28 --infodir=/usr/share/info \ 2.29 - --mandir=/usr/share/man $CONFIGURE_ARGS && 2.30 - make && 2.31 + --mandir=/usr/share/man $CONFIGURE_ARGS 2.32 + make 2.33 make DESTDIR=$PWD/_pkg install 2.34 } 2.35 2.36 @@ -30,6 +32,7 @@ 2.37 $fs/usr/share/locale 2.38 2.39 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.40 + cp -a $_pkg/usr/lib/libglade $fs/usr/lib 2.41 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 2.42 cp -a $_pkg/usr/share/icons $fs/usr/share 2.43