# HG changeset patch # User Eric Joseph-Alexandre # Date 1253453407 0 # Node ID 4bd6ca8af55d786653b5ea1ec20db0c29071092f # Parent ae431daa8afa88ee8e3a2c84636a30a25b5be088 Up: xfce-utils (4.6.1) diff -r ae431daa8afa -r 4bd6ca8af55d xfce-utils/receipt --- a/xfce-utils/receipt Sun Sep 20 13:28:44 2009 +0000 +++ b/xfce-utils/receipt Sun Sep 20 13:30:07 2009 +0000 @@ -1,16 +1,15 @@ # SliTaz package receipt. PACKAGE="xfce-utils" -VERSION="4.4.3" +VERSION="4.6.1" CATEGORY="x-window" SHORT_DESC="Xfce utilities" MAINTAINER="erjo@slitaz.org" -DEPENDS="libxfce4mcs libxfce4util libxfcegui4 xfce-mcs-manager dbus dbus-glib \ -xorg-libXdamage" -BUILD_DEPENDS="libxfce4mcs-dev libxfce4util-dev libxfcegui4-dev xfce-mcs-manager-dev" +DEPENDS="libxfce4util libxfcegui4" +BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" -WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" +WGET_URL="http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -22,7 +21,7 @@ --enable-dbus \ --disable-debug \ --with-browser=firefox \ - --with-terminal=xfterm4 \ + --with-terminal=xterm \ --mandir=/usr/share/man $CONFIGURE_ARGS && \ make && make DESTDIR=$PWD/_pkg install }