diff options
Diffstat (limited to 'xfce/thunar/Pkgfile')
-rwxr-xr-x | xfce/thunar/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xfce/thunar/Pkgfile b/xfce/thunar/Pkgfile index 2517aa83e..2518740fb 100755 --- a/xfce/thunar/Pkgfile +++ b/xfce/thunar/Pkgfile @@ -1,18 +1,19 @@ # Description: Gestionnaire de fichiers pour Xfce # URL: http://thunar.xfce.org # Maintainer: NuTyX core team -# Packager: fred.galusik at gmail.com +# 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 name=thunar version=1.0.1 -release=2 +release=3 source=(http://www.xfce.org/archive/xfce-4.6.1/src/Thunar-$version.tar.bz2 \ -thunar-volman-handle-unmountable-volumes.patch) +thunar-volman-handle-unmountable-volumes.patch libpng-1.4.patch) build() { cd Thunar-$version patch -p1 < ../thunar-volman-handle-unmountable-volumes.patch +patch -Np1 -i ../libpng-1.4.patch ./configure --prefix=/usr\ --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ |