# HG changeset patch # User Eric Joseph-Alexandre # Date 1270248778 -7200 # Node ID 158c8f134538d7ca9cadc6f06d0e362fdffbef50 # Parent 30da93cc3cd525396882c19455788ff9a47e6ea9 thunar: remove Gnome dependency. diff -r 30da93cc3cd5 -r 158c8f134538 thunar/receipt --- a/thunar/receipt Fri Apr 02 20:56:18 2010 +0200 +++ b/thunar/receipt Sat Apr 03 00:52:58 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Thnuar File Manager" MAINTAINER="erjo@slitaz.org" DEPENDS="libpng jpeg libxfce4util dbus libexo startup-notification xfce4-panel \ -gamin GConf pcre libexif" +gamin pcre libexif" BUILD_DEPENDS="libpng-dev jpeg-dev libxfce4util-dev dbus-dev libexo-dev startup-notification-dev xfce4-panel-dev zlib-dev" SOURCE="Thunar" @@ -24,6 +24,8 @@ --enable-dbus \ --enable-startup-notification \ --libexecdir=/usr/lib/$PACKAGE \ + --disable-gconf \ + --disable-gnome-thumbnailers \ --enable-debug=no && \ make && make DESTDIR=$PWD/_pkg install }