From b7cd4b184f75d3d2b54b356e08f296df3a9afb38 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 30 Apr 2012 00:01:38 +0000 Subject: Mon Apr 30 00:01:38 UTC 2012 --- testing/consolekit/PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'testing/consolekit') diff --git a/testing/consolekit/PKGBUILD b/testing/consolekit/PKGBUILD index 8576a741b..41fc67e92 100644 --- a/testing/consolekit/PKGBUILD +++ b/testing/consolekit/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 155918 2012-04-09 13:20:09Z tomegun $ +# $Id: PKGBUILD 157504 2012-04-28 21:40:59Z dreisner $ # Maintainer: Jan de Groot # Contributor: onestep_ua pkgname=consolekit pkgver=0.4.6 -pkgrel=1 +pkgrel=3 pkgdesc="A framework for defining and tracking users, login sessions, and seats" arch=('i686' 'x86_64') url="http://www.freedesktop.org/wiki/Software/ConsoleKit" @@ -12,7 +12,9 @@ license=('GPL') depends=('polkit' 'zlib' 'libx11' 'dbus-glib') makedepends=('pkgconfig' 'xmlto' 'docbook-xsl') options=(!libtool) -source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-$pkgver.tar.bz2 +#source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-$pkgver.tar.bz2 +# this has not been released yet, so this is a snapshot +source=(ftp://ftp.archlinux.org/other/${pkgname}/ConsoleKit-${pkgver}.tar.bz2 pam-foreground-compat.ck consolekit.logrotate consolekit.tmpfiles.conf) build() { @@ -23,6 +25,7 @@ build() { --libexecdir=/usr/lib/ConsoleKit \ --with-systemdsystemunitdir=/usr/lib/systemd/system \ --enable-pam-module \ + --with-pam-module-dir=/usr/lib/security \ --enable-docbook-docs \ --enable-udev-acl make -- cgit v1.2.3-54-g00ecf