diff --git a/srcpkgs/gnome-shell/patches/keyboard-Fix-updating-suggestions-visibility.patch b/srcpkgs/gnome-shell/patches/keyboard-Fix-updating-suggestions-visibility.patch deleted file mode 100644 index b2e4df1052a..00000000000 --- a/srcpkgs/gnome-shell/patches/keyboard-Fix-updating-suggestions-visibility.patch +++ /dev/null @@ -1,37 +0,0 @@ -From aca79c027483f86e85043f403321a8d8016ca007 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Florian=20M=C3=BCllner?= -Date: Sun, 3 Jul 2022 16:44:39 +0200 -Subject: [PATCH] keyboard: Fix updating suggestions visibility - -Commit 237ba24dbeae added corresponding API to the keyboard actor, -but ended up calling it on the KeyboardManager. - -Add the expected method to KeyboardManager that forwards the request -to the keyboard. - -https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5630 - -Part-of: -(cherry picked from commit eff23a87c36a6a96c9abab09ab27a4bb35ab1b1f) ---- - js/ui/keyboard.js | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/js/ui/keyboard.js b/js/ui/keyboard.js -index 9e5dbffbb1..e13652bdfe 100644 ---- a/js/ui/keyboard.js -+++ b/js/ui/keyboard.js -@@ -1273,6 +1273,10 @@ var KeyboardManager = class KeyBoardManager { - this._keyboard.resetSuggestions(); - } - -+ setSuggestionsVisible(visible) { -+ this._keyboard?.setSuggestionsVisible(visible); -+ } -+ - maybeHandleEvent(event) { - if (!this._keyboard) - return false; --- -GitLab - diff --git a/srcpkgs/gnome-shell/template b/srcpkgs/gnome-shell/template index e0a73c48c1a..f273156d713 100644 --- a/srcpkgs/gnome-shell/template +++ b/srcpkgs/gnome-shell/template @@ -1,7 +1,7 @@ # Template file for 'gnome-shell' pkgname=gnome-shell -version=42.3 -revision=2 +version=42.3.1 +revision=1 build_style=meson build_helper=gir configure_args="-Dsystemd=false -Dtests=false" @@ -20,8 +20,8 @@ maintainer="Enno Boland " license="GPL-2.0-or-later" homepage="https://wiki.gnome.org/Projects/GnomeShell" changelog="https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/gnome-42/NEWS" -distfiles="${GNOME_SITE}/gnome-shell/${version%.*}/gnome-shell-${version}.tar.xz" -checksum=964f520c28d7f412254298676f9cceed6adf81ff489ff1ded69c42987d4c1888 +distfiles="${GNOME_SITE}/gnome-shell/${version%%.*}/gnome-shell-${version}.tar.xz" +checksum=7dfab32dfac3cd64d4612918ca987cfb33238efa092798753c8845ff16935f7d do_check() { mkdir /tmp/gnome-shell-xdg