wok diff xfdesktop/receipt @ rev 10177

Up: openexr to 1.7.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 22:24:12 2011 +0000 (2011-05-20)
parents 0cdfcdc0e0e0
children 4deb3cebf3be
line diff
     1.1 --- a/xfdesktop/receipt	Sun Jan 30 20:26:53 2011 +0000
     1.2 +++ b/xfdesktop/receipt	Fri May 20 22:24:12 2011 +0000
     1.3 @@ -5,13 +5,14 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xfce Desktop"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="libxfce4util libxfcegui4 thunar libexo libglade gamin libnotify"
     1.8 -BUILD_DEPENDS="libxfce4util-dev thunar-dev libexo-dev libxfce4ui-dev libwnck-dev xfconf-dev
     1.9 - libglade-dev gamin-dev hal-dev xfce4-panel-dev libnotify-dev intltool"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.xfce.org/"
    1.12  WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.13  
    1.14 +DEPENDS="libxfce4util libxfcegui4 thunar libexo libglade gamin libnotify"
    1.15 +BUILD_DEPENDS="libxfce4util-dev thunar-dev libexo-dev libxfce4ui-dev libwnck-dev xfconf-dev
    1.16 + libglade-dev gamin-dev hal-dev xfce4-panel-dev libnotify-dev intltool util-linux-ng-uuid-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -25,7 +26,7 @@
    1.22  	--disable-static \
    1.23  	--libexecdir=/usr/lib/$PACKAGE \
    1.24  	--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.25 -	make && make DESTDIR=$PWD/_pkg install
    1.26 +	make && make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.