From 8de9f4e6ce3fd9f072b566e0bc26a68207f55f02 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 10 May 2020 13:28:48 +0200 Subject: xfconf: upgrade 4.14.1 -> 4.14.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 4.14.2 ======================== This is a maintenance release of xfconf for Xfce 4.14 Use 'gsettings' as a common channel name for the GSetting backend Bug #14789 Fix GSettings backend assertion error, when probed but not used. Bug #15960: Add some missing xfconf_shutdown() in xfconf-query Bug #15951: Fix 'xfconf_get_error_quark' introspecting warning Translation updates: gl, hr, zh_CN, sl, sq, be, da, el, es, hu, zh_TW, he. Although the GSetting backend is fixed with this release, it is still disabled by default on Xfce 4.14 branch, to maintain the same installed files. It can be enabled with --enable-gsettings-backend compile time tunable and used by setting GSETTINGS_BACKEND=xfconf. Signed-off-by: Andreas Müller Signed-off-by: Khem Raj (cherry picked from commit 58aa7654e1ee86e31a06d18675e95ffda8e592b3) Signed-off-by: Armin Kuster --- meta-xfce/recipes-xfce/xfconf/xfconf_4.14.1.bb | 20 -------------------- meta-xfce/recipes-xfce/xfconf/xfconf_4.14.2.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/xfconf/xfconf_4.14.1.bb create mode 100644 meta-xfce/recipes-xfce/xfconf/xfconf_4.14.2.bb diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.14.1.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.14.1.bb deleted file mode 100644 index 8da96a4205..0000000000 --- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.14.1.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Xfce configuration daemon and utilities" -SECTION = "x11/wm" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" -DEPENDS = "libxfce4util perl intltool-native xfce4-dev-tools-native" - -inherit xfce gtk-doc gobject-introspection - -EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl" - -SRC_URI[md5sum] = "cb51a59e2a89d05232f825ad8c74a7c0" -SRC_URI[sha256sum] = "b893e0a329aee00902fec2f0509f56916c9dcc7844e1b1f9e3c7399458290d59" - -FILES_${PN} += "${libdir}/xfce4/xfconf/xfconfd \ - ${libdir}/gio/modules/libxfconfgsettingsbackend.so \ - ${datadir}/dbus-1/services/org.xfce.Xfconf.service" - -FILES_${PN}-dev += "${libdir}/gio/modules/libxfconfgsettingsbackend.la" - -PACKAGECONFIG[gsettings-backend] = "--enable-gsettings-backend,--disable-gsettings-backend," diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.14.2.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.14.2.bb new file mode 100644 index 0000000000..893a32f420 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.14.2.bb @@ -0,0 +1,20 @@ +SUMMARY = "Xfce configuration daemon and utilities" +SECTION = "x11/wm" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" +DEPENDS = "libxfce4util perl intltool-native xfce4-dev-tools-native" + +inherit xfce gtk-doc gobject-introspection + +EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl" + +SRC_URI[md5sum] = "769b74d354aa65e0013edc6823b78e48" +SRC_URI[sha256sum] = "1e7086cc5a63219e375c95a1dfd10ad7098c2586f55ac209e66aef61b969f255" + +FILES_${PN} += "${libdir}/xfce4/xfconf/xfconfd \ + ${libdir}/gio/modules/libxfconfgsettingsbackend.so \ + ${datadir}/dbus-1/services/org.xfce.Xfconf.service" + +FILES_${PN}-dev += "${libdir}/gio/modules/libxfconfgsettingsbackend.la" + +PACKAGECONFIG[gsettings-backend] = "--enable-gsettings-backend,--disable-gsettings-backend," -- cgit v1.2.3-54-g00ecf