gdm: update to 44.1.
This commit is contained in:
parent
4f79ce3960
commit
d291c58423
2 changed files with 13 additions and 16 deletions
|
@ -1,22 +1,18 @@
|
||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -94,19 +94,8 @@ if xdmcp_dep.found() and get_option('tcp-wrappers')
|
@@ -100,15 +100,8 @@ if xdmcp_dep.found() and get_option('tcp
|
||||||
libwrap_dep = cc.find_library('libwrap')
|
libwrap_dep = cc.find_library('wrap')
|
||||||
endif
|
endif
|
||||||
# systemd
|
# systemd
|
||||||
-systemd_dep = dependency('systemd')
|
-systemd_dep = dependency('systemd')
|
||||||
libsystemd_dep = dependency('libsystemd')
|
libsystemd_dep = dependency('libsystemd')
|
||||||
-if meson.version().version_compare('>= 0.53')
|
-systemd_multiseat_x = find_program('systemd-multi-seat-x',
|
||||||
- systemd_multiseat_x = find_program('systemd-multi-seat-x',
|
- required: false,
|
||||||
- required: false,
|
- dirs: [
|
||||||
- dirs: [
|
- systemd_dep.get_pkgconfig_variable('systemdutildir'),
|
||||||
- systemd_dep.get_pkgconfig_variable('systemdutildir'),
|
- '/lib/systemd',
|
||||||
- '/lib/systemd',
|
- '/usr/lib/systemd',
|
||||||
- '/usr/lib/systemd',
|
- ])
|
||||||
- ])
|
|
||||||
-else
|
|
||||||
- systemd_multiseat_x = find_program('systemd-multi-seat-x', required: false)
|
|
||||||
-endif
|
|
||||||
+systemd_multiseat_x = find_program('systemd-multi-seat-x', required: false)
|
+systemd_multiseat_x = find_program('systemd-multi-seat-x', required: false)
|
||||||
systemd_x_server = systemd_multiseat_x.found()? systemd_multiseat_x.path() : '/lib/systemd/systemd-multi-seat-x'
|
systemd_x_server = systemd_multiseat_x.found()? systemd_multiseat_x.path() : '/lib/systemd/systemd-multi-seat-x'
|
||||||
# Plymouth
|
# Plymouth
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gdm'
|
# Template file for 'gdm'
|
||||||
pkgname=gdm
|
pkgname=gdm
|
||||||
version=43.0
|
version=44.1
|
||||||
revision=1
|
revision=1
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
@ -23,9 +23,10 @@ short_desc="GNOME Display Manager"
|
||||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Projects/GDM"
|
homepage="https://wiki.gnome.org/Projects/GDM"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/gdm/-/raw/main/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/gdm/-/raw/gnome-44/NEWS"
|
||||||
|
#changelog="https://gitlab.gnome.org/GNOME/gdm/-/raw/main/NEWS"
|
||||||
distfiles="${GNOME_SITE}/gdm/${version%.*}/gdm-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/gdm/${version%.*}/gdm-${version}.tar.xz"
|
||||||
checksum=94d70d6ed7df59fa7fde4fd02fed1168593a8adce10fcee113c148d52b392294
|
checksum=68266b3abe7d28fc469d0067aac9c5dabb0ca7952cc1f7c238a04951f3dc5b0d
|
||||||
|
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/gdm/custom.conf
|
/etc/gdm/custom.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue