gdm: use default initial vt, install pam files correctly.
This commit is contained in:
parent
a2a3d3db9f
commit
e8db253fcd
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'gdm'
|
||||
pkgname=gdm
|
||||
version=3.6.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-static
|
||||
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
|
||||
--with-systemd --with-screenshot-dir=/var/lib/gdm/greeter
|
||||
--with-xauth-dir=/run/gdm --with-pid-file=/run/gdm/gdm.pid
|
||||
--with-initial-vt=1 --with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||
--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||
makedepends="pkg-config intltool which gnome-doc-utils gobject-introspection
|
||||
pam-devel nss-devel accountsservice-devel gtk+3-devel>=3.6.0_2 upower-devel
|
||||
libcanberra-devel libXrandr-devel systemd-devel at-spi2-core-devel itstool"
|
||||
|
@ -62,7 +62,7 @@ post_install() {
|
|||
# Use our own pam files.
|
||||
rm -f ${DESTDIR}/etc/pam.d/*
|
||||
for f in ${FILESDIR}/*.pam; do
|
||||
vinstall ${f} 644 etc/pam.d ${f}
|
||||
vinstall ${f} 644 etc/pam.d ${f%.pam}
|
||||
done
|
||||
# Install systemd service.
|
||||
vinstall ${FILESDIR}/gdm.tmpfiles.d 644 usr/lib/tmpfiles.d gdm.conf
|
||||
|
|
Loading…
Reference in New Issue