summaryrefslogtreecommitdiffstats
path: root/extra
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
parentd6316edbad7e1d128fcc697ea6bb6da964b7ec48 (diff)
parentc03f43cad02a794da6b42cec52a924d6706210ce (diff)
downloadnutyx-extra-3f9b8cb48c12ecedf8c3a2c9ea3c06a233ee0650.tar.gz
nutyx-extra-3f9b8cb48c12ecedf8c3a2c9ea3c06a233ee0650.tar.bz2
nutyx-extra-3f9b8cb48c12ecedf8c3a2c9ea3c06a233ee0650.tar.xz
nutyx-extra-3f9b8cb48c12ecedf8c3a2c9ea3c06a233ee0650.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra')
-rwxr-xr-xextra/consolekit/.footprint.i6861
-rwxr-xr-xextra/consolekit/.footprint.x86_641
-rwxr-xr-xextra/consolekit/.md5sum.i6861
-rwxr-xr-xextra/consolekit/.md5sum.x86_641
-rwxr-xr-xextra/consolekit/Pkgfile9
-rw-r--r--extra/consolekit/pam-foreground-compat.ck16
-rw-r--r--extra/polkit/.footprint.i6865
-rw-r--r--extra/polkit/.footprint.x86_645
-rwxr-xr-xextra/polkit/Pkgfile5
9 files changed, 32 insertions, 12 deletions
diff --git a/extra/consolekit/.footprint.i686 b/extra/consolekit/.footprint.i686
index 577382604..28d4f2132 100755
--- a/extra/consolekit/.footprint.i686
+++ b/extra/consolekit/.footprint.i686
@@ -27,6 +27,7 @@ drwxr-xr-x root/root usr/lib/ConsoleKit/
-rwxr-xr-x root/root usr/lib/ConsoleKit/ck-get-x11-server-pid
drwxr-xr-x root/root usr/lib/ConsoleKit/run-seat.d/
drwxr-xr-x root/root usr/lib/ConsoleKit/run-session.d/
+-rwxr-xr-x root/root usr/lib/ConsoleKit/run-session.d/pam-foreground-compat.ck
drwxr-xr-x root/root usr/lib/ConsoleKit/scripts/
-rwxr-xr-x root/root usr/lib/ConsoleKit/scripts/ck-system-restart
-rwxr-xr-x root/root usr/lib/ConsoleKit/scripts/ck-system-stop
diff --git a/extra/consolekit/.footprint.x86_64 b/extra/consolekit/.footprint.x86_64
index 577382604..28d4f2132 100755
--- a/extra/consolekit/.footprint.x86_64
+++ b/extra/consolekit/.footprint.x86_64
@@ -27,6 +27,7 @@ drwxr-xr-x root/root usr/lib/ConsoleKit/
-rwxr-xr-x root/root usr/lib/ConsoleKit/ck-get-x11-server-pid
drwxr-xr-x root/root usr/lib/ConsoleKit/run-seat.d/
drwxr-xr-x root/root usr/lib/ConsoleKit/run-session.d/
+-rwxr-xr-x root/root usr/lib/ConsoleKit/run-session.d/pam-foreground-compat.ck
drwxr-xr-x root/root usr/lib/ConsoleKit/scripts/
-rwxr-xr-x root/root usr/lib/ConsoleKit/scripts/ck-system-restart
-rwxr-xr-x root/root usr/lib/ConsoleKit/scripts/ck-system-stop
diff --git a/extra/consolekit/.md5sum.i686 b/extra/consolekit/.md5sum.i686
index 1b94c75d5..c0a4662bb 100755
--- a/extra/consolekit/.md5sum.i686
+++ b/extra/consolekit/.md5sum.i686
@@ -1 +1,2 @@
b57eb18eae8c4d3631d5f4f030218a29 ConsoleKit-0.4.4.tar.bz2
+a8a4de71d9b0549b8143e5f6c2a36fc7 pam-foreground-compat.ck
diff --git a/extra/consolekit/.md5sum.x86_64 b/extra/consolekit/.md5sum.x86_64
index 1b94c75d5..c0a4662bb 100755
--- a/extra/consolekit/.md5sum.x86_64
+++ b/extra/consolekit/.md5sum.x86_64
@@ -1 +1,2 @@
b57eb18eae8c4d3631d5f4f030218a29 ConsoleKit-0.4.4.tar.bz2
+a8a4de71d9b0549b8143e5f6c2a36fc7 pam-foreground-compat.ck
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/
}
diff --git a/extra/consolekit/pam-foreground-compat.ck b/extra/consolekit/pam-foreground-compat.ck
new file mode 100644
index 000000000..7f6b122d5
--- /dev/null
+++ b/extra/consolekit/pam-foreground-compat.ck
@@ -0,0 +1,16 @@
+#!/bin/sh
+TAGDIR=/var/run/console
+
+[ -n "$CK_SESSION_USER_UID" ] || exit 1
+
+TAGFILE="$TAGDIR/`getent passwd $CK_SESSION_USER_UID | cut -f 1 -d:`"
+
+if [ "$1" = "session_added" ]; then
+ mkdir -p "$TAGDIR"
+ echo "$CK_SESSION_ID" >> "$TAGFILE"
+fi
+
+if [ "$1" = "session_removed" ] && [ -e "$TAGFILE" ]; then
+ sed -i "\%^$CK_SESSION_ID\$%d" "$TAGFILE"
+ [ -s "$TAGFILE" ] || rm -f "$TAGFILE"
+fi
diff --git a/extra/polkit/.footprint.i686 b/extra/polkit/.footprint.i686
index 6dbb41e6e..6afaa253f 100644
--- a/extra/polkit/.footprint.i686
+++ b/extra/polkit/.footprint.i686
@@ -83,9 +83,8 @@ drwxr-xr-x root/root usr/lib/polkit-1/
drwxr-xr-x root/root usr/lib/polkit-1/extensions/
-rwxr-xr-x root/root usr/lib/polkit-1/extensions/libnullbackend.la
-rwxr-xr-x root/root usr/lib/polkit-1/extensions/libnullbackend.so
-drwxr-xr-x root/root usr/lib/polkit/
--rwsr-xr-x root/root usr/lib/polkit/polkit-agent-helper-1
--rwxr-xr-x root/root usr/lib/polkit/polkitd
+-rwsr-xr-x root/root usr/lib/polkit-1/polkit-agent-helper-1
+-rwxr-xr-x root/root usr/lib/polkit-1/polkitd
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/dbus-1/
drwxr-xr-x root/root usr/share/dbus-1/system-services/
diff --git a/extra/polkit/.footprint.x86_64 b/extra/polkit/.footprint.x86_64
index 6dbb41e6e..6afaa253f 100644
--- a/extra/polkit/.footprint.x86_64
+++ b/extra/polkit/.footprint.x86_64
@@ -83,9 +83,8 @@ drwxr-xr-x root/root usr/lib/polkit-1/
drwxr-xr-x root/root usr/lib/polkit-1/extensions/
-rwxr-xr-x root/root usr/lib/polkit-1/extensions/libnullbackend.la
-rwxr-xr-x root/root usr/lib/polkit-1/extensions/libnullbackend.so
-drwxr-xr-x root/root usr/lib/polkit/
--rwsr-xr-x root/root usr/lib/polkit/polkit-agent-helper-1
--rwxr-xr-x root/root usr/lib/polkit/polkitd
+-rwsr-xr-x root/root usr/lib/polkit-1/polkit-agent-helper-1
+-rwxr-xr-x root/root usr/lib/polkit-1/polkitd
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/dbus-1/
drwxr-xr-x root/root usr/share/dbus-1/system-services/
diff --git a/extra/polkit/Pkgfile b/extra/polkit/Pkgfile
index cbc09bf07..7fc5cd551 100755
--- a/extra/polkit/Pkgfile
+++ b/extra/polkit/Pkgfile
@@ -7,16 +7,15 @@
name=polkit
version=0.101
-release=1
+release=2
source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz
polkit.pam)
build() {
- unset MAKEFLAGS
cd $name-$version
PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--sysconfdir=/etc \
- --libexecdir=/usr/lib/polkit \
+ --libexecdir=/usr/lib/polkit-1 \
--mandir=/usr/share/man \
--localstatedir=/var \
--disable-static