summaryrefslogtreecommitdiff
path: root/extra/thunar
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-05-02 12:00:40 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-05-02 12:00:40 +0200
commitc2ef76f233a03e87ba6f2a39ca06d6c8411525bd (patch)
tree443d415b43358dbcc1043b51f3299d3b07ee3c73 /extra/thunar
parent3bcb803af0dd81dc1d1e3352d8dee1d731d33abb (diff)
parentdefe74c9cba07c321ad2869d8f6872e64a167324 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/open-vm-tools/PKGBUILD community-testing/open-vm-tools/vmware-guestd extra/exo/PKGBUILD extra/gnome-python-desktop/PKGBUILD extra/imagemagick/PKGBUILD extra/libindi/PKGBUILD extra/libxfce4util/PKGBUILD extra/terminal/PKGBUILD extra/xfburn/PKGBUILD extra/xfce4-appfinder/PKGBUILD extra/xfce4-dev-tools/PKGBUILD extra/xfce4-mailwatch-plugin/PKGBUILD extra/xfce4-notifyd/PKGBUILD extra/xfce4-panel/PKGBUILD extra/xfce4-screenshooter/PKGBUILD extra/xfce4-settings/PKGBUILD extra/xfce4-smartbookmark-plugin/PKGBUILD extra/xfce4-weather-plugin/PKGBUILD testing/cairo/PKGBUILD testing/lvm2/PKGBUILD testing/openmpi/PKGBUILD testing/udev/PKGBUILD
Diffstat (limited to 'extra/thunar')
-rw-r--r--extra/thunar/PKGBUILD27
1 files changed, 8 insertions, 19 deletions
diff --git a/extra/thunar/PKGBUILD b/extra/thunar/PKGBUILD
index 0aa2df987..daad9a16a 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' 'mips64el')
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 \