gnome-screensaver: reenable console-kit support, enable pam_systemd.

This commit is contained in:
Juan RP 2012-02-19 06:56:06 +01:00
parent aac16efe39
commit 93f1e34c0e
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,4 @@
#%PAM-1.0
auth required pam_unix.so
auth optional pam_gnome_keyring.so
auth required pam_unix.so
auth optional pam_gnome_keyring.so
session required pam_systemd.so

View File

@ -1,10 +1,11 @@
# Template file for 'gnome-screensaver'
pkgname=gnome-screensaver
version=3.2.1
revision=1
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--with-mit-ext --disable-maintainer-mode --with-systemd
--without-console-kit"
--with-console-kit"
short_desc="GNOME screen saver and locker"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://live.gnome.org/GnomeScreensaver"