wok rev 4136

Up: xfce-utils (4.6.1)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Sep 20 13:30:07 2009 +0000 (2009-09-20)
parents ae431daa8afa
children d729785cd93c
files xfce-utils/receipt
line diff
     1.1 --- a/xfce-utils/receipt	Sun Sep 20 13:28:44 2009 +0000
     1.2 +++ b/xfce-utils/receipt	Sun Sep 20 13:30:07 2009 +0000
     1.3 @@ -1,16 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfce-utils"
     1.7 -VERSION="4.4.3"
     1.8 +VERSION="4.6.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xfce utilities"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 -DEPENDS="libxfce4mcs libxfce4util libxfcegui4 xfce-mcs-manager dbus dbus-glib \
    1.13 -xorg-libXdamage"
    1.14 -BUILD_DEPENDS="libxfce4mcs-dev libxfce4util-dev libxfcegui4-dev xfce-mcs-manager-dev"
    1.15 +DEPENDS="libxfce4util libxfcegui4"
    1.16 +BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev"
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18  WEB_SITE="http://www.xfce.org"
    1.19 -WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL"
    1.20 +WGET_URL="http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24 @@ -22,7 +21,7 @@
    1.25  		--enable-dbus \
    1.26  		--disable-debug \
    1.27  		--with-browser=firefox \
    1.28 -  		--with-terminal=xfterm4 \
    1.29 +  		--with-terminal=xterm \
    1.30  		--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.31  	make && make DESTDIR=$PWD/_pkg install
    1.32  }