gdm: update to 3.30.0.
This commit is contained in:
parent
4311bc89ef
commit
fc16bc23ea
1 changed files with 7 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gdm'
|
# Template file for 'gdm'
|
||||||
pkgname=gdm
|
pkgname=gdm
|
||||||
version=3.28.4
|
version=3.30.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable gir introspection)
|
configure_args="$(vopt_enable gir introspection)
|
||||||
|
@ -9,8 +9,7 @@ configure_args="$(vopt_enable gir introspection)
|
||||||
--with-screenshot-dir=/var/lib/gdm/greeter --sbindir=/usr/bin --without-plymouth
|
--with-screenshot-dir=/var/lib/gdm/greeter --sbindir=/usr/bin --without-plymouth
|
||||||
--with-xauth-dir=/run/gdm --with-pid-file=/run/gdm/gdm.pid
|
--with-xauth-dir=/run/gdm --with-pid-file=/run/gdm/gdm.pid
|
||||||
--disable-systemd-journal --with-initial-vt=7 --enable-wayland-support"
|
--disable-systemd-journal --with-initial-vt=7 --enable-wayland-support"
|
||||||
hostmakedepends="automake gnome-doc-utils intltool itstool libtool pkg-config
|
hostmakedepends="gnome-doc-utils itstool pkg-config $(vopt_if gir 'gobject-introspection')"
|
||||||
$(vopt_if gir 'gobject-introspection')"
|
|
||||||
makedepends="accountsservice-devel dconf elogind-devel gettext-devel glib-devel
|
makedepends="accountsservice-devel dconf elogind-devel gettext-devel glib-devel
|
||||||
iso-codes libSM-devel libcanberra-devel nss-devel pam-devel upower-devel"
|
iso-codes libSM-devel libcanberra-devel nss-devel pam-devel upower-devel"
|
||||||
depends="gnome-settings-daemon gnome-shell xorg-server xorg-server-xwayland
|
depends="gnome-settings-daemon gnome-shell xorg-server xorg-server-xwayland
|
||||||
|
@ -19,9 +18,9 @@ checkdepends="check-devel"
|
||||||
short_desc="GNOME Display Manager"
|
short_desc="GNOME Display Manager"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.gnome.org"
|
homepage="https://wiki.gnome.org/Projects/GDM"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=799f524278eb1a663c1d693589878c12ce8fad2293a66ef336e9626e1f933a3b
|
checksum=84d8faf065c3d6c2212301fa1efa8e63c94583118e5e5767b6c8180f42aeca5b
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/gdm/custom.conf
|
/etc/gdm/custom.conf
|
||||||
/etc/pam.d/gdm-autologin
|
/etc/pam.d/gdm-autologin
|
||||||
|
@ -41,19 +40,14 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default+=" gir"
|
build_options_default+=" gir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
# elogind does not provide sd-daemon.h. It does provide all
|
|
||||||
# used symbols though.
|
|
||||||
sed -i "/#include <.*sd-daemon.h>/d" $(find . -name '*.[ch]')
|
|
||||||
|
|
||||||
AUTOPOINT='intltoolize --automake -c' NOCONFIGURE=1 autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall $FILESDIR/Xsession 755 etc/gdm
|
vinstall $FILESDIR/Xsession 755 etc/gdm
|
||||||
|
|
||||||
sed -i "s/pam_systemd\.so/pam_elogind.so/" $DESTDIR/etc/pam.d/*
|
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
|
# fix with eudev
|
||||||
sed -i 's/\\"//g; s/\[/\\[/; s/\\n/\\\\n/' $DESTDIR/usr/lib/udev/rules.d/61-gdm.rules
|
sed -i 's/\\"//g; s/\[/\\[/; s/\\n/\\\\n/' $DESTDIR/usr/lib/udev/rules.d/61-gdm.rules
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue