diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-01-06 16:16:52 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-01-06 14:20:51 -0800 |
commit | 7f0e6e40615851b263cf5f3ed4587d27fec96f0b (patch) | |
tree | e028ea5ec1735565c1eba593138c2831d53f23bc /meta-xfce/recipes-xfce/xfconf/xfconf_4.16.0.bb | |
parent | 5c021c591bc66de5a1174dbe8c494cacdfe0c913 (diff) | |
download | meta-openembedded-7f0e6e40615851b263cf5f3ed4587d27fec96f0b.tar.gz |
xfconf: upgrade 4.14.3 -> 4.16.0
Release notes for 4.16.0
========================
- Don't use shebang for bash completion file
- Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump
- bump glib (and gio, gthread, etc) minimum to 2.50.0
- remove last traces of xfconf-perl
- Fix make distcheck and enable it on gitlab CI
- Add README.md to EXTRA_DIST
Release notes for 4.15.1
========================
[Please note that this is a development release.]
- Fix stray double-quote in bash-completion PKG_CONFIG invocation
- Disable parallelism on all tests
- Adds new README.md and updates AM_INIT_AUTOMAKE
- xfconf-cache: Fix access to freed data (#16)
- Translation Updates: oc, he, hu, hy_AM, lt, sk, sq, ug, tr.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfconf/xfconf_4.16.0.bb')
-rw-r--r-- | meta-xfce/recipes-xfce/xfconf/xfconf_4.16.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.16.0.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.16.0.bb new file mode 100644 index 000000000..9b341bb27 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.16.0.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | SUMMARY = "Xfce configuration daemon and utilities" | ||
2 | SECTION = "x11/wm" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
5 | DEPENDS = "libxfce4util perl intltool-native xfce4-dev-tools-native" | ||
6 | |||
7 | inherit xfce gtk-doc gobject-introspection bash-completion | ||
8 | |||
9 | EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl" | ||
10 | |||
11 | SRC_URI[sha256sum] = "652a119007c67d9ba6c0bc7a740c923d33f32d03dc76dfc7ba682584e72a5425" | ||
12 | |||
13 | FILES_${PN} += "${libdir}/xfce4/xfconf/xfconfd \ | ||
14 | ${libdir}/gio/modules/libxfconfgsettingsbackend.so \ | ||
15 | ${datadir}/dbus-1/services/org.xfce.Xfconf.service" | ||
16 | |||
17 | FILES_${PN}-dev += "${libdir}/gio/modules/libxfconfgsettingsbackend.la" | ||
18 | |||
19 | PACKAGECONFIG[gsettings-backend] = "--enable-gsettings-backend,--disable-gsettings-backend," | ||