[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/122: gnu: vala: Fix documentation.
From: |
guix-commits |
Subject: |
45/122: gnu: vala: Fix documentation. |
Date: |
Fri, 11 Jun 2021 12:12:02 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit ba1db4093702709f8222399cbec4fa88096ccc2e
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 11:30:26 2021 -0500
gnu: vala: Fix documentation.
* gnu/packages/gnome.scm (vala) [arguments]<#:phases>['patch-docbook-xml]:
New phase.
[native-inputs]: Add docbook-xml and docbook-xsl.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gnome.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fa16d81..798ab73 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4403,6 +4403,14 @@ passwords in the GNOME keyring.")
'(#:configure-flags '("--enable-coverage")
#:phases
(modify-phases %standard-phases
+ (add-after 'unpack 'patch-docbook-xml
+ (lambda* (#:key inputs #:allow-other-keys)
+ (with-directory-excursion "doc/manual"
+ (substitute* '("manual.xml" "version.xml.in")
+ (("http://www.oasis-open.org/docbook/xml/4.4/")
+ (string-append (assoc-ref inputs "docbook-xml")
+ "/xml/dtd/docbook/"))))
+ #t))
(add-before 'check 'pre-check
(lambda _
(setenv "CC" "gcc")
@@ -4412,6 +4420,8 @@ passwords in the GNOME keyring.")
(string-append m "$PKG_CONFIG_PATH:"))))))))
(native-inputs
`(("pkg-config" ,pkg-config)
+ ("docbook-xml" ,docbook-xml-4.4)
+ ("docbook-xsl" ,docbook-xsl)
("flex" ,flex)
("bison" ,bison)
("xsltproc" ,libxslt)
- 03/122: gnu: glib: Enable man pages., (continued)
- 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, 2021/06/11
- 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 <=
- 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
- 06/122: gnu: glib-with-documentation: Fix documentation build., guix-commits, 2021/06/11
- 17/122: gnu: gtk-doc: Enable help., guix-commits, 2021/06/11
- 19/122: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/06/11
- 18/122: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/06/11
- 21/122: gnu: cairo: Change build-system., guix-commits, 2021/06/11