me
/
guix
Archived
1
0
Fork 0

gnu: gdm: Update to 3.34.1.

* gnu/packages/gnome.scm (gdm): Update to 3.34.1.
[arguments]: Adjust 'pre-configure' phase accordingly.

(cherry picked from commit b989db762e17b7bdb64b1f0e3156bc92a2f2dc32)
master
Kei Kebreau 2019-12-20 22:34:58 -05:00
parent ec3ceabd6e
commit 0fda99c572
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 5 additions and 3 deletions

View File

@ -6721,7 +6721,7 @@ libxml2.")
(define-public gdm (define-public gdm
(package (package
(name "gdm") (name "gdm")
(version "3.32.0") (version "3.34.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -6729,7 +6729,7 @@ libxml2.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"12ypdz9i24hwbl1d1wnnxb8zlvfa4f49n9ac5cl9d6h8qp4b0gb4")) "1lyqvcwxhwxklbxn4xjswjzr6fhjix6h28mi9ypn34wdm9bzcpg8"))
(patches (search-patches "gdm-default-session.patch")))) (patches (search-patches "gdm-default-session.patch"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(arguments (arguments
@ -6771,6 +6771,7 @@ libxml2.")
(("#include <systemd/sd-daemon\\.h>") "")) (("#include <systemd/sd-daemon\\.h>") ""))
;; Use elogind for sd-login. ;; Use elogind for sd-login.
(substitute* '("common/gdm-common.c" (substitute* '("common/gdm-common.c"
"daemon/gdm-local-display-factory.c"
"daemon/gdm-manager.c" "daemon/gdm-manager.c"
"libgdm/gdm-user-switching.c") "libgdm/gdm-user-switching.c")
(("#include <systemd/sd-login\\.h>") (("#include <systemd/sd-login\\.h>")
@ -6818,7 +6819,8 @@ libxml2.")
(substitute* '("daemon/gdm-server.c") (substitute* '("daemon/gdm-server.c")
(("\\(X_SERVER X_SERVER_ARG_FORMAT") (("\\(X_SERVER X_SERVER_ARG_FORMAT")
"(\"%s\" X_SERVER_ARG_FORMAT, g_getenv (\"GDM_X_SERVER\")")) "(\"%s\" X_SERVER_ARG_FORMAT, g_getenv (\"GDM_X_SERVER\")"))
(substitute* '("daemon/gdm-x-session.c") (substitute* '("daemon/gdm-wayland-session.c"
"daemon/gdm-x-session.c")
(("\"dbus-daemon\"") (("\"dbus-daemon\"")
"g_getenv (\"GDM_DBUS_DAEMON\")") "g_getenv (\"GDM_DBUS_DAEMON\")")
(("X_SERVER") (("X_SERVER")