[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
172/203: gnu: dconf: Update to 0.40.0.
From: |
guix-commits |
Subject: |
172/203: gnu: dconf: Update to 0.40.0. |
Date: |
Wed, 3 Nov 2021 21:10:36 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 695d423faa56ca04dc47cc2daa265289329bde44
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 _
- 50/203: gnu: lib2geom: Update to 1.1., (continued)
- 50/203: gnu: lib2geom: Update to 1.1., guix-commits, 2021/11/03
- 121/203: gnu: util-linux: Globally disable the lsns test., guix-commits, 2021/11/03
- 150/203: gnu: curl: Update to 7.79.1., guix-commits, 2021/11/03
- 171/203: gnu: gtkmm: Update to 4.4.0., guix-commits, 2021/11/03
- 168/203: gnu: Add cling., guix-commits, 2021/11/03
- 186/203: gnu: libblockdev: Update to 2.26., guix-commits, 2021/11/03
- 148/203: gnu: jsoncpp: Apply patch to regular package., guix-commits, 2021/11/03
- 151/203: gnu: python-hypothesis: Update to 6.23.4., guix-commits, 2021/11/03
- 170/203: gnu: gtkmm-3: Update to 3.24.5., guix-commits, 2021/11/03
- 175/203: gnu: xorgproto: Update to 2021.5., guix-commits, 2021/11/03
- 172/203: gnu: dconf: Update to 0.40.0.,
guix-commits <=
- 180/203: gnu: network-manager: Update to 1.32.12., guix-commits, 2021/11/03
- 185/203: gnu: uhttpmock: Use libsoup 2., guix-commits, 2021/11/03
- 194/203: gnu: docker-compose: Update to 1.29.2., guix-commits, 2021/11/03
- 200/203: gnu: gvfs: Use meson-0.59 to workaround faulty meson., guix-commits, 2021/11/03
- 143/203: gnu: elogind: Update to 246.10., guix-commits, 2021/11/03
- 184/203: gnu: emacs-elpy: Update to 1.35.0-0.8d0de31., guix-commits, 2021/11/03
- 191/203: gnu: python-docker: Update to 5.0.3 and remove obsolete package variants., guix-commits, 2021/11/03
- 196/203: gnu: ansible-core: Use GUIX_PYTHONPATH to fix build., guix-commits, 2021/11/03
- 107/203: gnu: lsof: Disable the LTlock test., guix-commits, 2021/11/03
- 173/203: gnu: tracker: Use libsoup-minimal-2 to fix build., guix-commits, 2021/11/03