wok diff thunar/receipt @ rev 5327

get-prince: remove $FORCED
author Liu Peng <rocky@slitaz.org>
date Fri Apr 23 20:35:58 2010 +0000 (2010-04-23)
parents 4897058add72
children 40741bb46d6f
line diff
     1.1 --- a/thunar/receipt	Sun Feb 28 17:49:32 2010 +0100
     1.2 +++ b/thunar/receipt	Fri Apr 23 20:35:58 2010 +0000
     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  }