From d5af0dd956c645e42be4fff06ff7f09978759fd3 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Mon, 16 Dec 2024 18:36:17 +0800 Subject: exo: 4.19.1 -> 4.20.0 4.20.0 (2024-12-15) ====== - Translation Updates: Finnish, Hebrew, Polish 4.19.2 (2024-12-01) ====== - I18n: Update po/LINGUAS list - exo-die: Fix string leak in exo_die_g_key_file_set_locale_value - Translation Updates: Belarusian, Czech, English (United Kingdom), French, Galician, German, Japanese, Kazakh, Lithuanian, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Serbian, Spanish, Swedish, Turkish, Uzbek, Vietnamese Signed-off-by: Kai Kang Signed-off-by: Khem Raj --- meta-xfce/recipes-xfce/exo/exo_4.19.1.bb | 25 ------------------------- meta-xfce/recipes-xfce/exo/exo_4.20.0.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/exo/exo_4.19.1.bb create mode 100644 meta-xfce/recipes-xfce/exo/exo_4.20.0.bb (limited to 'meta-xfce/recipes-xfce') diff --git a/meta-xfce/recipes-xfce/exo/exo_4.19.1.bb b/meta-xfce/recipes-xfce/exo/exo_4.19.1.bb deleted file mode 100644 index f6b50471c0..0000000000 --- a/meta-xfce/recipes-xfce/exo/exo_4.19.1.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "Application library for the Xfce desktop environment" -SECTION = "x11" -LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -DEPENDS = "gtk+3 libxfce4ui cairo" - -inherit xfce perlnative gtk-doc features_check mime-xdg - -# 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 must follow inherited one -SRC_URI += " \ - file://exo-no-tests-0.8.patch \ -" - -SRC_URI[sha256sum] = "4c3721d47126b1a3143f00a4e4dff5eea364c02c3fa141b09c0b1af16b1f0794" - -# Note: python bindings did not work in oe-dev and are about to be moved to -# pyxfce see http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560 -FILES:${PN} += " \ - ${datadir}/xfce4/ \ - ${libdir}/xfce4/exo* \ -" diff --git a/meta-xfce/recipes-xfce/exo/exo_4.20.0.bb b/meta-xfce/recipes-xfce/exo/exo_4.20.0.bb new file mode 100644 index 0000000000..4b2c5375f2 --- /dev/null +++ b/meta-xfce/recipes-xfce/exo/exo_4.20.0.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Application library for the Xfce desktop environment" +SECTION = "x11" +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" +DEPENDS = "gtk+3 libxfce4ui cairo" + +inherit xfce perlnative gtk-doc features_check mime-xdg + +# 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 must follow inherited one +SRC_URI += " \ + file://exo-no-tests-0.8.patch \ +" + +SRC_URI[sha256sum] = "4277f799245f1efde01cd917fd538ba6b12cf91c9f8a73fe2035fd5456ec078d" + +# Note: python bindings did not work in oe-dev and are about to be moved to +# pyxfce see http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560 +FILES:${PN} += " \ + ${datadir}/xfce4/ \ + ${libdir}/xfce4/exo* \ +" -- cgit v1.2.3-54-g00ecf