wok-next rev 8024
up: xfce4-settings* (4.8.0)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jan 20 02:17:18 2011 +0100 (2011-01-20) |
parents | 9c447ed38dd5 |
children | 44c18298eb0f |
files | xfce4-settings/receipt |
line diff
1.1 --- a/xfce4-settings/receipt Thu Jan 20 02:16:59 2011 +0100 1.2 +++ b/xfce4-settings/receipt Thu Jan 20 02:17:18 2011 +0100 1.3 @@ -1,17 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xfce4-settings" 1.7 -VERSION="4.6.5" 1.8 +VERSION="4.8.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xfce Settings Manager" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 -DEPENDS="libxfce4util libxfcegui4 libexo xfconf libglade dbus-glib xorg-libXi \ 1.13 +DEPENDS="libxfce4util libxfce4ui libexo xfconf libglade dbus-glib xorg-libXi \ 1.14 xorg-libXrandr libnotify libwnck" 1.15 -BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev libexo-dev xfconf-dev libglade-dev 1.16 - dbus-glib-dev xorg-libXi-dev xorg-libXrandr-dev" 1.17 +BUILD_DEPENDS="libxfce4util-dev libxfce4ui-dev libexo-dev xfconf-dev libglade-dev 1.18 + dbus-glib-dev xorg-libXi-dev xorg-libXrandr-dev xorg-inputproto libnotify-dev" 1.19 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.20 WEB_SITE="http://www.xfce.org/" 1.21 -WGET_URL="$WEB_SITE/archive/xfce/4.6.2/src/$TARBALL" 1.22 +WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 @@ -22,6 +22,8 @@ 1.27 --enable-xcursor \ 1.28 --enable-libnotify \ 1.29 --enable-xrandr \ 1.30 + --enable-libxklavier \ 1.31 + --enable-sound-settings \ 1.32 --enable-debug=no \ 1.33 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.34 make && make DESTDIR=$PWD/_pkg install