diff options
author | root <root@rshg054.dnsready.net> | 2012-11-21 01:32:11 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-21 01:32:11 -0800 |
commit | f48f6c82e23a3bacb8a0952c2d2cf9af1e6bf42d (patch) | |
tree | d578e4bdc10acc78968e3e5cdfce8dcd0289a60d /extra/accountsservice/PKGBUILD | |
parent | 0a05643b928d724c048e4306955642d91f24d33c (diff) |
Wed Nov 21 01:32:09 PST 2012
Diffstat (limited to 'extra/accountsservice/PKGBUILD')
-rw-r--r-- | extra/accountsservice/PKGBUILD | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/extra/accountsservice/PKGBUILD b/extra/accountsservice/PKGBUILD index c326518e2..557b59218 100644 --- a/extra/accountsservice/PKGBUILD +++ b/extra/accountsservice/PKGBUILD @@ -1,25 +1,24 @@ -# $Id: PKGBUILD 167219 2012-09-28 15:17:55Z heftig $ +# $Id: PKGBUILD 171616 2012-11-20 14:31:04Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=accountsservice -pkgver=0.6.25 +pkgver=0.6.28 pkgrel=1 pkgdesc="D-Bus interface for user account query and manipulation" arch=(i686 x86_64) -url="http://cgit.freedesktop.org/accountsservice/" +url="http://www.freedesktop.org/software/accountsservice/" license=('GPL3') -depends=('glib2' 'polkit' 'libsystemd') +depends=('glib2' 'polkit' 'systemd') makedepends=('intltool' 'gobject-introspection' 'vala') options=('!libtool') -source=(http://cgit.freedesktop.org/accountsservice/snapshot/${pkgname}-${pkgver}.tar.xz - more-exclusions.patch) -md5sums=('8438df64afffa3bd065c9c3134adb1e7' +source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch) +md5sums=('311458f6ea444d64f298a2048bb4d8cf' '1d5cf127e5aac407fe7c37b2f4fd503c') build() { cd $pkgname-$pkgver patch -Np1 -i ../more-exclusions.patch - ./autogen.sh --prefix=/usr --sysconfdir=/etc \ + ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/accountsservice \ --with-systemdsystemunitdir=/usr/lib/systemd/system \ --localstatedir=/var --disable-static --enable-systemd |