Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dconf: update to 0.36.0.
@ 2020-04-01  3:15 mnabid
  2020-04-01  8:30 ` [PR PATCH] [Merged]: " xtraeme
  0 siblings, 1 reply; 2+ messages in thread
From: mnabid @ 2020-04-01  3:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

There is a new pull request by mnabid against master on the void-packages repository

https://github.com/mnabid/void-packages dconf
https://github.com/void-linux/void-packages/pull/20529

dconf: update to 0.36.0.


A patch file from https://github.com/void-linux/void-packages/pull/20529.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dconf-20529.patch --]
[-- Type: text/x-diff, Size: 2677 bytes --]

From bfa5606770e988a47bab131df865196ef6259fec Mon Sep 17 00:00:00 2001
From: Nafis <mnabid.25@outlook.com>
Date: Wed, 1 Apr 2020 08:40:40 +0600
Subject: [PATCH] dconf: update to 0.36.0.

---
 .../dconf/patches/fix-build-meson-052.patch   | 32 -------------------
 srcpkgs/dconf/template                        |  4 +--
 2 files changed, 2 insertions(+), 34 deletions(-)
 delete mode 100644 srcpkgs/dconf/patches/fix-build-meson-052.patch

diff --git a/srcpkgs/dconf/patches/fix-build-meson-052.patch b/srcpkgs/dconf/patches/fix-build-meson-052.patch
deleted file mode 100644
index cc4e088b622..00000000000
--- a/srcpkgs/dconf/patches/fix-build-meson-052.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From cc32667c5d7d9ff95e65cc21f59905d8f9218394 Mon Sep 17 00:00:00 2001
-From: Diego Escalante Urrelo <diegoe@gnome.org>
-Date: Thu, 31 Oct 2019 05:51:22 -0500
-Subject: [PATCH] build: Update use of link_whole for meson-0.52
-
-A regression in meson-0.52 caused uses of link_whole to expose scenarios
-where duplicate symbols issues could appear. In particular
-libdconf_client_dep was being link_whole'd to itself, which recursively
-already included libdconf_common which was also a link_whole.
-
-This change does not modify the available symbols in libdconf.so, and is
-compatible with meson-0.52 and 0.51.
-
-See: https://github.com/mesonbuild/meson/pull/6030
-Fixes: https://gitlab.gnome.org/GNOME/dconf/issues/59
----
- client/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/client/meson.build b/client/meson.build
-index f3b7122..de6387e 100644
---- client/meson.build
-+++ client/meson.build
-@@ -28,7 +28,7 @@ libdconf_client = static_library(
- 
- libdconf_client_dep = declare_dependency(
-   dependencies: gio_dep,
--  link_whole: libdconf_client,
-+  link_with: libdconf_client,
- )
- 
- libdconf = shared_library(
diff --git a/srcpkgs/dconf/template b/srcpkgs/dconf/template
index 8cf262e4576..f18a4922a56 100644
--- a/srcpkgs/dconf/template
+++ b/srcpkgs/dconf/template
@@ -1,6 +1,6 @@
 # Template file for 'dconf'
 pkgname=dconf
-version=0.32.0
+version=0.36.0
 revision=1
 build_style=meson
 hostmakedepends="docbook-xsl glib-devel libxslt pkg-config vala"
@@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/dconf"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=68bce78b19bc94cb2c3bb8587e37f9e5e338568c3a674f86edde9c9f1624ffab
+checksum=9fe6bb22191fc2a036ad86fd8e7d165e9983c687b9fedccf85d46c799301da2d
 
 dconf-devel_package() {
 	depends="libglib-devel vala-devel>=0.24 dconf>=${version}_${revision}"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: dconf: update to 0.36.0.
  2020-04-01  3:15 [PR PATCH] dconf: update to 0.36.0 mnabid
@ 2020-04-01  8:30 ` xtraeme
  0 siblings, 0 replies; 2+ messages in thread
From: xtraeme @ 2020-04-01  8:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

There's a merged pull request on the void-packages repository

dconf: update to 0.36.0.
https://github.com/void-linux/void-packages/pull/20529

Description:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-01  8:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-01  3:15 [PR PATCH] dconf: update to 0.36.0 mnabid
2020-04-01  8:30 ` [PR PATCH] [Merged]: " xtraeme

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).