Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1BA0F1A9239 for ; Wed, 2 Mar 2022 13:17:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4F6E584F12; Wed, 2 Mar 2022 13:17:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8A34A84EE8 for ; Wed, 2 Mar 2022 13:17:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id eF0RYlx_MToa for ; Wed, 2 Mar 2022 13:17:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D8F5A84DC1 for ; Wed, 2 Mar 2022 13:17:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D22CBFB24; Wed, 2 Mar 2022 13:17:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1646227045233500" MIME-Version: 1.0 Date: Wed, 2 Mar 2022 13:17:25 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/devel/dconf To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20220302131725.D22CBFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1646227045233500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: prlw1 Date: Wed Mar 2 13:17:25 UTC 2022 Modified Files: pkgsrc/devel/dconf: Makefile PLIST distinfo Removed Files: pkgsrc/devel/dconf/patches: patch-client_meson.build patch-gsettings_meson.build Log Message: 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) To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/dconf/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/dconf/PLIST cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/dconf/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/devel/dconf/patches/patch-client_meson.build \ pkgsrc/devel/dconf/patches/patch-gsettings_meson.build Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1646227045233500 Content-Disposition: inline Content-Length: 2401 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/dconf/Makefile diff -u pkgsrc/devel/dconf/Makefile:1.65 pkgsrc/devel/dconf/Makefile:1.66 --- pkgsrc/devel/dconf/Makefile:1.65 Wed Dec 8 16:01:51 2021 +++ pkgsrc/devel/dconf/Makefile Wed Mar 2 13:17:25 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2021/12/08 16:01:51 adam Exp $ +# $NetBSD: Makefile,v 1.66 2022/03/02 13:17:25 prlw1 Exp $ -DISTNAME= dconf-0.36.0 -PKGREVISION= 7 +DISTNAME= dconf-0.40.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dconf/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/devel/dconf/PLIST diff -u pkgsrc/devel/dconf/PLIST:1.11 pkgsrc/devel/dconf/PLIST:1.12 --- pkgsrc/devel/dconf/PLIST:1.11 Sun Dec 2 07:11:55 2018 +++ pkgsrc/devel/dconf/PLIST Wed Mar 2 13:17:25 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2018/12/02 07:11:55 wiz Exp $ +@comment $NetBSD: PLIST,v 1.12 2022/03/02 13:17:25 prlw1 Exp $ bin/dconf include/dconf/client/dconf-client.h include/dconf/common/dconf-changeset.h @@ -10,6 +10,7 @@ lib/libdconf.so lib/libdconf.so.1 lib/libdconf.so.1.0.0 lib/pkgconfig/dconf.pc +lib/systemd/user/dconf.service libexec/dconf-service man/man1/dconf-service.1 man/man1/dconf.1 Index: pkgsrc/devel/dconf/distinfo diff -u pkgsrc/devel/dconf/distinfo:1.21 pkgsrc/devel/dconf/distinfo:1.22 --- pkgsrc/devel/dconf/distinfo:1.21 Tue Oct 26 10:14:31 2021 +++ pkgsrc/devel/dconf/distinfo Wed Mar 2 13:17:25 2022 @@ -1,8 +1,6 @@ -$NetBSD: distinfo,v 1.21 2021/10/26 10:14:31 nia Exp $ +$NetBSD: distinfo,v 1.22 2022/03/02 13:17:25 prlw1 Exp $ -BLAKE2s (dconf-0.36.0.tar.xz) = faa633a2fa9ff521f29dc2dce68f77bb1ad86769b555b354eeb84c6cd1e0db0e -SHA512 (dconf-0.36.0.tar.xz) = fed0b4ac13dfeff3bbe428a5c25408a0f13610219e561841a3af75cf18f9c630c385989b700c081b79ab53c00bdecf43c7c94979312c047faefbda4b2653d40d -Size (dconf-0.36.0.tar.xz) = 114828 bytes -SHA1 (patch-client_meson.build) = c14f83a8577d35c8f32dfa3d9fcbbe1c9e67548b -SHA1 (patch-gsettings_meson.build) = 63abfc31d9fede52340708739bc53a6f6a439108 +BLAKE2s (dconf-0.40.0.tar.xz) = db8210594923c949ff5c3c160fc0d0e1063cadbae9a19cba53706b0e578da368 +SHA512 (dconf-0.40.0.tar.xz) = 71396d71f24f47653181482b052fdfc63795c50c373de34e2fb93e16101745daa7e81192b79a102d5389911cea34138eedf3ac32bc80562018e8a7f31963559a +Size (dconf-0.40.0.tar.xz) = 117764 bytes SHA1 (patch-meson.build) = 2015b184e88ed797b52152d00e96e45988cf01bf --_----------=_1646227045233500--