wok rev 5210
thunar: remove Gnome dependency.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Apr 03 00:52:58 2010 +0200 (2010-04-03) |
parents | 30da93cc3cd5 |
children | 60c35c046d33 |
files | thunar/receipt |
line diff
1.1 --- a/thunar/receipt Fri Apr 02 20:56:18 2010 +0200 1.2 +++ b/thunar/receipt Sat Apr 03 00:52:58 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 }