mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
gnome-screensaver: added pam file into $conf_files, fix unix auth. Bumprev.
This commit is contained in:
parent
0904ec2c3a
commit
3122158832
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
#%PAM-1.0
|
#%PAM-1.0
|
||||||
auth required pam_unix_auth.so
|
auth required pam_unix.so
|
||||||
auth optional pam_gnome_keyring.so
|
auth optional pam_gnome_keyring.so
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'gnome-screensaver'
|
# Template file for 'gnome-screensaver'
|
||||||
pkgname=gnome-screensaver
|
pkgname=gnome-screensaver
|
||||||
version=2.30.2
|
version=2.30.2
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-schemas-install --disable-scrollkeeper
|
configure_args="--disable-schemas-install --disable-scrollkeeper
|
||||||
|
@ -23,6 +24,8 @@ long_desc="
|
||||||
# XXX: add xscreensaver hacks support.
|
# XXX: add xscreensaver hacks support.
|
||||||
gconf_schemas="$pkgname.schemas"
|
gconf_schemas="$pkgname.schemas"
|
||||||
|
|
||||||
|
conf_files="/etc/pam.d/${pkgname}"
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run libX11
|
Add_dependency run libX11
|
||||||
Add_dependency run gtk+
|
Add_dependency run gtk+
|
||||||
|
|
Loading…
Add table
Reference in a new issue