[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/124: gnu: gtk-doc: Enable help.
From: |
guix-commits |
Subject: |
17/124: gnu: gtk-doc: Enable help. |
Date: |
Sun, 5 Sep 2021 10:41:56 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 3c0f4d02a67fee9be868448a419e16c8b0aee30b
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Mar 12 09:13:14 2021 -0500
gnu: gtk-doc: Enable help.
* gnu/packages/gtk.scm (gtk-doc) [outputs]: New output 'help'.
[arguments]<#:configure-flags>[--with-help-dir]: New flag.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index a3c6ba8..c99ae2e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1798,6 +1798,7 @@ information.")
(base32
"0z4h1dggpimygdp719l457jvqilps4qcfpk31jmj3jqpzcsg03ny"))))
(build-system glib-or-gtk-build-system)
+ (outputs '("out" "help"))
(arguments
`(#:parallel-tests? #f
#:phases
@@ -1860,7 +1861,10 @@ information.")
#:configure-flags
(list (string-append "--with-xml-catalog="
(assoc-ref %build-inputs "docbook-xml")
- "/xml/dtd/docbook/catalog.xml"))))
+ "/xml/dtd/docbook/catalog.xml")
+ (string-append "--with-help-dir="
+ (assoc-ref %outputs "help")
+ "/share/help"))))
(native-inputs
`(("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")
- 11/124: gnu: glibmm: Enable documentation., (continued)
- 11/124: gnu: glibmm: Enable documentation., guix-commits, 2021/09/05
- 12/124: gnu: Add libsigc++-2., guix-commits, 2021/09/05
- 13/124: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/09/05
- 14/124: gnu: gtk-doc: Change build-system., guix-commits, 2021/09/05
- 15/124: gnu: gtk-doc: Correct inputs., guix-commits, 2021/09/05
- 16/124: gnu: gtk-doc: Update to 1.32., guix-commits, 2021/09/05
- 20/124: gnu: cairo: Make some cosmetic changes., guix-commits, 2021/09/05
- 21/124: gnu: cairo: Change build-system., guix-commits, 2021/09/05
- 22/124: gnu: cairo: Move documentation to separate output., guix-commits, 2021/09/05
- 09/124: gnu: libsigc++: Enable documentation., guix-commits, 2021/09/05
- 17/124: gnu: gtk-doc: Enable help.,
guix-commits <=
- 18/124: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/09/05
- 19/124: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/09/05
- 23/124: gnu: cairo: Enable some features., guix-commits, 2021/09/05
- 24/124: gnu: cairo: Update synopsis, description and license., guix-commits, 2021/09/05
- 25/124: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/09/05
- 30/124: gnu: pango: Update to 1.48.3., guix-commits, 2021/09/05
- 35/124: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/09/05
- 36/124: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/09/05
- 37/124: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/09/05
- 26/124: gnu: cairomm: Enable documentation., guix-commits, 2021/09/05