diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-01-04 23:11:51 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-01-04 23:11:51 +0100 |
commit | 626d57e277d13d178c56d0ebf9b807b2b342d8a2 (patch) | |
tree | c6b49832791b4a2b02f4e240bdb7723682365a42 /xfce/thunar/Pkgfile | |
parent | d20af8ae0ab1f3280707912ea0bed18247b11e6a (diff) | |
download | nutyx-extra-626d57e277d13d178c56d0ebf9b807b2b342d8a2.tar.gz nutyx-extra-626d57e277d13d178c56d0ebf9b807b2b342d8a2.tar.bz2 nutyx-extra-626d57e277d13d178c56d0ebf9b807b2b342d8a2.tar.xz nutyx-extra-626d57e277d13d178c56d0ebf9b807b2b342d8a2.zip |
thunar, maj 1.1.6-1
Diffstat (limited to 'xfce/thunar/Pkgfile')
-rwxr-xr-x | xfce/thunar/Pkgfile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/xfce/thunar/Pkgfile b/xfce/thunar/Pkgfile index 5cb56f575..5d2a76952 100755 --- a/xfce/thunar/Pkgfile +++ b/xfce/thunar/Pkgfile @@ -2,17 +2,15 @@ # URL: http://thunar.xfce.org # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: exo, dbus, desktop-file-utils, freetype, gamin, gconf, gtk, hal, libexif, libjpeg, libpng, librsvg, xfce4-panel, libxfce4util, pcre, shared-mime-info, startup-notification, xfconf +# Depends on: exo, dbus, desktop-file-utils, thunar-vfs, freetype, gamin, gconf, gtk, hal, libexif, libjpeg, libpng, librsvg, xfce4-panel, libxfce4util, pcre, shared-mime-info, startup-notification, xfconf name=thunar -version=1.0.2 +version=1.1.6 release=1 -source=(http://www.xfce.org/archive/xfce-4.6.1/src/Thunar-$version.tar.bz2 \ - http://nutyx.meticul.eu/files/patchs/thunar/thunar-volman-handle-unmountable-volumes.patch) +source=(http://www.xfce.org/archive/xfce-4.6.1/src/Thunar-$version.tar.bz2 ) build() { cd Thunar-$version -patch -p1 < ../thunar-volman-handle-unmountable-volumes.patch ./configure --prefix=/usr\ --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ |