summaryrefslogtreecommitdiff
path: root/extra/gvfs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gvfs/PKGBUILD')
-rw-r--r--extra/gvfs/PKGBUILD19
1 files changed, 15 insertions, 4 deletions
diff --git a/extra/gvfs/PKGBUILD b/extra/gvfs/PKGBUILD
index b51182220..8ec9a6aa6 100644
--- a/extra/gvfs/PKGBUILD
+++ b/extra/gvfs/PKGBUILD
@@ -1,19 +1,25 @@
-# $Id: PKGBUILD 170252 2012-11-06 11:45:54Z foutrelis $
+# $Id: PKGBUILD 170569 2012-11-08 21:40:53Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgbase=gvfs
pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
pkgver=1.14.1
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64' 'mips64el')
license=('LGPL')
makedepends=('avahi' 'bluez' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 'libcdio' 'libgphoto2' 'libimobiledevice' 'libsoup-gnome' 'smbclient' 'udisks2' 'libsecret' 'docbook-xsl' 'gtk3')
url="http://www.gnome.org"
options=(!libtool)
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
- do-not-emit-connected-added-signals-at-object-creation.patch)
+ do-not-emit-connected-added-signals-at-object-creation.patch
+ gdaemonmount-Check-for-a-NULL-GMountOperation-when-unmounting.patch
+ proxy-volume-monitor-Dont-disable-exit_on_close-on-session-bus.patch
+ proxy-volume-monitor-Dont-force-close-the-session-bus.patch)
sha256sums=('0af86cd7ee7b6daca144776bdf12f2f30d3e18fdd70b4da58e1a68cea4f6716a'
- '2596b5a35e08566c4c3a8c8cc48f93534ee93c47eb13b649a8b399a9b656f9d0')
+ '2596b5a35e08566c4c3a8c8cc48f93534ee93c47eb13b649a8b399a9b656f9d0'
+ '0d509e335f931aceff2b5ce613dd3dec5a7f8ebbca379d8b3e3e4cf0848a9a72'
+ '26225a7ebfa0144d0481b4af0e9c141920c91c022c67003e92b875f8ecc38069'
+ 'af7d7bcc5777f356169b13aa86308222fb59c8ba56744f6393a97db0f80c3ed6')
build() {
cd "$pkgbase-$pkgver"
@@ -22,6 +28,11 @@ build() {
# https://bugzilla.gnome.org/show_bug.cgi?id=684677
patch -Np1 -i "$srcdir/do-not-emit-connected-added-signals-at-object-creation.patch"
+ # Fixes from gnome-3-6 branch
+ patch -Np1 -i "$srcdir/gdaemonmount-Check-for-a-NULL-GMountOperation-when-unmounting.patch"
+ patch -Np1 -i "$srcdir/proxy-volume-monitor-Dont-disable-exit_on_close-on-session-bus.patch"
+ patch -Np1 -i "$srcdir/proxy-volume-monitor-Dont-force-close-the-session-bus.patch"
+
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static \
--libexecdir=/usr/lib/gvfs \