wok rev 8020
up: xfce-utils (4.8.0)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jan 20 02:15:51 2011 +0100 (2011-01-20) |
parents | 99fb3f988136 |
children | be60f17fd994 |
files | xfce-utils/receipt |
line diff
1.1 --- a/xfce-utils/receipt Thu Jan 20 02:15:13 2011 +0100 1.2 +++ b/xfce-utils/receipt Thu Jan 20 02:15:51 2011 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xfce-utils" 1.7 -VERSION="4.6.1" 1.8 +VERSION="4.8.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xfce utilities" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 -DEPENDS="libxfce4util libxfcegui4 startup-notification dbus-glib" 1.13 -BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev" 1.14 +DEPENDS="libxfce4util libxfce4ui startup-notification dbus-glib" 1.15 +BUILD_DEPENDS="libxfce4util-dev libxfce4ui-dev" 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 WEB_SITE="http://www.xfce.org" 1.18 -WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL" 1.19 +WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 @@ -20,7 +20,7 @@ 1.24 --disable-gdm \ 1.25 --enable-dbus \ 1.26 --disable-debug \ 1.27 - --with-browser=firefox \ 1.28 + --with-browser=browser \ 1.29 --with-terminal=xterm \ 1.30 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.31 make && make DESTDIR=$PWD/_pkg install