From 525dbf76ab192b2c050d8750bce4cabc4453e2a0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sun, 9 Oct 2022 08:36:54 +0800 Subject: metacity: upgrade 3.44.0 -> 3.46.0 Changelog: ========== - Fix crash minimizing parent window. (#31) - Fix fullscreen for Wine windows. (#33) - Updated translations. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-gnome/metacity/metacity_3.44.0.bb | 39 ---------------------- .../recipes-gnome/metacity/metacity_3.46.0.bb | 39 ++++++++++++++++++++++ 2 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/metacity/metacity_3.44.0.bb create mode 100644 meta-gnome/recipes-gnome/metacity/metacity_3.46.0.bb diff --git a/meta-gnome/recipes-gnome/metacity/metacity_3.44.0.bb b/meta-gnome/recipes-gnome/metacity/metacity_3.44.0.bb deleted file mode 100644 index b6708552ac..0000000000 --- a/meta-gnome/recipes-gnome/metacity/metacity_3.44.0.bb +++ /dev/null @@ -1,39 +0,0 @@ -SECTION = "x11/wm" -SUMMARY = "Metacity is the boring window manager for the adult in you" -LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=b4cce53560b8e619ffa7c830fb8761aa \ - file://src/include/main.h;endline=24;md5=72148ede07a6dadd01de6a882d20a9ad" - -PE = "1" - -DEPENDS = " \ - gdk-pixbuf-native \ - gtk+3 \ - gsettings-desktop-schemas \ - startup-notification \ - libcanberra \ - libgtop \ - libxres \ - libxpresent \ -" - - -# depends on startup-notification which depends on virtual/libx11 -REQUIRED_DISTRO_FEATURES = "x11" - -inherit gnomebase gsettings gettext upstream-version-is-even features_check - -SRC_URI[archive.sha256sum] = "19c3c5d79d2171f45baa0f632cc8995f8607bf1231a16014439bac9ba165a7c0" -SRC_URI += "file://0001-drop-zenity-detection.patch" - -PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama" -# enable as neccessary until new warnings are dealt with -PACKAGECONFIG[werror] = "--enable-Werror,--disable-Werror,," - -FILES:${PN} += " \ - ${datadir}/themes \ - ${datadir}/gnome-control-center \ - ${datadir}/gnome\ -" - -RDEPENDS:${PN} += "gsettings-desktop-schemas" diff --git a/meta-gnome/recipes-gnome/metacity/metacity_3.46.0.bb b/meta-gnome/recipes-gnome/metacity/metacity_3.46.0.bb new file mode 100644 index 0000000000..2760d73dff --- /dev/null +++ b/meta-gnome/recipes-gnome/metacity/metacity_3.46.0.bb @@ -0,0 +1,39 @@ +SECTION = "x11/wm" +SUMMARY = "Metacity is the boring window manager for the adult in you" +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=b4cce53560b8e619ffa7c830fb8761aa \ + file://src/include/main.h;endline=24;md5=72148ede07a6dadd01de6a882d20a9ad" + +PE = "1" + +DEPENDS = " \ + gdk-pixbuf-native \ + gtk+3 \ + gsettings-desktop-schemas \ + startup-notification \ + libcanberra \ + libgtop \ + libxres \ + libxpresent \ +" + + +# depends on startup-notification which depends on virtual/libx11 +REQUIRED_DISTRO_FEATURES = "x11" + +inherit gnomebase gsettings gettext upstream-version-is-even features_check + +SRC_URI[archive.sha256sum] = "4ba777e938547bfccbf9acca0967574c46643022e054c93a033419cb3cc7c1ec" +SRC_URI += "file://0001-drop-zenity-detection.patch" + +PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama" +# enable as neccessary until new warnings are dealt with +PACKAGECONFIG[werror] = "--enable-Werror,--disable-Werror,," + +FILES:${PN} += " \ + ${datadir}/themes \ + ${datadir}/gnome-control-center \ + ${datadir}/gnome\ +" + +RDEPENDS:${PN} += "gsettings-desktop-schemas" -- cgit v1.2.3-54-g00ecf