summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-09-11 10:08:24 +0200
committerKhem Raj <raj.khem@gmail.com>2025-09-11 17:31:42 -0700
commit550608a25d7c2ff04d3104b25dae4768890b9fc8 (patch)
tree1e848a444b44c5eeceb2ce9ba6601df77ce96258
parentf633beecab10db5b975ec1d18d2b9215ca54b37e (diff)
downloadmeta-openembedded-550608a25d7c2ff04d3104b25dae4768890b9fc8.tar.gz
metacity: upgrade 3.52.0 -> 3.56.0
Changelog: 3.56.0 - Use window icon for the menu button. 3.54.0 - Add basic color-scheme support. - Updated translations. As an oe-related change, it also solves a build failure for 32-bit targets: | ../../metacity-3.52.0/src/core/screen.c: In function 'collect_timed_out_foreach': | ../../metacity-3.52.0/src/core/screen.c:2431:55: error: passing argument 2 of 'sn_startup_sequence_get_last_active_time' from incompatible pointer type [-Wincompatible-pointer-types] | 2431 | sn_startup_sequence_get_last_active_time (sequence, &tv_sec, &tv_usec); | | ^~~~~~~ | | | | | long int * Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/metacity/metacity_3.56.0.bb (renamed from meta-gnome/recipes-gnome/metacity/metacity_3.52.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/metacity/metacity_3.52.0.bb b/meta-gnome/recipes-gnome/metacity/metacity_3.56.0.bb
index 32f0801706..b8b248ba3a 100644
--- a/meta-gnome/recipes-gnome/metacity/metacity_3.52.0.bb
+++ b/meta-gnome/recipes-gnome/metacity/metacity_3.56.0.bb
@@ -24,7 +24,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
24GNOMEBASEBUILDCLASS = "autotools" 24GNOMEBASEBUILDCLASS = "autotools"
25inherit gnomebase gsettings gettext upstream-version-is-even features_check 25inherit gnomebase gsettings gettext upstream-version-is-even features_check
26 26
27SRC_URI[archive.sha256sum] = "a72438ace6d5903ae79338c6098b1b35ab91c8a97c4323701d3bef1f3eeb191c" 27SRC_URI[archive.sha256sum] = "7554997104b26ff0e79a02b37a2ba189bdf4e7ccd54226f0faf4b1a59006c901"
28SRC_URI += "file://0001-drop-zenity-detection.patch" 28SRC_URI += "file://0001-drop-zenity-detection.patch"
29 29
30PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama" 30PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama"