From 2ce593fb097e45390890595168c31306fca464fe Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Sun, 25 Dec 2022 05:33:36 +0800 Subject: garcon: 4.16.1 -> 4.18.0 Signed-off-by: Kai Kang Signed-off-by: Khem Raj --- meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb | 22 ---------------------- meta-xfce/recipes-xfce/garcon/garcon_4.18.0.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb create mode 100644 meta-xfce/recipes-xfce/garcon/garcon_4.18.0.bb (limited to 'meta-xfce/recipes-xfce') diff --git a/meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb b/meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb deleted file mode 100644 index 14f0c4a64d..0000000000 --- a/meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Xfce Menu Library" -SECTION = "x11/libs" -LICENSE = "LGPL-2.0-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] = "84914927a2c1fda167f67af26a6640630a744a22940df508aa6c752cdbd3d21d" - -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.18.0.bb b/meta-xfce/recipes-xfce/garcon/garcon_4.18.0.bb new file mode 100644 index 0000000000..6a1ee7b7fd --- /dev/null +++ b/meta-xfce/recipes-xfce/garcon/garcon_4.18.0.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Xfce Menu Library" +SECTION = "x11/libs" +LICENSE = "LGPL-2.0-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] = "54633487566a8b8502b71c11a7f719efe27c069bd5773cc95f11ff4ea8f11a14" + +EXTRA_OECONF = "--disable-gtk-doc" + +do_compile:prepend() { + export GIR_EXTRA_LIBS_PATH="${B}/garcon/.libs" +} + +FILES:${PN} += "${datadir}/desktop-directories" -- cgit 1.2.3-korg