[arch-commits] CVS update of extra/xfce4/thunar (PKGBUILD)
Tobias Kieslich
tobias at archlinux.org
Tue Dec 4 01:01:21 UTC 2007
Date: Monday, December 3, 2007 @ 20:01:21
Author: tobias
Path: /home/cvs-extra/extra/xfce4/thunar
Modified: PKGBUILD (1.10 -> 1.11)
added a last minute patch for thunar the author released on the ML
----------+
PKGBUILD | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Index: extra/xfce4/thunar/PKGBUILD
diff -u extra/xfce4/thunar/PKGBUILD:1.10 extra/xfce4/thunar/PKGBUILD:1.11
--- extra/xfce4/thunar/PKGBUILD:1.10 Mon Dec 3 15:22:26 2007
+++ extra/xfce4/thunar/PKGBUILD Mon Dec 3 20:01:21 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.10 2007/12/03 20:22:26 tobias Exp $
+# $Id: PKGBUILD,v 1.11 2007/12/04 01:01:21 tobias Exp $
# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
pkgname=thunar
@@ -15,10 +15,14 @@
makedepends=('intltool' 'pkgconfig')
options=('!libtool')
install=${pkgname}.install
-source=(http://www.xfce.org/archive/xfce-4.4.2/src/Thunar-${pkgver}.tar.bz2)
+source=(http://www.xfce.org/archive/xfce-4.4.2/src/Thunar-${pkgver}.tar.bz2 \
+ http://foo-projects.org/pipermail/thunar-dev/attachments/20071203/a44d5411/thunar-vfs-volume-hal_missing-audio-cds-for-volman.bin
+)
+md5sums=('0fc5008858661c0abd0399acbe30ef28' 'dbdaeefe5a636f14c5abc8048ed1d0ee')
build() {
cd ${startdir}/src/Thunar-${pkgver}
+ patch -Np0 -i ../thunar-vfs-volume-hal_missing-audio-cds-for-volman.bin || return 1
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
--localstatedir=/var --disable-static \
--disable-gnome-thumbnailers --enable-exif --enable-pcre
More information about the arch-commits
mailing list