[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: dconf: Install GTK documentation.
From: |
Marius Bakke |
Subject: |
02/07: gnu: dconf: Install GTK documentation. |
Date: |
Sat, 28 Jul 2018 11:28:33 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 03676d6f35790f5816183f7de8dd1ba60562416c
Author: Marius Bakke <address@hidden>
Date: Fri Jul 27 03:32:53 2018 +0200
gnu: dconf: Install GTK documentation.
* gnu/packages/gnome.scm (dconf)[native-inputs]: Add GTK-DOC.
[arguments]: Adjust #:configure-flags accordingly.
---
gnu/packages/gnome.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f6c0a80..389ea2c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2251,6 +2251,7 @@ and RDP protocols.")
("libxml2" ,libxml2) ;for XML_CATALOG_FILES
("docbook-xml" ,docbook-xml-4.2)
("docbook-xsl" ,docbook-xsl)
+ ("gtk-doc" ,gtk-doc)
("pkg-config" ,pkg-config)))
(arguments
`(#:tests? #f ; To contact dbus it needs to load /var/lib/dbus/machine-id
@@ -2259,7 +2260,7 @@ and RDP protocols.")
;; Set the correct RUNPATH in binaries.
(list (string-append "LDFLAGS=-Wl,-rpath="
(assoc-ref %outputs "out") "/lib")
- "--disable-gtk-doc-html"))) ; FIXME: requires gtk-doc
+ "--enable-gtk-doc")))
(home-page "https://developer.gnome.org/dconf")
(synopsis "Low-level GNOME configuration system")
(description "Dconf is a low-level configuration system. Its main purpose
- branch master updated (c95c903 -> 71de61c), Marius Bakke, 2018/07/28
- 01/07: gnu: dconf: Adjust inputs and remove obsolete workaround., Marius Bakke, 2018/07/28
- 04/07: gnu: dconf: Update to 0.28.0., Marius Bakke, 2018/07/28
- 06/07: gnu: libjpeg-turbo: Update to 2.0.0., Marius Bakke, 2018/07/28
- 03/07: gnu: dconf: Update license., Marius Bakke, 2018/07/28
- 02/07: gnu: dconf: Install GTK documentation.,
Marius Bakke <=
- 07/07: gnu: libjpeg-turbo: Update license., Marius Bakke, 2018/07/28
- 05/07: gnu: accountsservice: Update to 0.6.50., Marius Bakke, 2018/07/28