diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-11 10:08:24 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-11 17:31:42 -0700 |
| commit | 550608a25d7c2ff04d3104b25dae4768890b9fc8 (patch) | |
| tree | 1e848a444b44c5eeceb2ce9ba6601df77ce96258 | |
| parent | f633beecab10db5b975ec1d18d2b9215ca54b37e (diff) | |
| download | meta-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" | |||
| 24 | GNOMEBASEBUILDCLASS = "autotools" | 24 | GNOMEBASEBUILDCLASS = "autotools" |
| 25 | inherit gnomebase gsettings gettext upstream-version-is-even features_check | 25 | inherit gnomebase gsettings gettext upstream-version-is-even features_check |
| 26 | 26 | ||
| 27 | SRC_URI[archive.sha256sum] = "a72438ace6d5903ae79338c6098b1b35ab91c8a97c4323701d3bef1f3eeb191c" | 27 | SRC_URI[archive.sha256sum] = "7554997104b26ff0e79a02b37a2ba189bdf4e7ccd54226f0faf4b1a59006c901" |
| 28 | SRC_URI += "file://0001-drop-zenity-detection.patch" | 28 | SRC_URI += "file://0001-drop-zenity-detection.patch" |
| 29 | 29 | ||
| 30 | PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama" | 30 | PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama" |
