summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-01-22 20:23:08 +0100
committerKhem Raj <raj.khem@gmail.com>2025-01-24 18:20:06 -0800
commit50016aa4c0e1b0b48b08dbac059b6bf2ff780fb1 (patch)
tree3c8b5b269e6ebaae9a2b73392614ccbc80868038
parentde66c7127764c3ebbc6cd02317ed94caa68f40c5 (diff)
downloadmeta-openembedded-50016aa4c0e1b0b48b08dbac059b6bf2ff780fb1.tar.gz
gnome-shell: update 47.2 -> 47.3
47.3 ==== * Fix Escape handling in run dialog [Florian; !3585] * Fix custom text-scaling-factor getting reset [Matthijs; !3574] * Tweak ibus candidate popover appearance [AuralRay; !3584] * Misc. bug fixes and cleanups [Florian, Bilal, Michel, Bartłomiej, Alberto, AsciiWolf, Jakub; !3563, !3547, !3573, !3525, !3572, !3580, !3578, !3576, !3579, !3589, !3587, !3593] 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-extensions_47.3.bb (renamed from meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_47.2.bb)2
-rw-r--r--meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.3.bb (renamed from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.2.bb)2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_47.2.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_47.3.bb
index 6567704c47..151e57e887 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_47.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_47.3.bb
@@ -6,7 +6,7 @@ inherit gnomebase gettext gsettings features_check
6 6
7REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" 7REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
8 8
9SRC_URI[archive.sha256sum] = "dd774a0291584917abde88bbc4eccf9244178e3c269ce0618d0495177c12652d" 9SRC_URI[archive.sha256sum] = "1a9142a4e85d7a2b7dc5bad37e34df9eebb38e8496f4938be2d7b2b35883d139"
10 10
11EXTRA_OEMESON += " \ 11EXTRA_OEMESON += " \
12 -Dextension_set=all \ 12 -Dextension_set=all \
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.2.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.3.bb
index 417f0a1816..b3fba01eee 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.3.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
34REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" 34REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
35 35
36SRC_URI[archive.sha256sum] = "4184d01a1ab82cb421d1ca2e2bcce0292ceb46c4c749e61b0bde4b75004d2e00" 36SRC_URI[archive.sha256sum] = "783deb9a086511e4a53db10574bfbba695576f698078218ca6c80cb1efec293e"
37 37
38PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 38PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
39PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth" 39PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth"