From 7a4abcd215bad9216e0b0cb4dbbc9e8dd4d0318c Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Mon, 16 Dec 2024 18:36:16 +0800 Subject: libxfce4ui: 4.19.6 -> 4.20.0 4.20.0 (2024-12-15) ====== - Update active contributors for 4.20 - Translation Updates: Polish 4.19.7 (2024-12-01) ====== - xfce4-about: Don't show mail addresses - xfce4-about: Init glibtop before using it - Avoid undefined behavior with NULL msgid strings and dgettext - Translation Updates: Czech, Finnish, Galician, Kazakh, Latvian, Persian (Iran), Polish, Spanish, Turkish, Urdu, Urdu (Pakistan) Signed-off-by: Kai Kang Signed-off-by: Khem Raj --- .../recipes-xfce/libxfce4ui/libxfce4ui_4.19.6.bb | 31 ---------------------- .../recipes-xfce/libxfce4ui/libxfce4ui_4.20.0.bb | 31 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.19.6.bb create mode 100644 meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.20.0.bb (limited to 'meta-xfce/recipes-xfce/libxfce4ui') diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.19.6.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.19.6.bb deleted file mode 100644 index e9215f8b9c..0000000000 --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.19.6.bb +++ /dev/null @@ -1,31 +0,0 @@ -SUMMARY = "Xfce4 Widget library and X Window System interaction" -SECTION = "x11/libs" -LICENSE = "LGPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=4cf66a4984120007c9881cc871cf49db" -DEPENDS = "intltool-native perl-native gtk+3 libxfce4util xfce4-dev-tools xfconf" - -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}" - -# TODO: Check if 0001-... can go -SRC_URI += "file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch" -SRC_URI[sha256sum] = "effe2c29408161beff4ae879f4591e7209c2bf5517c46545a1701337950afc7c" - -EXTRA_OECONF += "--with-vendor-info=${DISTRO}" -EXTRA_OECONF += "--disable-vala" - -PACKAGECONFIG ??= " \ - ${@bb.utils.contains('DISTRO_FEATURES', 'opengl','x11', "", d)} \ -" -PACKAGECONFIG[gladeui2] = "--enable-gladeui2,--disable-gladeui2,glade" -PACKAGECONFIG[x11] = "--enable-startup-notification,--disable-startup-notification,libepoxy libice libsm startup-notification" - - -PACKAGES += "${PN}-glade" -FILES:${PN}-glade = " \ - ${libdir}/glade \ - ${datadir}/glade \ -" diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.20.0.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.20.0.bb new file mode 100644 index 0000000000..22ce3fe67b --- /dev/null +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.20.0.bb @@ -0,0 +1,31 @@ +SUMMARY = "Xfce4 Widget library and X Window System interaction" +SECTION = "x11/libs" +LICENSE = "LGPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=4cf66a4984120007c9881cc871cf49db" +DEPENDS = "intltool-native perl-native gtk+3 libxfce4util xfce4-dev-tools xfconf" + +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}" + +# TODO: Check if 0001-... can go +SRC_URI += "file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch" +SRC_URI[sha256sum] = "75e8996984f20375aadecd5c16f5147c211ed0bd26d7861ab0257561eb76eaee" + +EXTRA_OECONF += "--with-vendor-info=${DISTRO}" +EXTRA_OECONF += "--disable-vala" + +PACKAGECONFIG ??= " \ + ${@bb.utils.contains('DISTRO_FEATURES', 'opengl','x11', "", d)} \ +" +PACKAGECONFIG[gladeui2] = "--enable-gladeui2,--disable-gladeui2,glade" +PACKAGECONFIG[x11] = "--enable-startup-notification,--disable-startup-notification,libepoxy libice libsm startup-notification" + + +PACKAGES += "${PN}-glade" +FILES:${PN}-glade = " \ + ${libdir}/glade \ + ${datadir}/glade \ +" -- cgit v1.2.3-54-g00ecf