# HG changeset patch # User Eric Joseph-Alexandre # Date 1295486238 -3600 # Node ID de72b34f5fa078c9183da5cbd778435222aa564d # Parent 9c447ed38dd524771df3494de61c6e8b78fb824e up: xfce4-settings* (4.8.0) diff -r 9c447ed38dd5 -r de72b34f5fa0 xfce4-settings/receipt --- a/xfce4-settings/receipt Thu Jan 20 02:16:59 2011 +0100 +++ b/xfce4-settings/receipt Thu Jan 20 02:17:18 2011 +0100 @@ -1,17 +1,17 @@ # SliTaz package receipt. PACKAGE="xfce4-settings" -VERSION="4.6.5" +VERSION="4.8.0" CATEGORY="x-window" SHORT_DESC="Xfce Settings Manager" MAINTAINER="erjo@slitaz.org" -DEPENDS="libxfce4util libxfcegui4 libexo xfconf libglade dbus-glib xorg-libXi \ +DEPENDS="libxfce4util libxfce4ui libexo xfconf libglade dbus-glib xorg-libXi \ xorg-libXrandr libnotify libwnck" -BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev libexo-dev xfconf-dev libglade-dev - dbus-glib-dev xorg-libXi-dev xorg-libXrandr-dev" +BUILD_DEPENDS="libxfce4util-dev libxfce4ui-dev libexo-dev xfconf-dev libglade-dev + dbus-glib-dev xorg-libXi-dev xorg-libXrandr-dev xorg-inputproto libnotify-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org/" -WGET_URL="$WEB_SITE/archive/xfce/4.6.2/src/$TARBALL" +WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -22,6 +22,8 @@ --enable-xcursor \ --enable-libnotify \ --enable-xrandr \ + --enable-libxklavier \ + --enable-sound-settings \ --enable-debug=no \ --mandir=/usr/share/man $CONFIGURE_ARGS && \ make && make DESTDIR=$PWD/_pkg install