mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
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'.
This commit is contained in:
parent
bc4f219ba4
commit
c6f3cb5f03
1 changed files with 3 additions and 3 deletions
|
@ -4572,7 +4572,7 @@ (define-public vinagre
|
||||||
(define-public dconf
|
(define-public dconf
|
||||||
(package
|
(package
|
||||||
(name "dconf")
|
(name "dconf")
|
||||||
(version "0.36.0")
|
(version "0.40.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -4581,7 +4581,7 @@ (define-public dconf
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bfs069pjv6lhp7xrzmrhz3876ay2ryqxzc6mlva1hhz34ibprlz"))))
|
"0cs5nayg080y8pb9b7qccm1ni8wkicdmqp1jsgc22110r6j24zyg"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; In Requires of dconf.pc.
|
;; In Requires of dconf.pc.
|
||||||
|
@ -4601,7 +4601,7 @@ (define-public dconf
|
||||||
("vala" ,vala)))
|
("vala" ,vala)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
#:configure-flags '("-Denable-gtk-doc=true")
|
#:configure-flags '("-Dgtk_doc=true")
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(add-after 'unpack 'increase-test-timeout
|
(add-after 'unpack 'increase-test-timeout
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in a new issue