From 9d19e69e920e5bc008a7b61c999578f5bd0cf5e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 9 Jun 2021 08:38:06 +0200 Subject: [PATCH] dconf: upgrade 0.38.0 -> 0.40.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes in dconf 0.40.0 ======================= - common: Add missing G_BEGIN/END_DECLS to allow use of headers from C++ code (Philip Withnall, !67) Changes in dconf 0.39.1 ======================= - build: improve libdconf visible symbols (Inigo Martinez, Daniel Playfair Cal, !59) - engine: do not emit optimistic change notifications unless the local value is different (Daniel Playfair Cal, !2) - build: minor fixes to bash completion script (Philip Withnall, !64) - service: add a systemd unit for D-Bus activation (Simon McVittie, !63) Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-gnome/dconf/{dconf_0.38.0.bb => dconf_0.40.0.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-gnome/recipes-gnome/dconf/{dconf_0.38.0.bb => dconf_0.40.0.bb} (83%) diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.38.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb similarity index 83% rename from meta-gnome/recipes-gnome/dconf/dconf_0.38.0.bb rename to meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb index 162748d304..b1604e8dfb 100644 --- a/meta-gnome/recipes-gnome/dconf/dconf_0.38.0.bb +++ b/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb @@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" SECTION = "x11/gnome" -SRC_URI[archive.sha256sum] = "45f60f41330d27715cce1315af123f94f1c2cdedb68b6bed3b309866eec44f58" +SRC_URI[archive.sha256sum] = "cf7f22a4c9200421d8d3325c5c1b8b93a36843650c9f95d6451e20f0bcb24533" DEPENDS = "dbus glib-2.0 intltool-native" @@ -18,6 +18,7 @@ EXTRA_OEMESON_append_class-native = " -Dbash_completion=false" FILES_${PN} += " \ ${datadir}/dbus-1 \ + ${systemd_user_unitdir} \ ${libdir}/gio/modules/*.so \ "