[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/122: gnu: cairo: Move documentation to separate output.
From: |
guix-commits |
Subject: |
22/122: gnu: cairo: Move documentation to separate output. |
Date: |
Fri, 11 Jun 2021 12:11:54 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 3b2aa1e827d765643b1239b749f1fc1a6e7769e8
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Fri Dec 4 00:53:16 2020 -0500
gnu: cairo: Move documentation to separate output.
* gnu/packages/gtk.scm (cairo) [outputs]: New output "doc".
[arguments]<#:configure-flags>[--with-html-dir]: New flag.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 94790ea..3fefb0d 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -136,13 +136,17 @@ tools have full access to view and control running
applications.")
(sha256
(base32 "0c930mk5xr2bshbdljv005j3j8zr47gqmkry3q6qgvqky6rjjysy"))))
(build-system glib-or-gtk-build-system)
+ (outputs '("out" "doc"))
(arguments
`(#:tests? #f ; see
http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00085.html
#:configure-flags
(list
- "--enable-tee" ;needed for GNU Icecat
- "--enable-xml" ;for cairo-xml support
- "--disable-static")))
+ "--enable-tee" ;needed for GNU Icecat
+ "--enable-xml" ;for cairo-xml support
+ "--disable-static"
+ (string-append "--with-html-dir="
+ (assoc-ref %outputs "doc")
+ "/share/gtk-doc/html"))))
(native-inputs
`(("pkg-config" ,pkg-config)
("python" ,python-wrapper)))
- 26/122: gnu: cairomm: Enable documentation., (continued)
- 26/122: gnu: cairomm: Enable documentation., guix-commits, 2021/06/11
- 28/122: gnu: pango: Add missing arguments., guix-commits, 2021/06/11
- 33/122: gnu: pangomm: Enable documentation., guix-commits, 2021/06/11
- 31/122: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/06/11
- 37/122: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/06/11
- 03/122: gnu: glib: Enable man pages., guix-commits, 2021/06/11
- 13/122: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/06/11
- 12/122: gnu: Add libsigc++-2., guix-commits, 2021/06/11
- 09/122: gnu: libsigc++: Enable documentation., guix-commits, 2021/06/11
- 16/122: gnu: gtk-doc: Update to 1.32., guix-commits, 2021/06/11
- 22/122: gnu: cairo: Move documentation to separate output.,
guix-commits <=
- 29/122: gnu: pango: Re-arrange inputs in alphabetical order., guix-commits, 2021/06/11
- 36/122: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/06/11
- 46/122: gnu: vala: Update to 0.52.0., guix-commits, 2021/06/11
- 44/122: gnu: vala: Enable coverage support., guix-commits, 2021/06/11
- 45/122: gnu: vala: Fix documentation., guix-commits, 2021/06/11
- 52/122: gnu: libgsf: Correct inputs., guix-commits, 2021/06/11
- 55/122: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/06/11
- 07/122: gnu: Temporarily use glib without documentation., guix-commits, 2021/06/11
- 10/122: gnu: glibmm: Update to 2.68.0., guix-commits, 2021/06/11
- 05/122: gnu: glib-with-documentation: Make some cosmetic changes., guix-commits, 2021/06/11