From 22b2f6c9695b6512487e8b49ad27025ea929b455 Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Sat, 21 Jun 2025 06:40:05 -0400 Subject: libxfce4windowing: upgrade 4.20.0 -> 4.20.3 Changelog: https://github.com/xfce-mirror/libxfce4windowing/releases/tag/libxfce4windowing-4.20.3 Changelog: https://github.com/xfce-mirror/libxfce4windowing/releases/tag/libxfce4windowing-4.20.2 Changelog: https://github.com/xfce-mirror/libxfce4windowing/releases/tag/libxfce4windowing-4.20.1 Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- .../libxfce4windowing/libxfce4windowing_4.20.0.bb | 24 --------------------- .../libxfce4windowing/libxfce4windowing_4.20.3.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 24 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/libxfce4windowing/libxfce4windowing_4.20.0.bb create mode 100644 meta-xfce/recipes-xfce/libxfce4windowing/libxfce4windowing_4.20.3.bb diff --git a/meta-xfce/recipes-xfce/libxfce4windowing/libxfce4windowing_4.20.0.bb b/meta-xfce/recipes-xfce/libxfce4windowing/libxfce4windowing_4.20.0.bb deleted file mode 100644 index e16997ca11..0000000000 --- a/meta-xfce/recipes-xfce/libxfce4windowing/libxfce4windowing_4.20.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Windowing concept abstraction library for X11 and Wayland" -SECTION = "x11/libs" -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=435ed639f84d4585d93824e7da3d85da" - -DEPENDS = "xfce4-dev-tools-native libdisplay-info libwnck3" - -SRC_URI[sha256sum] = "56f29b1d79606fb00a12c83ef4ece12877d2b22bf1acaaff89537fbe8e939f68" - -inherit features_check gobject-introspection gtk-doc xfce - -# Currently, X11 is fully supported. Wayland is partially supported -REQUIRED_DISTRO_FEATURES = "x11" - -PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" -PACKAGECONFIG[wayland] = "--enable-wayland, --disable-wayland, wayland-native" - -EXTRA_OECONF = "--enable-x11 \ - WAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner \ - " - -do_compile:prepend() { - export GIR_EXTRA_LIBS_PATH=${B}/libxfce4windowing/.libs -} diff --git a/meta-xfce/recipes-xfce/libxfce4windowing/libxfce4windowing_4.20.3.bb b/meta-xfce/recipes-xfce/libxfce4windowing/libxfce4windowing_4.20.3.bb new file mode 100644 index 0000000000..988814a22f --- /dev/null +++ b/meta-xfce/recipes-xfce/libxfce4windowing/libxfce4windowing_4.20.3.bb @@ -0,0 +1,25 @@ +SUMMARY = "Windowing concept abstraction library for X11 and Wayland" +HOMEPAGE = "https://docs.xfce.org/xfce/libxfce4windowing/start" +SECTION = "x11/libs" +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=435ed639f84d4585d93824e7da3d85da" + +DEPENDS = "xfce4-dev-tools-native libdisplay-info libwnck3" + +SRC_URI[sha256sum] = "df2419a6bd960c0bfac3307eff593050857524642597eb35a26fb4f8261a017b" + +inherit features_check gobject-introspection gtk-doc xfce + +# Currently, X11 is fully supported. Wayland is partially supported +REQUIRED_DISTRO_FEATURES = "x11" + +PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" +PACKAGECONFIG[wayland] = "--enable-wayland, --disable-wayland, wayland-native" + +EXTRA_OECONF = "--enable-x11 \ + WAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner \ + " + +do_compile:prepend() { + export GIR_EXTRA_LIBS_PATH=${B}/libxfce4windowing/.libs +} -- cgit v1.2.3-54-g00ecf