From 94fade64420e9c85a555551e4cee414dd4f453e1 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Thu, 13 Apr 2023 13:27:12 +0800 Subject: libxfce4ui: 4.18.0 -> 4.18.3 Release notes for 4.18.3 ======================== - Add comment about the need for gtk_widget_destroy() - Fix memory management in Vala generated code - Add annotation "(nullable)" where appropriate - Replace deprecated annotation: "(allow-none)" - Harden xfce_gtk_handle_tab_accels (thunar#1067) - screensaver: Avoid Xfconf warning - shortcuts-grabber: Ignore keyboard layout change - screensaver: Fix Xfconf memory management Release notes for 4.18.2 ======================== - Update copyright year - Add XfceScreensaver (!89) - docs: Fix broken links - shortcut-dialog: Use parent window for the grab if possible (Fixes #52) - Fix memory leak - Fix memory leaks Release notes for 4.18.1 ======================== Bugfix release on the 4.18 branch - XfceFileNameInput - wrap error message (Issue #60) - xfce4-about: Removed excess square brackets - Revert "XfceShortcutsGrabber: Detect auto-repeat key press" - Translation Updates: Hebrew, Russian, Swedish Signed-off-by: Kai Kang Signed-off-by: Khem Raj --- .../recipes-xfce/libxfce4ui/libxfce4ui_4.18.0.bb | 31 ---------------------- .../recipes-xfce/libxfce4ui/libxfce4ui_4.18.3.bb | 31 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.18.0.bb create mode 100644 meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.18.3.bb (limited to 'meta-xfce/recipes-xfce') diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.18.0.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.18.0.bb deleted file mode 100644 index 7ff9d1b124..0000000000 --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.18.0.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] = "532247c4387c17bb9ef94a73147039b8d013c3131c95cdbd2fa85fbcc848d06b" - -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.18.3.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.18.3.bb new file mode 100644 index 0000000000..417858c98e --- /dev/null +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.18.3.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] = "afa3a46eeed3ab612d2f7e1308edaf5819f6c33ccc16c13080efabd58f010abd" + +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