# HG changeset patch # User Eric Joseph-Alexandre # Date 1295486151 -3600 # Node ID 7073c548a510b47fe31adfed71a74b7da4dea9a1 # Parent 99fb3f9881366d72129bb5b909f25522101b974d up: xfce-utils (4.8.0) diff -r 99fb3f988136 -r 7073c548a510 xfce-utils/receipt --- a/xfce-utils/receipt Thu Jan 20 02:15:13 2011 +0100 +++ b/xfce-utils/receipt Thu Jan 20 02:15:51 2011 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="xfce-utils" -VERSION="4.6.1" +VERSION="4.8.0" CATEGORY="x-window" SHORT_DESC="Xfce utilities" MAINTAINER="erjo@slitaz.org" -DEPENDS="libxfce4util libxfcegui4 startup-notification dbus-glib" -BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev" +DEPENDS="libxfce4util libxfce4ui startup-notification dbus-glib" +BUILD_DEPENDS="libxfce4util-dev libxfce4ui-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" -WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL" +WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -20,7 +20,7 @@ --disable-gdm \ --enable-dbus \ --disable-debug \ - --with-browser=firefox \ + --with-browser=browser \ --with-terminal=xterm \ --mandir=/usr/share/man $CONFIGURE_ARGS && \ make && make DESTDIR=$PWD/_pkg install