summaryrefslogtreecommitdiffstats
path: root/extra/consolekit/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-04-09 17:56:37 +0200
committertnut <thierryn1 at hispeed dot ch>2011-04-09 17:56:37 +0200
commit3f9b8cb48c12ecedf8c3a2c9ea3c06a233ee0650 (patch)
tree78e38cc5659badeb2e7b2dbc575a679136cd32b1 /extra/consolekit/Pkgfile
parentd6316edbad7e1d128fcc697ea6bb6da964b7ec48 (diff)
parentc03f43cad02a794da6b42cec52a924d6706210ce (diff)
downloadnutyx-pakxe-3f9b8cb48c12ecedf8c3a2c9ea3c06a233ee0650.tar.gz
nutyx-pakxe-3f9b8cb48c12ecedf8c3a2c9ea3c06a233ee0650.tar.bz2
nutyx-pakxe-3f9b8cb48c12ecedf8c3a2c9ea3c06a233ee0650.tar.xz
nutyx-pakxe-3f9b8cb48c12ecedf8c3a2c9ea3c06a233ee0650.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra/consolekit/Pkgfile')
-rwxr-xr-xextra/consolekit/Pkgfile9
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/consolekit/Pkgfile b/extra/consolekit/Pkgfile
index 39bdfd437..964f3ff34 100755
--- a/extra/consolekit/Pkgfile
+++ b/extra/consolekit/Pkgfile
@@ -7,8 +7,9 @@
name=consolekit
version=0.4.4
-release=1
-source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-$version.tar.bz2)
+release=3
+source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-$version.tar.bz2
+ pam-foreground-compat.ck)
build() {
cd ConsoleKit-$version
@@ -18,9 +19,11 @@ build() {
--localstatedir=/var \
--libexecdir=/usr/lib/ConsoleKit \
--enable-pam-module \
- --enable-docbook-docs
+ --enable-docbook-docs \
+ --with-dbus-services=$PKG/usr/share/dbus-1/services
make
make DESTDIR=$PKG install
+ install -m755 $SRC/pam-foreground-compat.ck $PKG/usr/lib/ConsoleKit/run-session.d/
}