summaryrefslogtreecommitdiff
path: root/extra/thunar
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-08 09:54:57 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-08 09:54:57 +0100
commitca63f47c4736ce7a6f6b544c50cf29d2ffe563c1 (patch)
treee3ef58d850012b4943c980af55864f0fb768bcbc /extra/thunar
parentb28838efa921982fb5ab1ec277a2df13a9890983 (diff)
parenta8fff09ba6d0f8b78b43e63541b1254763d4f48e (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/apvlv/PKGBUILD community/haddock/PKGBUILD community/ibus-pinyin/PKGBUILD core/libtirpc/PKGBUILD extra/htop/PKGBUILD extra/rhythmbox/PKGBUILD
Diffstat (limited to 'extra/thunar')
-rw-r--r--extra/thunar/PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/extra/thunar/PKGBUILD b/extra/thunar/PKGBUILD
index 3090e756a..e9df5b0bd 100644
--- a/extra/thunar/PKGBUILD
+++ b/extra/thunar/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 170122 2012-11-03 06:32:33Z foutrelis $
+# $Id: PKGBUILD 170254 2012-11-06 11:47:03Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Andrew Simmons <andrew.simmons@gmail.com>
pkgname=thunar
pkgver=1.4.0
-pkgrel=3
+pkgrel=4
pkgdesc="Modern file manager for Xfce"
arch=('i686' 'x86_64' 'mips64el')
url="http://thunar.xfce.org"
@@ -23,19 +23,13 @@ optdepends=('gvfs: for trash support, mounting with udisk and remote filesystems
options=('!libtool')
install=$pkgname.install
source=(http://archive.xfce.org/src/xfce/$pkgname/1.4/Thunar-$pkgver.tar.bz2
- thunar-1.4.0-dont-add-duplicates-of-devices.patch
thunar-1.4.0-show-loop-devices-hack.patch)
sha256sums=('2c11a19e64cef708a264fb4d5d933389899c3d132fe7b1e313dd6e37bfe4c8ba'
- 'c25f86a4c298c24327b0681702167aea9f9d712a738c8f3883f5d66da7f08f19'
'185c44db9bdf578d22cb69b81dce7fcc3e2ee6031b1547de6453ff0752dbc97e')
build() {
cd "$srcdir/Thunar-$pkgver"
- # https://bugzilla.xfce.org/show_bug.cgi?id=9440
- # Backport of http://git.xfce.org/xfce/thunar/commit/?id=70a4301
- patch -Np1 -i "$srcdir/thunar-1.4.0-dont-add-duplicates-of-devices.patch"
-
# Fix: Loop devices not appearing in Thunar side pane
# https://bugs.archlinux.org/task/29894
# https://bugzilla.xfce.org/show_bug.cgi?id=8947