head 1.2; access; symbols pkgsrc-2021Q4:1.1.0.26 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.24 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.22 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.20 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.18 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.16 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.14 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.10 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.12 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.8 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.6 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.4 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.2 pkgsrc-2018Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2022.03.02.13.17.25; author prlw1; state dead; branches; next 1.1; commitid gYrZgwY0dkWWWDuD; 1.1 date 2018.12.17.15.33.01; author jperkin; state Exp; branches; next ; commitid V5Y4e5VyCtH0na4B; desc @@ 1.2 log @Update dconf to 0.40.0 XXX Please check on illumos: The patches for illumos as per https://gitlab.gnome.org/GNOME/dconf/issues/49 no longer apply. It is not obvious to me whether or not they are still necessary given the new use of symbol files. (Patch author contacted a week ago.) 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) Changes in dconf 0.38.0 ======================= - build: Install bash-completion relative to datadir (Jan Trojnar, !58) - client: add `dconf compile` to shell autocomplete (Andreas Polnas, !60) @ text @$NetBSD: patch-gsettings_meson.build,v 1.1 2018/12/17 15:33:01 jperkin Exp $ Fix link ordering. https://gitlab.gnome.org/GNOME/dconf/issues/49 --- gsettings/meson.build.orig 2018-10-22 21:53:04.000000000 +0000 +++ gsettings/meson.build @@@@ -3,6 +3,7 @@@@ # symbols other than g_io_module_* backend_deps = [ libdconf_common_hidden, + libdconf_engine, libdconf_gdbus_thread, ] @ 1.1 log @dconf: Work around link ordering issue on SunOS. @ text @d1 1 a1 1 $NetBSD$ @