summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang Peng <peng.zhang1.cn@windriver.com>2026-03-25 18:26:18 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-25 16:33:17 -0700
commit80fa33d26d4491f9b079230f0452329c2257235c (patch)
treeab348995110f0666035ae36d6402edc42ec67389
parent92fa6c0f86f4bda6d0b2529fa035032d025baea2 (diff)
downloadmeta-openembedded-80fa33d26d4491f9b079230f0452329c2257235c.tar.gz
metacity: upgrade 3.56.0 -> 3.58.1
Version 3.58.1 ============== - Use pkg-config to get systemd user unit dir. - Updated translations. Version 3.58.0 ============== - Add keybindings to move window between monitors. (!40) - Updated translations. Version 3.57.1 ============== - Drop zentiy dependency. - Add systemd service. - Updated translations. drop 0001-drop-zenity-detection.patch Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-gnome/recipes-gnome/metacity/metacity/0001-drop-zenity-detection.patch30
-rw-r--r--meta-gnome/recipes-gnome/metacity/metacity_3.58.1.bb (renamed from meta-gnome/recipes-gnome/metacity/metacity_3.56.0.bb)4
2 files changed, 2 insertions, 32 deletions
diff --git a/meta-gnome/recipes-gnome/metacity/metacity/0001-drop-zenity-detection.patch b/meta-gnome/recipes-gnome/metacity/metacity/0001-drop-zenity-detection.patch
deleted file mode 100644
index cd46824c39..0000000000
--- a/meta-gnome/recipes-gnome/metacity/metacity/0001-drop-zenity-detection.patch
+++ /dev/null
@@ -1,30 +0,0 @@
1From d36e65f3e31c882f62d5cfeb7b0e1441d5fdc821 Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Sat, 14 Apr 2018 16:15:59 +0800
4Subject: [PATCH] drop zenity detection
5
6OE does not support zenity
7
8Upstream-Status: Inappropriate [OE specific]
9
10Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
11---
12 configure.ac | 5 -----
13 1 file changed, 5 deletions(-)
14
15diff --git a/configure.ac b/configure.ac
16index bbb4db8..2010d78 100644
17--- a/configure.ac
18+++ b/configure.ac
19@@ -336,11 +336,6 @@ fi
20
21 AM_CONDITIONAL(HAVE_SM, test "$found_sm" = "yes")
22
23-AC_PATH_PROG(ZENITY, zenity, no)
24-if test x"$ZENITY" = xno; then
25- AC_MSG_ERROR([zenity not found in your path - needed for dialogs])
26-fi
27-
28 AC_SEARCH_LIBS([dlsym], [dl], [], [
29 AC_MSG_ERROR([unable to find the dlsym() function])
30 ])
diff --git a/meta-gnome/recipes-gnome/metacity/metacity_3.56.0.bb b/meta-gnome/recipes-gnome/metacity/metacity_3.58.1.bb
index b8b248ba3a..f364b52b98 100644
--- a/meta-gnome/recipes-gnome/metacity/metacity_3.56.0.bb
+++ b/meta-gnome/recipes-gnome/metacity/metacity_3.58.1.bb
@@ -24,8 +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] = "7554997104b26ff0e79a02b37a2ba189bdf4e7ccd54226f0faf4b1a59006c901" 27SRC_URI[archive.sha256sum] = "e430c8a92409ef2f91a4dabd50a71e3d3bbcc474a3dec1caec3813b381d7d1b0"
28SRC_URI += "file://0001-drop-zenity-detection.patch"
29 28
30PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama" 29PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama"
31# enable as neccessary until new warnings are dealt with 30# enable as neccessary until new warnings are dealt with
@@ -35,6 +34,7 @@ FILES:${PN} += " \
35 ${datadir}/themes \ 34 ${datadir}/themes \
36 ${datadir}/gnome-control-center \ 35 ${datadir}/gnome-control-center \
37 ${datadir}/gnome\ 36 ${datadir}/gnome\
37 ${systemd_user_unitdir} \
38" 38"
39 39
40RDEPENDS:${PN} += "gsettings-desktop-schemas" 40RDEPENDS:${PN} += "gsettings-desktop-schemas"