From 4b422e36ed2e807879847e98e319dfb035ef8b08 Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Mon, 25 Nov 2024 09:53:02 -0500 Subject: garcon: Upgrade 4.19.0 -> 4.19.1 Changelog: https://gitlab.xfce.org/xfce/garcon/-/tags/garcon-4.19.1 Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- meta-xfce/recipes-xfce/garcon/garcon_4.19.0.bb | 22 ---------------------- meta-xfce/recipes-xfce/garcon/garcon_4.19.1.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/garcon/garcon_4.19.0.bb create mode 100644 meta-xfce/recipes-xfce/garcon/garcon_4.19.1.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-xfce/garcon/garcon_4.19.0.bb b/meta-xfce/recipes-xfce/garcon/garcon_4.19.0.bb deleted file mode 100644 index 321f645b01..0000000000 --- a/meta-xfce/recipes-xfce/garcon/garcon_4.19.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Xfce Menu Library" -SECTION = "x11/libs" -LICENSE = "LGPL-2.0-only & GFDL-1.1-no-invariants-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" -DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native" - -inherit xfce gtk-doc gobject-introspection features_check - -# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. -# cairo would at least needed to be built with xlib. -ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" - -SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" -SRC_URI[sha256sum] = "e692f0d02294984c6b787e810a187c753a16f06ca87c68c0bb3de364ea3f6b0c" - -EXTRA_OECONF = "--disable-gtk-doc" - -do_compile:prepend() { - export GIR_EXTRA_LIBS_PATH="${B}/garcon/.libs" -} - -FILES:${PN} += "${datadir}/desktop-directories" diff --git a/meta-xfce/recipes-xfce/garcon/garcon_4.19.1.bb b/meta-xfce/recipes-xfce/garcon/garcon_4.19.1.bb new file mode 100644 index 0000000000..c4371a5073 --- /dev/null +++ b/meta-xfce/recipes-xfce/garcon/garcon_4.19.1.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Xfce Menu Library" +SECTION = "x11/libs" +LICENSE = "LGPL-2.0-only & GFDL-1.1-no-invariants-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" +DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native" + +inherit xfce gtk-doc gobject-introspection features_check + +# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. +# cairo would at least needed to be built with xlib. +ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" + +SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" +SRC_URI[sha256sum] = "5d4c9504a0c73b0f8f14b70875bd0ac5f280c99754e9c2e575031ca03cc87eb1" + +EXTRA_OECONF = "--disable-gtk-doc" + +do_compile:prepend() { + export GIR_EXTRA_LIBS_PATH="${B}/garcon/.libs" +} + +FILES:${PN} += "${datadir}/desktop-directories" -- cgit v1.2.3-54-g00ecf