diff options
Diffstat (limited to 'extra/accountsservice/PKGBUILD')
-rw-r--r-- | extra/accountsservice/PKGBUILD | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/extra/accountsservice/PKGBUILD b/extra/accountsservice/PKGBUILD index afa12600d..bd401ee3f 100644 --- a/extra/accountsservice/PKGBUILD +++ b/extra/accountsservice/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 189848 2013-07-09 13:13:14Z heftig $ +# $Id: PKGBUILD 193628 2013-08-26 09:59:39Z jgc $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=accountsservice pkgver=0.6.34 -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/" @@ -11,13 +11,18 @@ license=('GPL3') depends=('glib2' 'polkit' 'systemd') makedepends=('intltool' 'gobject-introspection' 'vala') options=('!libtool') -source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch) +source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch git-fixes.patch) md5sums=('dbf4323b688a314b4bf76890ad6d5279' - '45ef529fb38d32ec7a1d03005dd20ced') + '45ef529fb38d32ec7a1d03005dd20ced' + '5082c3ba917c520b70f3c5089cb02c9c') -build() { +prepare() { cd $pkgname-$pkgver + patch -Np1 -i ../git-fixes.patch patch -Np1 -i ../more-exclusions.patch +} +build() { + cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/accountsservice \ --with-systemdsystemunitdir=/usr/lib/systemd/system \ |