[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
172/201: gnu: dconf: Update to 0.40.0.
From: |
guix-commits |
Subject: |
172/201: gnu: dconf: Update to 0.40.0. |
Date: |
Mon, 1 Nov 2021 23:19:11 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 9bd5eb40bd95127c5b16a70170847464c4bc50a1
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Oct 28 10:29:45 2021 -0400
gnu: dconf: Update to 0.40.0.
* gnu/packages/gnome.scm (dconf): Update to 0.40.0.
[configure-flags]: Fix the doc flag; it's named 'gtk_doc', not
'enable-gtk-doc'.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 81d29e0..ff89ded 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4571,7 +4571,7 @@ and RDP protocols.")
(define-public dconf
(package
(name "dconf")
- (version "0.36.0")
+ (version "0.40.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4580,7 +4580,7 @@ and RDP protocols.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0bfs069pjv6lhp7xrzmrhz3876ay2ryqxzc6mlva1hhz34ibprlz"))))
+ "0cs5nayg080y8pb9b7qccm1ni8wkicdmqp1jsgc22110r6j24zyg"))))
(build-system meson-build-system)
(propagated-inputs
;; In Requires of dconf.pc.
@@ -4600,7 +4600,7 @@ and RDP protocols.")
("vala" ,vala)))
(arguments
`(#:glib-or-gtk? #t
- #:configure-flags '("-Denable-gtk-doc=true")
+ #:configure-flags '("-Dgtk_doc=true")
#:phases (modify-phases %standard-phases
(add-after 'unpack 'increase-test-timeout
(lambda _
- 111/201: gnu: colord-minimal: Introduce minimal variant., (continued)
- 111/201: gnu: colord-minimal: Introduce minimal variant., guix-commits, 2021/11/01
- 115/201: gnu: inkscape: Remove the legacy 0.92 version., guix-commits, 2021/11/01
- 130/201: gnu: webkitgtk: Update to 2.34.1., guix-commits, 2021/11/01
- 122/201: gnu: heimdal: Fix build., guix-commits, 2021/11/01
- 133/201: gnu: python-flit: Update to 3.3.0., guix-commits, 2021/11/01
- 149/201: gnu: meson: Update to 0.60.0., guix-commits, 2021/11/01
- 158/201: gnu: gdk-pixbuf: Remove obsolete jasper support., guix-commits, 2021/11/01
- 200/201: gnu: gvfs: Use meson-0.59 to workaround faulty meson., guix-commits, 2021/11/01
- 183/201: gnu: jami-gnome: Fix build with webkitgtk 2.34.1., guix-commits, 2021/11/01
- 185/201: gnu: uhttpmock: Use libsoup 2., guix-commits, 2021/11/01
- 172/201: gnu: dconf: Update to 0.40.0.,
guix-commits <=
- 190/201: gnu: python-requests: Update to 2.26.0., guix-commits, 2021/11/01
- 180/201: gnu: network-manager: Update to 1.32.12., guix-commits, 2021/11/01
- 199/201: gnu: libgdata: Use libsoup 2 to fix build., guix-commits, 2021/11/01
- 181/201: gnu: accountsservice: Use meson 0.59.4 to work around a bug in 0.60.0., guix-commits, 2021/11/01
- 60/201: gnu: gstreamer: Update to 1.18.5., guix-commits, 2021/11/01
- 65/201: gnu: gst-libav: Update to 1.18.5., guix-commits, 2021/11/01
- 68/201: gnu: gstreamer-docs: Update to 1.18.5., guix-commits, 2021/11/01
- 85/201: gnu: Add ld-gold-wrapper., guix-commits, 2021/11/01
- 86/201: gnu: gdb: Patch references to /bin/sh and add debug output., guix-commits, 2021/11/01
- 95/201: gnu: Move a few Python packages to (gnu packages python-build)., guix-commits, 2021/11/01