summaryrefslogtreecommitdiff
path: root/extra/accountsservice/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/accountsservice/PKGBUILD')
-rw-r--r--extra/accountsservice/PKGBUILD15
1 files changed, 11 insertions, 4 deletions
diff --git a/extra/accountsservice/PKGBUILD b/extra/accountsservice/PKGBUILD
index b74a8aa99..ca65f4be1 100644
--- a/extra/accountsservice/PKGBUILD
+++ b/extra/accountsservice/PKGBUILD
@@ -1,17 +1,24 @@
-# $Id: PKGBUILD 197848 2013-10-30 11:14:12Z allan $
+# $Id: PKGBUILD 199022 2013-11-06 14:06:17Z jgc $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=accountsservice
pkgver=0.6.35
-pkgrel=1
+pkgrel=2
pkgdesc="D-Bus interface for user account query and manipulation"
arch=(i686 x86_64)
url="http://www.freedesktop.org/software/accountsservice/"
license=('GPL3')
depends=('glib2' 'polkit' 'systemd')
makedepends=('intltool' 'gobject-introspection')
-source=($url/$pkgname-$pkgver.tar.xz)
-md5sums=('3a81133e95faafb603de4475802cb06a')
+source=($url/$pkgname-$pkgver.tar.xz
+ avoid-deleting-the-root-user.patch)
+md5sums=('3a81133e95faafb603de4475802cb06a'
+ '4970e77c3c0d56e513f9a5f29fdacd2c')
+
+prepare() {
+ cd $pkgname-$pkgver
+ patch -Np1 -i ../avoid-deleting-the-root-user.patch
+}
build() {
cd $pkgname-$pkgver