From 5c021c591bc66de5a1174dbe8c494cacdfe0c913 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 6 Jan 2021 16:16:51 +0100 Subject: libxfce4util: upgrade 4.14.0 -> 4.16.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 4.16.0 ======================== - Bump xfce_version_string to 4.16 - Properly handle URI schemes other than "file" Release notes for 4.15.6 ======================== [Please note that this is a development release.] - Update configure.ac.in syntax - Namespace of the gir needs capital first letter - Bump GLib (and gio, gthread, etc) minimum to 2.50.0 - Remove typedef already defined by G_DECLARE_FINAL_TYPE macro (Fixes #4) Release notes for 4.15.5 ======================== [Please note that this is a development release.] This is an emergency release to account for the lack of version bump to 4.16pre2 in 4.15.4. - Bump Xfce version to 4.16pre2 - Add README.md to EXTRA_DIST Release notes for 4.15.4 ======================== This is a development release of libxfce4util aiming the upcoming release of Xfce 4.16. - Create README.md - Translation Updates: Albanian, Armenian, Hebrew, Slovak, Uyghur Release notes for 4.15.3 ======================== [Please note that this is a development release.] - Version bump in preparation of 4.16pre1 Release notes for 4.15.2 ======================== [Please note that this is a development release.] - Complete the field codes expansion Release notes for 4.15.1 ======================== [Please note that this is a development release.] - Add field codes expansion and related utilities (code moved from garcon) - docs: Show the "Miscellaneous Utilities" section - Add basic GitLab pipeline - Translation Updates: Albanian, Armenian (Armenia), Asturian, Belarusian, Hindi, Italian, Spanish, Uzbek Release notes for 4.15.0 ======================== - Bump the Xfce version to 4.15 - Translation Updates: Albanian, Galician, Spanish Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.14.0.bb | 10 ---------- meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.16.0.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.14.0.bb create mode 100644 meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.16.0.bb diff --git a/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.14.0.bb b/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.14.0.bb deleted file mode 100644 index 1bb5007fd7..0000000000 --- a/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.14.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "Basic utility library for Xfce4" -SECTION = "x11/libs" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" -DEPENDS = "intltool-native xfce4-dev-tools-native glib-2.0" - -inherit xfce gtk-doc gobject-introspection - -SRC_URI[md5sum] = "46f44e36acc3abf1a5ba814c22a773cb" -SRC_URI[sha256sum] = "32ad79b7992ec3fd863e8ff2f03eebda8740363ef9d7d910a35963ac1c1a6324" diff --git a/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.16.0.bb b/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.16.0.bb new file mode 100644 index 0000000000..1a0b7183ee --- /dev/null +++ b/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.16.0.bb @@ -0,0 +1,9 @@ +SUMMARY = "Basic utility library for Xfce4" +SECTION = "x11/libs" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" +DEPENDS = "intltool-native xfce4-dev-tools-native glib-2.0" + +inherit xfce gtk-doc gobject-introspection + +SRC_URI[sha256sum] = "60598d745d1fc81ff5ad3cecc3a8d1b85990dd22023e7743f55abd87d8b55b83" -- cgit v1.2.3-54-g00ecf