From 6945e81a65260aead3dc7e082a45abc610354b0c Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 27 Oct 2024 08:22:40 +0100 Subject: [PATCH] gnome-shell: uodate 47.0 -> 47.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 47.1 ==== * Improve quick settings accessibility [Lukáš; !3477, !3481, !3484, !3485] * Use accent color in tablet configuration UI [Alice; !3480] * Improve accuracy of inset box shadows [Daniel; !3488] * Fix `PopupSwitchMenuItem::toggled` passing wrong state [Andrew; !3493] * Consider text direction when handling arrow keys in sliders [Sundeep; !3500] * Fix layout issues with new dialog style [Sam; !3473] * Fix uneven padding in notification headers [Sam; !3486] * Fixed crash [Florian; #7912] * Misc. cleanups and bug fixes [Florian, Marco, Bilal; !3478, !3479, !3490, !3495, !3499, !3504, !3505, !3507, !3508, !3506, !3511, !3514] Contributors: Bilal Elmoussaoui, Sam Hewitt, Sundeep Mediratta, Alice Mikhaylenko, Florian Müllner, Marco Trevisan (Treviño), Lukáš Tyrychtr, Daniel van Vugt, Andrew Zaech Translators: Aefgh Threenine [th], Daniel Mustieles [es] Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../gnome-shell/{gnome-shell_47.0.bb => gnome-shell_47.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_47.0.bb => gnome-shell_47.1.bb} (95%) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.1.bb similarity index 95% rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.0.bb rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.1.bb index 3829110bfb..042b3935a8 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.0.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.1.bb @@ -33,7 +33,7 @@ GIR_MESON_OPTION = "" # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" -SRC_URI[archive.sha256sum] = "7a20770c6290ad69a9a82c8497cb27e1bf863f387db25e98e542e4f6c5f06ded" +SRC_URI[archive.sha256sum] = "b467575f8c159d20557258517f0dd68dfd0147d11b48d97ab8e1f709bc522a63" SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch" PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"