wok-next diff libxfcegui4/receipt @ 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 | 2e55de4816a6 |
children | f165fed5166c |
line diff
1.1 --- a/libxfcegui4/receipt Mon Mar 16 22:15:30 2009 +0000 1.2 +++ b/libxfcegui4/receipt Sun Sep 20 13:17:47 2009 +0000 1.3 @@ -1,15 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libxfcegui4" 1.7 -VERSION="4.4.3" 1.8 +VERSION="4.6.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xfce Gtk Widget library" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 -DEPENDS="gtk+ libxfce4util startup-notification xorg-libXdamage" 1.13 -BUILD_DEPENDS="gtk+-dev libxfce4util-dev" 1.14 +DEPENDS="gtk+ libxfce4util xfconf" 1.15 +BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev startup-notification-dev libglade-dev" 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 WEB_SITE="http://www.xfce.org" 1.18 -WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" 1.19 +WGET_URL="http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL 1.20 + http://www.tx-us.xfce.org/archive/xfce-$VERSION/src/$TARBALL" 1.21 + 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 @@ -17,8 +19,8 @@ 1.26 cd $src 1.27 ./configure --prefix=/usr \ 1.28 --infodir=/usr/share/info \ 1.29 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.30 - make && 1.31 + --mandir=/usr/share/man $CONFIGURE_ARGS 1.32 + make 1.33 make DESTDIR=$PWD/_pkg install 1.34 } 1.35 1.36 @@ -30,6 +32,7 @@ 1.37 $fs/usr/share/locale 1.38 1.39 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.40 + cp -a $_pkg/usr/lib/libglade $fs/usr/lib 1.41 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.42 cp -a $_pkg/usr/share/icons $fs/usr/share 1.43