diff options
author | root <root@rshg054.dnsready.net> | 2012-12-10 02:17:21 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-10 02:17:21 -0800 |
commit | 4aef0a374e20e36cf2bf6e779d93789d9a5791ae (patch) | |
tree | 128c3bb7fc58f4c17529f71e2e6cbb4c06026a5f /extra/thunar/PKGBUILD | |
parent | 9e5276831865e251c8d74a830da4908eab65cbb3 (diff) |
Mon Dec 10 02:14:35 PST 2012
Diffstat (limited to 'extra/thunar/PKGBUILD')
-rw-r--r-- | extra/thunar/PKGBUILD | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/extra/thunar/PKGBUILD b/extra/thunar/PKGBUILD index b266a89da..3244651b3 100644 --- a/extra/thunar/PKGBUILD +++ b/extra/thunar/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 172898 2012-12-06 12:48:55Z foutrelis $ +# $Id: PKGBUILD 173051 2012-12-09 18:17:19Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Andrew Simmons <andrew.simmons@gmail.com> pkgname=thunar -pkgver=1.6.0 -pkgrel=3 +pkgver=1.6.1 +pkgrel=1 pkgdesc="Modern file manager for Xfce" arch=('i686' 'x86_64') url="http://thunar.xfce.org" @@ -22,17 +22,12 @@ 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.6/Thunar-$pkgver.tar.bz2 - thunar-1.6.0-show-nodisplay-true-applications.patch) -sha256sums=('354897fbde4d3f089c06c38b57816f455c2907806725906426440e1084c1d63a' - 'f7377aad1eb60420d0c1c878c3916913934f994df810f3a60d580fc2be3b80c0') +source=(http://archive.xfce.org/src/xfce/$pkgname/1.6/Thunar-$pkgver.tar.bz2) +sha256sums=('a81021af558802b8c2c6cd7db47cca262477c4f3d2b6d8cfa8dbba88568048f1') build() { cd "$srcdir/Thunar-$pkgver" - # https://bugzilla.xfce.org/show_bug.cgi?id=9595 - patch -Np1 -i "$srcdir/thunar-1.6.0-show-nodisplay-true-applications.patch" - ./configure \ --prefix=/usr \ --sysconfdir=/etc \ |