wok diff thunar-volman/receipt @ rev 10264

Up: gnustep-base to 1.22.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 04:46:16 2011 +0000 (2011-05-21)
parents 1414fab16d56
children 73641efed1cc
line diff
     1.1 --- a/thunar-volman/receipt	Fri Jan 21 01:21:30 2011 +0100
     1.2 +++ b/thunar-volman/receipt	Sat May 21 04:46:16 2011 +0000
     1.3 @@ -5,20 +5,21 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Thunar Volume Manager plugin"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="thunar"
     1.8 -BUILD_DEPENDS="thunar-dev glibc-locale intltool"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html"
    1.11  WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/0.6/$TARBALL"
    1.12  
    1.13 +DEPENDS="thunar libxfce4ui startup-notification"
    1.14 +BUILD_DEPENDS="thunar-dev glibc-locale intltool libexo-dev libgudev-dev libxfce4ui-dev \
    1.15 + xfconf-dev startup-notification-dev  util-linux-ng-uuid-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.22 -	--libexecdir=/usr/lib/$PACKAGE \
    1.23 -	--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.24 -	make && make DESTDIR=$PWD/_pkg install
    1.25 +	./configure --prefix=/usr \
    1.26 +	--libexecdir=/usr/lib/$PACKAGE $CONFIGURE_ARGS && \
    1.27 +	make && make DESTDIR=$DESTDIR install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.