[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/124: gnu: cairo: Move documentation to separate output.
From: |
guix-commits |
Subject: |
22/124: gnu: cairo: Move documentation to separate output. |
Date: |
Tue, 17 Aug 2021 22:45:03 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 728b7bf3785687d35acff07461ce07411b29f534
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 1c01c5f..a056124 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -137,13 +137,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)))
- 24/124: gnu: cairo: Update synopsis, description and license., (continued)
- 24/124: gnu: cairo: Update synopsis, description and license., guix-commits, 2021/08/17
- 27/124: gnu: cairomm-1.13: Fix build., guix-commits, 2021/08/17
- 28/124: gnu: pango: Add missing arguments., guix-commits, 2021/08/17
- 30/124: gnu: pango: Update to 1.48.3., guix-commits, 2021/08/17
- 14/124: gnu: gtk-doc: Change build-system., guix-commits, 2021/08/17
- 18/124: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/08/17
- 19/124: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/08/17
- 23/124: gnu: cairo: Enable some features., guix-commits, 2021/08/17
- 08/124: gnu: libsigc++: Update to 3.0.6., guix-commits, 2021/08/17
- 20/124: gnu: cairo: Make some cosmetic changes., guix-commits, 2021/08/17
- 22/124: gnu: cairo: Move documentation to separate output.,
guix-commits <=
- 25/124: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/08/17
- 26/124: gnu: cairomm: Enable documentation., guix-commits, 2021/08/17
- 32/124: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/08/17
- 33/124: gnu: pangomm: Enable documentation., guix-commits, 2021/08/17
- 40/124: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/08/17
- 42/124: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/08/17
- 47/124: gnu: vala: Update synopsis and description., guix-commits, 2021/08/17
- 51/124: gnu: libgsf: Enable missing features., guix-commits, 2021/08/17
- 29/124: gnu: pango: Re-arrange inputs in alphabetical order., guix-commits, 2021/08/17
- 31/124: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/08/17