summaryrefslogtreecommitdiff
path: root/extra/thunar/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/thunar/PKGBUILD')
-rw-r--r--extra/thunar/PKGBUILD27
1 files changed, 8 insertions, 19 deletions
diff --git a/extra/thunar/PKGBUILD b/extra/thunar/PKGBUILD
index 04f37604d..e0b8e003e 100644
--- a/extra/thunar/PKGBUILD
+++ b/extra/thunar/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 153248 2012-03-12 14:40:08Z tpowa $
+# $Id: PKGBUILD 157829 2012-04-30 04:19:49Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Andrew Simmons <andrew.simmons@gmail.com>
pkgname=thunar
-pkgver=1.2.3
-pkgrel=5
+pkgver=1.4.0
+pkgrel=1
pkgdesc="Modern file manager for Xfce"
arch=('i686' 'x86_64')
url="http://thunar.xfce.org"
@@ -22,25 +22,14 @@ optdepends=('gvfs: for trash support, mounting with udisk and remote filesystems
'thunar-media-tags-plugin: view/edit id3/ogg tags')
options=('!libtool')
install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/${pkgname}/1.2/Thunar-$pkgver.tar.bz2
- fix-segfault-on-rename.patch
- fix-sorting-of-large-numbers-5356.patch
- fix-launching-multiple-files-7456.patch
- fix-crash-8168.patch)
-md5sums=('0a2c36cdd3cb3a2ab52cbf6055415b85'
- '07e568a84f3a24e32d9d37803a250099'
- '926dbefb639c429c8acf064922b4fbe0'
- '7ef67fa9faa414ba03053dc69f4cdebc'
- '54a88687621bcbd5ab7d951a952d3558')
+source=(http://archive.xfce.org/src/xfce/$pkgname/1.4/Thunar-$pkgver.tar.bz2)
+sha256sums=('2c11a19e64cef708a264fb4d5d933389899c3d132fe7b1e313dd6e37bfe4c8ba')
build() {
cd "$srcdir/Thunar-$pkgver"
- # add fixes from git tree
- patch -Np1 -i ../fix-sorting-of-large-numbers-5356.patch
- patch -Np1 -i ../fix-launching-multiple-files-7456.patch
- patch -Np1 -i ../fix-crash-8168.patch
- patch -Np1 -i ../fix-segfault-on-rename.patch
- ./configure --prefix=/usr \
+
+ ./configure \
+ --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \