From 50d993b48c00a21d119b88b55c74c76c142bf4fa Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sat, 16 Jan 2021 23:50:19 +0100 Subject: garcon: upgrade 0.8.0 -> 4.16.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 4.16.1 ======================== - Launch applications as children again (Fixes #18) - Translation Updates: Kabyle, Portuguese Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-xfce/recipes-xfce/garcon/garcon_0.8.0.bb | 20 -------------------- meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/garcon/garcon_0.8.0.bb create mode 100644 meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-xfce/garcon/garcon_0.8.0.bb b/meta-xfce/recipes-xfce/garcon/garcon_0.8.0.bb deleted file mode 100644 index bbaa6fd6f7..0000000000 --- a/meta-xfce/recipes-xfce/garcon/garcon_0.8.0.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Xfce Menu Library" -SECTION = "x11/libs" -LICENSE = "LGPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" -DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native" - -inherit xfce gtk-doc gobject-introspection features_check - -REQUIRED_DISTRO_FEATURES = "x11" - -SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" -SRC_URI[sha256sum] = "4811d89ee5bc48dbdeffd69fc3eec6c112bbf01fde98a9e848335b374a4aa1bb" - -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.16.1.bb b/meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb new file mode 100644 index 0000000000..3e596323d6 --- /dev/null +++ b/meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Xfce Menu Library" +SECTION = "x11/libs" +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" +DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native" + +inherit xfce gtk-doc gobject-introspection features_check + +REQUIRED_DISTRO_FEATURES = "x11" + +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" -- cgit 1.2.3-korg