summaryrefslogtreecommitdiff
path: root/extra/accountsservice
diff options
context:
space:
mode:
Diffstat (limited to 'extra/accountsservice')
-rw-r--r--extra/accountsservice/PKGBUILD11
-rw-r--r--extra/accountsservice/more-exclusions.patch12
2 files changed, 19 insertions, 4 deletions
diff --git a/extra/accountsservice/PKGBUILD b/extra/accountsservice/PKGBUILD
index 8342a31e2..21258e3e1 100644
--- a/extra/accountsservice/PKGBUILD
+++ b/extra/accountsservice/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 162754 2012-06-29 15:28:24Z ibiru $
+# $Id: PKGBUILD 167219 2012-09-28 15:17:55Z heftig $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=accountsservice
-pkgver=0.6.22
+pkgver=0.6.25
pkgrel=1
pkgdesc="D-Bus interface for user account query and manipulation"
arch=(i686 x86_64 'mips64el')
@@ -11,11 +11,14 @@ license=('GPL3')
depends=('glib2' 'polkit' 'libsystemd')
makedepends=('intltool' 'gobject-introspection' 'vala')
options=('!libtool')
-source=(http://cgit.freedesktop.org/accountsservice/snapshot/${pkgname}-${pkgver}.tar.xz)
-md5sums=('6159898955b4c7079a8ae64cd7aa5bf1')
+source=(http://cgit.freedesktop.org/accountsservice/snapshot/${pkgname}-${pkgver}.tar.xz
+ more-exclusions.patch)
+md5sums=('8438df64afffa3bd065c9c3134adb1e7'
+ '1d5cf127e5aac407fe7c37b2f4fd503c')
build() {
cd $pkgname-$pkgver
+ patch -Np1 -i ../more-exclusions.patch
./autogen.sh --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib/accountsservice \
--with-systemdsystemunitdir=/usr/lib/systemd/system \
diff --git a/extra/accountsservice/more-exclusions.patch b/extra/accountsservice/more-exclusions.patch
new file mode 100644
index 000000000..46a80c4c9
--- /dev/null
+++ b/extra/accountsservice/more-exclusions.patch
@@ -0,0 +1,12 @@
+diff --git i/src/daemon.c w/src/daemon.c
+index c65eca3..9166055 100644
+--- i/src/daemon.c
++++ w/src/daemon.c
+@@ -77,6 +77,7 @@ static const char *default_excludes[] = {
+ "games",
+ "man",
+ "at",
++ "git",
+ NULL
+ };
+