summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiu Yiding <liuyd.fnst@fujitsu.com>2025-07-22 11:12:11 +0800
committerKhem Raj <raj.khem@gmail.com>2025-07-21 22:43:59 -0700
commit4c23b73630c1697a0176b2e15afe15ed01a08165 (patch)
tree06374eb3610da447ac3d915a79593fe6c5858242
parentb2eced369b230c713a9fb38672322acee5d3f6a5 (diff)
downloadmeta-openembedded-4c23b73630c1697a0176b2e15afe15ed01a08165.tar.gz
mutter: upgrade 48.0 -> 48.4
Changelog: =========== 48.4 ==== * Unlink outputs from unused connectors in update_outputs [Michel; !4474] * Add speed limit to Visual alerts [Sergio; !4487] * Fix behavior of windows that get activated before mapped [Alessandro; !4462] * Fix incorrect cursor over Xwayland clients [Carlos; !4433] * Fix hi-res scroll events getting converted to flip-flopping discrete events [Peter; !4459] * Fixed crash [Daniel; !4303] * Misc. bug fixes and cleanups [Alessandro, Jonas, Jordan, Alessandro, Corentin, Daniel, Lukáš, Rémi, Michel; !4481, !4482, !4485, !4492, !4496, !4495, !4444, !4447, !4442, !4452] 48.3.1 ====== * Fix Xwayland windows becoming unresponsive to events [Jonas; !4475] * Fix drag and drop of tabs into tiled/maximized state [Carlos; !4468] 48.3 ==== * Use opaque dma-buf formats substitutes for scanout [Robert; !4320] * Restore tiled/maximized windows to the correct monitor [Nick; !4411] * Do not leak session manager file to launched processes [Sebastian K.; !4405] * Use frame-sync candidate that likely matches scanout candidate [Robert; !4412] * Propagate all touchpad gesture events to apps [Carlos; !4417] * Update window decorations on override-redirect attribute [Rémi; !4287] * Load initial _NET_WM_FULLSCREEN_MONITORS value [Zhiyi; !4389] * Fix race when registering implicit grab [Alessandro; !4399] * Skip multiple refresh intervals if necessary [Michel; !4406] * box-layout: Update actor-request-mode on orientation changes [Jonas D.; !4339] * Do not take control of logind session on Xorg [Madhu; !4391] * Fixed crashes [Sebastian W., Jonas Å.; !4423, !4431] * Plugged leaks [Michel; !4432] * Misc. bug fixes and cleanups [Chris, Maxim, Michel, Carlos, Florian, Rémi; 48.2 ==== * Fix animated cursors [Michel; !4382] * Announce workspace changes to screen reader [Florian; !4385] * Fix popups showing in some situations [Carlos; !4354] * Fix wrong cursor after window animations [Carlos; !4392] * Fixed crashes [Michel; !4362] * Misc. bug fixes and cleanups [Florian, Robert, Sebastian, Jonas; !4349, !4383, !4393, !4386, !4269] 48.1 ==== * Fixed occasional screen freezes [Michel, Jonas; !4338, !4334, !4375] * Fix tablet tool cursor sizes when set via the cursor shape protocol [Jan; !4345] * Fix hiding the cursor when using the cursor shape protocl [Sebastian; !4358] * Fall back to the default color mode when a HDR monitor looses HDR capabilities [Sebastian, Jonas; !4357, !4364] * Disable HDR support with non-atomic (legacy) KMS drivers [Sebastian; !4357] * Fix the cursor shape protocol when being used with tablets [Carlos; !4367] * Immediately update cursors on theme and size changes [Sebastian; !4359] * Avoid cursor stuttering when cursor set via the cursor shape protocol [Michel; !4371] * Handle DnD cursor feedback in compositor [Carlos; !4368] * Fixed crashes [Orko, Michel, Jonas, Daniel; !4351, !4372, !4374, !4370, !4378] * Misc. bug fixes and cleanups [Daniel, Florian, Carlos, Michel; !4340, !4343, !4352, !4353, !4361, !4369, !4377] Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/mutter/files/0001-Dont-use-system-sysprof-dbus-folder.patch8
-rw-r--r--meta-gnome/recipes-gnome/mutter/mutter_48.4.bb (renamed from meta-gnome/recipes-gnome/mutter/mutter_48.0.bb)2
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-gnome/recipes-gnome/mutter/files/0001-Dont-use-system-sysprof-dbus-folder.patch b/meta-gnome/recipes-gnome/mutter/files/0001-Dont-use-system-sysprof-dbus-folder.patch
index 2f09c32997..8e4048bac6 100644
--- a/meta-gnome/recipes-gnome/mutter/files/0001-Dont-use-system-sysprof-dbus-folder.patch
+++ b/meta-gnome/recipes-gnome/mutter/files/0001-Dont-use-system-sysprof-dbus-folder.patch
@@ -1,4 +1,4 @@
1From 790177e2a89aa0710b570d595223bdb511241c56 Mon Sep 17 00:00:00 2001 1From 342358225ad886726d68239be8e9eb5e78eacb64 Mon Sep 17 00:00:00 2001
2From: Gyorgy Sarvari <skandigraun@gmail.com> 2From: Gyorgy Sarvari <skandigraun@gmail.com>
3Date: Tue, 11 Feb 2025 13:39:54 +0100 3Date: Tue, 11 Feb 2025 13:39:54 +0100
4Subject: [PATCH] Don't use system sysprof dbus folder 4Subject: [PATCH] Don't use system sysprof dbus folder
@@ -10,7 +10,7 @@ system ($datadir/dbus-1/interfaces) instead of searching for it
10in the $RECIPE_SYSROOT. 10in the $RECIPE_SYSROOT.
11 11
12To ensure that it looks for this file in the correct folder, prefix 12To ensure that it looks for this file in the correct folder, prefix
13the search path with the value of the sys_root property, which is set 13the search path with the value of the sys_root property, which is set
14in the meson.cross file (by meson.bbclass). 14in the meson.cross file (by meson.bbclass).
15 15
16Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> 16Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
@@ -21,10 +21,10 @@ Upstream-Status: Inappropriate [oe-specific: only related to cross-compiling]
21 1 file changed, 1 insertion(+), 1 deletion(-) 21 1 file changed, 1 insertion(+), 1 deletion(-)
22 22
23diff --git a/meson.build b/meson.build 23diff --git a/meson.build b/meson.build
24index 551cb23..5199be6 100644 24index 8513f14..0f87e4a 100644
25--- a/meson.build 25--- a/meson.build
26+++ b/meson.build 26+++ b/meson.build
27@@ -446,7 +446,7 @@ if have_profiler 27@@ -469,7 +469,7 @@ if have_profiler
28 28
29 if libsysprof_capture_dep.type_name() == 'pkgconfig' 29 if libsysprof_capture_dep.type_name() == 'pkgconfig'
30 sysprof_dep = dependency('sysprof-6', 'sysprof-4') 30 sysprof_dep = dependency('sysprof-6', 'sysprof-4')
diff --git a/meta-gnome/recipes-gnome/mutter/mutter_48.0.bb b/meta-gnome/recipes-gnome/mutter/mutter_48.4.bb
index 6f799ad57a..d563e8a912 100644
--- a/meta-gnome/recipes-gnome/mutter/mutter_48.0.bb
+++ b/meta-gnome/recipes-gnome/mutter/mutter_48.4.bb
@@ -27,7 +27,7 @@ DEPENDS = " \
27 27
28inherit gnomebase gsettings gobject-introspection gettext features_check 28inherit gnomebase gsettings gobject-introspection gettext features_check
29 29
30SRC_URI[archive.sha256sum] = "9ca177fd5851a4077f17f6a888c45447b7d1163c9879580597a1fd837f47e57d" 30SRC_URI[archive.sha256sum] = "1189cf7e63cc87cfdd1f3a86e8f14d97c33d6a9da254f23e81655549b6c50d93"
31 31
32SRC_URI += "file://0001-Dont-use-system-sysprof-dbus-folder.patch" 32SRC_URI += "file://0001-Dont-use-system-sysprof-dbus-folder.patch"
33 33