[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
53/115: gnu: libgsf: Enable documentation.
From: |
guix-commits |
Subject: |
53/115: gnu: libgsf: Enable documentation. |
Date: |
Wed, 12 May 2021 21:01:30 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 101ff29f3ed4b00f4d773b21d20d67da9fb22c8e
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 12:20:52 2021 -0500
gnu: libgsf: Enable documentation.
* gnu/packages/gnome.scm (libgsf) [outputs]: New output "doc".
[arguments]<#:configure-flags>[--with-html-dir]: New flag.
[native-inputs]: Add docbook-xml.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gnome.scm | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 638b0db..e702db7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3261,7 +3261,7 @@ XML/CSS rendering engine.")
(base32
"0kbpp9ksl7977xiga37sk1gdw1r039v6zviqznl7alvvg39yp26i"))))
(build-system glib-or-gtk-build-system)
- (outputs '("out" "bin"))
+ (outputs '("out" "bin" "doc"))
(arguments
`(#:configure-flags
(list
@@ -3279,10 +3279,24 @@ XML/CSS rendering engine.")
,(version-major
(package-version gobject-introspection))
".0")
+ (string-append "--with-html-dir="
+ (assoc-ref %outputs "doc")
+ "/share/gtk-doc/html")
"--with-zlib"
- "--with-bz2")))
+ "--with-bz2")
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'patch-docbook-xml
+ (lambda* (#:key inputs #:allow-other-keys)
+ (with-directory-excursion "doc"
+ (substitute* "gsf-docs.xml"
+ (("http://www.oasis-open.org/docbook/xml/4.5/")
+ (string-append (assoc-ref inputs "docbook-xml")
+ "/xml/dtd/docbook/"))))
+ #t)))))
(native-inputs
- `(("gettext" ,gettext-minimal)
+ `(("docbook-xml" ,docbook-xml)
+ ("gettext" ,gettext-minimal)
("gobject-introspection" ,gobject-introspection)
("perl" ,perl)
("perl-xml-parser" ,perl-xml-parser)
- 27/115: gnu: cairomm-1.13: Fix build., (continued)
- 27/115: gnu: cairomm-1.13: Fix build., guix-commits, 2021/05/12
- 29/115: gnu: pango: Re-arrange inputs in alphabetical order., guix-commits, 2021/05/12
- 37/115: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/05/12
- 43/115: gnu: vala: Change build-system., guix-commits, 2021/05/12
- 45/115: gnu: vala: Fix documentation., guix-commits, 2021/05/12
- 44/115: gnu: vala: Enable coverage support., guix-commits, 2021/05/12
- 50/115: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/05/12
- 55/115: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/05/12
- 52/115: gnu: libgsf: Correct inputs., guix-commits, 2021/05/12
- 56/115: gnu: atk: Update to 2.36.0., guix-commits, 2021/05/12
- 53/115: gnu: libgsf: Enable documentation.,
guix-commits <=
- 63/115: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/05/12
- 66/115: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/05/12
- 67/115: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/05/12
- 62/115: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/05/12
- 58/115: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/05/12
- 68/115: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/05/12
- 69/115: gnu: json-glib: Update synopsis and description., guix-commits, 2021/05/12
- 84/115: gnu: ibus: Update to 1.5.24., guix-commits, 2021/05/12
- 92/115: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/05/12
- 86/115: gnu: ibus: Enable memconf., guix-commits, 2021/05/12