gnome-screensaver: reenable console-kit support, enable pam_systemd.
This commit is contained in:
parent
aac16efe39
commit
93f1e34c0e
2 changed files with 5 additions and 3 deletions
srcpkgs/gnome-screensaver
|
@ -1,3 +1,4 @@
|
||||||
#%PAM-1.0
|
#%PAM-1.0
|
||||||
auth required pam_unix.so
|
auth required pam_unix.so
|
||||||
auth optional pam_gnome_keyring.so
|
auth optional pam_gnome_keyring.so
|
||||||
|
session required pam_systemd.so
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'gnome-screensaver'
|
# Template file for 'gnome-screensaver'
|
||||||
pkgname=gnome-screensaver
|
pkgname=gnome-screensaver
|
||||||
version=3.2.1
|
version=3.2.1
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-mit-ext --disable-maintainer-mode --with-systemd
|
configure_args="--with-mit-ext --disable-maintainer-mode --with-systemd
|
||||||
--without-console-kit"
|
--with-console-kit"
|
||||||
short_desc="GNOME screen saver and locker"
|
short_desc="GNOME screen saver and locker"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://live.gnome.org/GnomeScreensaver"
|
homepage="http://live.gnome.org/GnomeScreensaver"
|
||||||
|
|
Loading…
Reference in a new issue