Skip to content

Commit bb5201c

Browse files
schnitzeltonykraj
authored andcommitted
metacity: upgrade 3.40.0 -> 3.42.0
refresh/remove patch Version 3.42.0 ============== - Enable XPresent compositor. (openembedded#13) - Fix regression in opacity handling. (openembedded#19) - Fix tooltip style. (openembedded#25) - Updated translations. Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 82831f4 commit bb5201c

File tree

3 files changed

+8
-76
lines changed

3 files changed

+8
-76
lines changed

meta-gnome/recipes-gnome/metacity/metacity/0001-drop-zenity-detection.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Signed-off-by: Hongxu Jia <[email protected]>
1313
1 file changed, 5 deletions(-)
1414

1515
diff --git a/configure.ac b/configure.ac
16-
index 5f9e7e9..80b32c7 100644
16+
index 528b7d2..8932ae6 100644
1717
--- a/configure.ac
1818
+++ b/configure.ac
19-
@@ -359,11 +359,6 @@ fi
19+
@@ -337,11 +337,6 @@ fi
2020

2121
AM_CONDITIONAL(HAVE_SM, test "$found_sm" = "yes")
2222

@@ -25,9 +25,9 @@ index 5f9e7e9..80b32c7 100644
2525
- AC_MSG_ERROR([zenity not found in your path - needed for dialogs])
2626
-fi
2727
-
28-
dnl **************************************************************************
29-
dnl Check for Vulkan support
30-
dnl **************************************************************************
28+
AC_SEARCH_LIBS([dlsym], [dl], [], [
29+
AC_MSG_ERROR([unable to find the dlsym() function])
30+
])
3131
--
32-
1.8.3.1
32+
2.31.1
3333

meta-gnome/recipes-gnome/metacity/metacity/0001-fix-build-with-disable-dependency-tracking.patch

Lines changed: 0 additions & 65 deletions
This file was deleted.

meta-gnome/recipes-gnome/metacity/metacity_3.40.0.bb renamed to meta-gnome/recipes-gnome/metacity/metacity_3.42.0.bb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,8 @@ REQUIRED_DISTRO_FEATURES = "x11"
2323

2424
inherit gnomebase gsettings gettext upstream-version-is-even features_check
2525

26-
SRC_URI[archive.sha256sum] = "224c1f65487eac21f0c1d9856152343768ee726c48b1a8a2835a46a8ad9015b5"
27-
SRC_URI += " \
28-
file://0001-drop-zenity-detection.patch \
29-
file://0001-fix-build-with-disable-dependency-tracking.patch \
30-
"
26+
SRC_URI[archive.sha256sum] = "d89d679dcfed9b5eef18f06e2dcb33a7ab543d53b358fa89ce65593c231eeebc"
27+
SRC_URI += "file://0001-drop-zenity-detection.patch"
3128

3229
PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama"
3330
# enable as neccessary until new warnings are dealt with

0 commit comments

Comments
 (0)