[arch-commits] Commit in accountsservice/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sat Mar 5 23:19:19 UTC 2016
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 <ibiru at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
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 \
More information about the arch-commits
mailing list