wok-4.x rev 11308
Fix: remove some unneeded xfburn depends
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Nov 13 11:09:54 2011 +0000 (2011-11-13) |
parents | 3643dbfc824d |
children | df64154dacd6 |
files | xfburn/receipt |
line diff
1.1 --- a/xfburn/receipt Sun Nov 13 11:05:16 2011 +0000 1.2 +++ b/xfburn/receipt Sun Nov 13 11:09:54 2011 +0000 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