diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-10-27 08:22:40 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-27 08:41:27 -0700 |
commit | 6945e81a65260aead3dc7e082a45abc610354b0c (patch) | |
tree | 3291d6c85c0e344e6bdf9f676a1f340adf4f1a52 | |
parent | f88339e87b39ddd5e64f6b9007881ecd4322e839 (diff) | |
download | meta-openembedded-6945e81a65260aead3dc7e082a45abc610354b0c.tar.gz |
gnome-shell: uodate 47.0 -> 47.1
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 <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.1.bb (renamed from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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 = "" | |||
33 | # gobject-introspection is mandatory and cannot be configured | 33 | # gobject-introspection is mandatory and cannot be configured |
34 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" | 34 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" |
35 | 35 | ||
36 | SRC_URI[archive.sha256sum] = "7a20770c6290ad69a9a82c8497cb27e1bf863f387db25e98e542e4f6c5f06ded" | 36 | SRC_URI[archive.sha256sum] = "b467575f8c159d20557258517f0dd68dfd0147d11b48d97ab8e1f709bc522a63" |
37 | SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch" | 37 | SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch" |
38 | 38 | ||
39 | PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 39 | PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |