gdm: update to 3.30.1.
This commit is contained in:
parent
c8d8bfff9c
commit
4803b0ab56
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gdm'
|
||||
pkgname=gdm
|
||||
version=3.30.0
|
||||
version=3.30.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable gir introspection)
|
||||
|
@ -20,7 +20,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://wiki.gnome.org/Projects/GDM"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=84d8faf065c3d6c2212301fa1efa8e63c94583118e5e5767b6c8180f42aeca5b
|
||||
checksum=4b3d11856adf9fc26b43b2742c196e9e9dc2d2a5eff8bb34d906537288e2732f
|
||||
conf_files="
|
||||
/etc/gdm/custom.conf
|
||||
/etc/pam.d/gdm-autologin
|
||||
|
@ -45,9 +45,6 @@ post_install() {
|
|||
|
||||
sed -i "s/pam_systemd\.so/pam_elogind.so/" $DESTDIR/etc/pam.d/*
|
||||
|
||||
# fix udevrulesdir
|
||||
mv $DESTDIR/lib/udev $DESTDIR/usr/lib
|
||||
|
||||
# fix with eudev
|
||||
sed -i 's/\\"//g; s/\[/\\[/; s/\\n/\\\\n/' $DESTDIR/usr/lib/udev/rules.d/61-gdm.rules
|
||||
|
||||
|
|
Loading…
Reference in New Issue