From 607c2d67ceea696c32eab7fdc24bfde41c7d54ed Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Mon, 16 Dec 2024 18:36:18 +0800 Subject: garcon: 4.19.1 -> 4.20.0 4.20.0 (2024-12-15) ====== - Translation Updates: Polish 4.19.3 (2024-12-01) ====== - menu-item: Ensure UTF-8 strings - Translation Updates: Galician 4.19.2 (2024-11-01) ====== - Fix doc annotation - build: Bump requirements for Xfce 4.20 - Apply .clang-format file - Sort includes - clang-format: Add file - gcc-analyzer: Add false positive file - scan-build: Add false positive file - build: Use AM_DISTCHECK_CONFIGURE_FLAGS - menu-item: Honor TryExec again - menu-item: Let glib check for absolute path to executable - Use Exec instead of TryExec for menu item visibility (#22) - Translation Updates: Asturian, Catalan, Polish Signed-off-by: Kai Kang Signed-off-by: Khem Raj --- meta-xfce/recipes-xfce/garcon/garcon_4.19.1.bb | 22 ---------------------- meta-xfce/recipes-xfce/garcon/garcon_4.20.0.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/garcon/garcon_4.19.1.bb create mode 100644 meta-xfce/recipes-xfce/garcon/garcon_4.20.0.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-xfce/garcon/garcon_4.19.1.bb b/meta-xfce/recipes-xfce/garcon/garcon_4.19.1.bb deleted file mode 100644 index c4371a5073..0000000000 --- a/meta-xfce/recipes-xfce/garcon/garcon_4.19.1.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] = "5d4c9504a0c73b0f8f14b70875bd0ac5f280c99754e9c2e575031ca03cc87eb1" - -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.20.0.bb b/meta-xfce/recipes-xfce/garcon/garcon_4.20.0.bb new file mode 100644 index 0000000000..c827f96d34 --- /dev/null +++ b/meta-xfce/recipes-xfce/garcon/garcon_4.20.0.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] = "7fb8517c12309ca4ddf8b42c34bc0c315e38ea077b5442bfcc4509415feada8f" + +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