wok-next diff thunar/receipt @ rev 5320

Up: boxbackup-server (0.11rc7)
author Dominique Corbex <domcox@slitaz.org>
date Wed Apr 21 19:52:28 2010 +0200 (2010-04-21)
parents 4897058add72
children 40741bb46d6f
line diff
     1.1 --- a/thunar/receipt	Sun Feb 28 17:49:32 2010 +0100
     1.2 +++ b/thunar/receipt	Wed Apr 21 19:52:28 2010 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Thnuar File Manager"
     1.5  MAINTAINER="erjo@slitaz.org"
     1.6  DEPENDS="libpng jpeg libxfce4util dbus libexo startup-notification xfce4-panel \
     1.7 -gamin GConf pcre libexif"
     1.8 +gamin pcre libexif"
     1.9  BUILD_DEPENDS="libpng-dev jpeg-dev libxfce4util-dev dbus-dev 
    1.10   libexo-dev startup-notification-dev xfce4-panel-dev zlib-dev"
    1.11  SOURCE="Thunar"
    1.12 @@ -24,6 +24,8 @@
    1.13  		--enable-dbus \
    1.14  		--enable-startup-notification \
    1.15  		--libexecdir=/usr/lib/$PACKAGE \
    1.16 +		--disable-gconf \
    1.17 +		--disable-gnome-thumbnailers \
    1.18  		--enable-debug=no && \
    1.19  	make && make DESTDIR=$PWD/_pkg install
    1.20  }