Date: Sunday, March 6, 2016 @ 00:19:19 Author: heftig Revision: 260986
Fix libsystemd link Modified: accountsservice/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-05 23:15:53 UTC (rev 260985) +++ PKGBUILD 2016-03-05 23:19:19 UTC (rev 260986) @@ -1,18 +1,25 @@ # $Id$ -# Maintainer: Ionut Biru <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Contributor: Ionut Biru <[email protected]> pkgname=accountsservice pkgver=0.6.40 -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' 'python2') +license=(GPL3) +depends=(glib2 polkit systemd) +makedepends=(intltool gobject-introspection python2 gtk-doc) source=($url/$pkgname-$pkgver.tar.xz) md5sums=('8b21fe2fbb2b0cf1ba8329596898b203') +prepare() { + cd $pkgname-$pkgver + sed -i 's/libsystemd-login/libsystemd/g' configure.ac + autoreconf -fvi +} + build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc \
