Date: Wednesday, June 15, 2016 @ 19:33:29 Author: heftig Revision: 269998
0.6.42-1 Modified: accountsservice/trunk/PKGBUILD ----------+ PKGBUILD | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-15 19:10:04 UTC (rev 269997) +++ PKGBUILD 2016-06-15 19:33:29 UTC (rev 269998) @@ -3,29 +3,26 @@ # Contributor: Ionut Biru <[email protected]> pkgname=accountsservice -pkgver=0.6.40 -pkgrel=2 +pkgver=0.6.42 +pkgrel=1 pkgdesc="D-Bus interface for user account query and manipulation" +url="http://www.freedesktop.org/software/accountsservice/" arch=(i686 x86_64) -url="http://www.freedesktop.org/software/accountsservice/" license=(GPL3) depends=(glib2 polkit systemd) -makedepends=(intltool gobject-introspection python2 gtk-doc) -source=($url/$pkgname-$pkgver.tar.xz) -md5sums=('8b21fe2fbb2b0cf1ba8329596898b203') +makedepends=(intltool gobject-introspection python2 gtk-doc xmlto) +source=("$url/$pkgname-$pkgver.tar.xz") +sha256sums=('e56494c2f18627900b57234e5628923cc16a37bf8fd16b06c46118d6ae9c007e') prepare() { cd $pkgname-$pkgver - sed -i 's/libsystemd-login/libsystemd/g' configure.ac - autoreconf -fvi } build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc \ - --libexecdir=/usr/lib/accountsservice \ - --with-systemdsystemunitdir=/usr/lib/systemd/system \ - --localstatedir=/var --disable-static --enable-systemd + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc \ + --enable-docbook-docs make }
