From 94f5ed015069eb903b0c0d54a008b2c6fa3848c1 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 1 Jun 2020 23:45:10 +0200 Subject: libwnck3: upgrade 3.32.0 -> 3.36.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ============== Version 3.36.0 ============== Fixes * Add a weak reference callback to window to disconnect obsolete signal handlers (Alberts Muktupāvels) [GNOME/libwnck#141] * pager: Add scroll modes [GNOME/libwnck#134] * meson build fixes (Jan Alexander Steffens, Jan Tojnar, Victor Kareh) [GNOME/libwnck#139] Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-gnome/libwnck/libwnck3_3.32.0.bb | 24 ---------------------- .../recipes-gnome/libwnck/libwnck3_3.36.0.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/libwnck/libwnck3_3.32.0.bb create mode 100644 meta-gnome/recipes-gnome/libwnck/libwnck3_3.36.0.bb diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.32.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.32.0.bb deleted file mode 100644 index d88161a3d8..0000000000 --- a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.32.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Window navigation construction toolkit" -LICENSE = "LGPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" - -BPN = "libwnck" - -SECTION = "x11/libs" -DEPENDS = "intltool-native gnome-common-native gtk+3 gdk-pixbuf-native libxres" - -PACKAGECONFIG ??= "startup-notification" -PACKAGECONFIG[startup-notification] = "-Dstartup_notification=enabled,-Dstartup_notification=disabled,startup-notification" - -GNOMEBASEBUILDCLASS = "meson" -GTKDOC_MESON_OPTION = "gtk_doc" -GIR_MESON_ENABLE_FLAG = 'enabled' -GIR_MESON_DISABLE_FLAG = 'disabled' - -inherit gnomebase gobject-introspection gtk-doc gettext features_check - -SRC_URI[archive.md5sum] = "89dbe5a1843fd3745b8b64b34a2ef55d" -SRC_URI[archive.sha256sum] = "9595835cf28d0fc6af5526a18f77f2fcf3ca8c09e36741bb33915b6e69b8e3ca" - -# libxres means x11 only -REQUIRED_DISTRO_FEATURES = "x11" diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.36.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.36.0.bb new file mode 100644 index 0000000000..8bca93f6d1 --- /dev/null +++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.36.0.bb @@ -0,0 +1,24 @@ +SUMMARY = "Window navigation construction toolkit" +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" + +BPN = "libwnck" + +SECTION = "x11/libs" +DEPENDS = "intltool-native gnome-common-native gtk+3 gdk-pixbuf-native libxres" + +PACKAGECONFIG ??= "startup-notification" +PACKAGECONFIG[startup-notification] = "-Dstartup_notification=enabled,-Dstartup_notification=disabled,startup-notification" + +GNOMEBASEBUILDCLASS = "meson" +GTKDOC_MESON_OPTION = "gtk_doc" +GIR_MESON_ENABLE_FLAG = 'enabled' +GIR_MESON_DISABLE_FLAG = 'disabled' + +inherit gnomebase gobject-introspection gtk-doc gettext features_check + +SRC_URI[archive.md5sum] = "00bb40dc6fab76af0da33e88a34b6378" +SRC_URI[archive.sha256sum] = "bc508150b3ed5d22354b0e6774ad4eee465381ebc0ace45eb0e2d3a4186c925f" + +# libxres means x11 only +REQUIRED_DISTRO_FEATURES = "x11" -- cgit v1.2.3-54-g00ecf