diff options
author | root <root@rshg047.dnsready.net> | 2011-06-01 22:46:45 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-01 22:46:45 +0000 |
commit | e7b9c9697e6a50c3b9e78941fa95ba11c716d238 (patch) | |
tree | 4df601d78b5a2009ebeea5f01afe1f6e2beb8ca4 /extra/consolekit | |
parent | 311d0420d77867bdb1066d38743e68e596a17ce5 (diff) |
Wed Jun 1 22:46:45 UTC 2011
Diffstat (limited to 'extra/consolekit')
-rw-r--r-- | extra/consolekit/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/consolekit/PKGBUILD b/extra/consolekit/PKGBUILD index f8ed34036..6ab97891b 100644 --- a/extra/consolekit/PKGBUILD +++ b/extra/consolekit/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 120022 2011-04-18 12:49:11Z ibiru $ +# $Id: PKGBUILD 125884 2011-05-31 13:01:15Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: onestep_ua <onestep@ukr.net> pkgname=consolekit -pkgver=0.4.4 +pkgver=0.4.5 pkgrel=1 pkgdesc="A framework for defining and tracking users, login sessions, and seats" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ makedepends=('pkgconfig' 'xmlto' 'docbook-xsl') options=(!libtool) source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-${pkgver}.tar.bz2 pam-foreground-compat.ck consolekit.logrotate) -md5sums=('b57eb18eae8c4d3631d5f4f030218a29' +md5sums=('f2657f93761206922d558471a936fbc3' 'a8a4de71d9b0549b8143e5f6c2a36fc7' '6fefa451d9fe2fc6d6269629d3529793') @@ -24,6 +24,7 @@ build() { --sysconfdir=/etc \ --localstatedir=/var \ --libexecdir=/usr/lib/ConsoleKit \ + --with-systemdsystemunitdir=/lib/systemd/system \ --enable-pam-module \ --enable-docbook-docs make |