wok diff xfburn/receipt @ rev 14793

Normalize ownership and permissions: caps, catfish, cdparanoia-III-dev, cgames, chemtool.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 08 17:53:48 2013 +0300 (2013-07-08)
parents 948637bd0106
children 107ceec178fa
line diff
     1.1 --- a/xfburn/receipt	Thu May 19 00:46:05 2011 +0200
     1.2 +++ b/xfburn/receipt	Mon Jul 08 17:53:48 2013 +0300
     1.3 @@ -9,9 +9,8 @@
     1.4  WEB_SITE="http://goodies.xfce.org/projects/applications/xfburn"
     1.5  WGET_URL="http://archive.xfce.org/src/apps/xfburn/0.4/$TARBALL"
     1.6  
     1.7 -DEPENDS="gtk+ libburn libexo libxfcegui4 libisofs thunar"
     1.8 -BUILD_DEPENDS="hal-dev intltool libburn-dev libexo-dev libxfcegui4-dev libisofs-dev \
     1.9 - thunar-dev thunar-vfs-dev"
    1.10 +DEPENDS="gtk+ libburn libexo libxfcegui4 libisofs"
    1.11 +BUILD_DEPENDS="intltool libburn-dev libexo-dev libxfcegui4-dev libisofs-dev"
    1.12   
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15 @@ -21,6 +20,8 @@
    1.16  	--libexecdir=/usr/bin \
    1.17  	--disable-gstreamer \
    1.18  	--disable-dbus \
    1.19 +	--disable-hal \
    1.20 +	--disable-thunar-vfs \
    1.21  	$CONFIGURE_ARGS &&
    1.22  	make &&
    1.23  	make DESTDIR=$DESTDIR install