GNU bug report logs -
#65644
[PATCH gnome-team 0/9] Update GNOME Shell to 44
Previous Next
Full log
Message #41 received at 65644 <at> debbugs.gnu.org (full text, mbox):
Hi,
Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
> * gnu/packages/gnome.scm (gdm): Update to 44.1.
> [inputs]: Add egl-wayland.
> * gnu/packages/patches/gdm-elogind-support.patch: Adjust accordingly.
> ---
> gnu/packages/gnome.scm | 5 +-
> .../patches/gdm-elogind-support.patch | 93 +++++++++----------
> 2 files changed, 45 insertions(+), 53 deletions(-)
>
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index 7341f58547..5e6a6df44c 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -8729,7 +8729,7 @@ (define-public libxml++-2
> (define-public gdm
> (package
> (name "gdm")
> - (version "42.0")
> + (version "44.1")
> (source (origin
> (method url-fetch)
> (uri (string-append "mirror://gnome/sources/" name "/"
> @@ -8737,7 +8737,7 @@ (define-public gdm
> name "-" version ".tar.xz"))
> (sha256
> (base32
> - "0m9qmm3vm81jmqlc30a1fb79hsr4l4lpiw0zjxww3gipd6bsqa53"))
> + "03avvkrm2jd0731ggh9cjnkhrfysqp4slrq0km3gqa3xpqx6n9k8"))
> (patches
> (search-patches
> "gdm-default-session.patch"
> @@ -8930,6 +8930,7 @@ (define-public gdm
> (list accountsservice
> check ;for testing
> dbus
> + egl-wayland
> elogind
> eudev
> gnome-session
> diff --git a/gnu/packages/patches/gdm-elogind-support.patch b/gnu/packages/patches/gdm-elogind-support.patch
> index 5c8e3bd610..b27e000585 100644
> --- a/gnu/packages/patches/gdm-elogind-support.patch
> +++ b/gnu/packages/patches/gdm-elogind-support.patch
Ideally this patch should be upstreamed to make our life (and that of
others) easier in the future, with the URL referenced here. Otherwise LGTM.
--
Thanks,
Maxim
This bug report was last modified 1 year and 261 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.