diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-26 16:27:16 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-26 16:27:16 +0200 |
commit | 8fd7728b2d8380ec31a91cb8419c63dac7076e04 (patch) | |
tree | c2cf025f0239780dccf37b9a4ec4582a6f37fe7f /xfce/thunar/Pkgfile | |
parent | a0a99f510862e894770568615cb9f5686b73fa69 (diff) | |
download | nutyx-extra-8fd7728b2d8380ec31a91cb8419c63dac7076e04.tar.gz nutyx-extra-8fd7728b2d8380ec31a91cb8419c63dac7076e04.tar.bz2 nutyx-extra-8fd7728b2d8380ec31a91cb8419c63dac7076e04.tar.xz nutyx-extra-8fd7728b2d8380ec31a91cb8419c63dac7076e04.zip |
maj thunar#1.0.2-1
Diffstat (limited to 'xfce/thunar/Pkgfile')
-rwxr-xr-x | xfce/thunar/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xfce/thunar/Pkgfile b/xfce/thunar/Pkgfile index 2518740fb..983044882 100755 --- a/xfce/thunar/Pkgfile +++ b/xfce/thunar/Pkgfile @@ -5,15 +5,15 @@ # 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=3 +version=1.0.2 +release=1 source=(http://www.xfce.org/archive/xfce-4.6.1/src/Thunar-$version.tar.bz2 \ 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 +# patch -Np1 -i ../libpng-1.4.patch ./configure --prefix=/usr\ --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ |