[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/115: gnu: vala: Fix documentation.
From: |
guix-commits |
Subject: |
45/115: gnu: vala: Fix documentation. |
Date: |
Fri, 7 May 2021 16:56:34 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 303bf3fdfae23333df84fb2124c85d391fbb16ae
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 c81e2f4..16e2815 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4394,6 +4394,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")
@@ -4403,6 +4411,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)
- 25/115: gnu: cairomm: Update to 1.16.0., (continued)
- 25/115: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/05/07
- 26/115: gnu: cairomm: Enable documentation., guix-commits, 2021/05/07
- 41/115: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/05/07
- 36/115: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/05/07
- 31/115: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/05/07
- 40/115: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/05/07
- 32/115: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/05/07
- 29/115: gnu: pango: Re-arrange inputs in alphabetical order., guix-commits, 2021/05/07
- 33/115: gnu: pangomm: Enable documentation., guix-commits, 2021/05/07
- 44/115: gnu: vala: Enable coverage support., guix-commits, 2021/05/07
- 45/115: gnu: vala: Fix documentation.,
guix-commits <=
- 46/115: gnu: vala: Update to 0.52.0., guix-commits, 2021/05/07
- 50/115: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/05/07
- 53/115: gnu: libgsf: Enable documentation., guix-commits, 2021/05/07
- 57/115: gnu: atk: Update home-page and license., guix-commits, 2021/05/07
- 59/115: gnu: atkmm: Enable documentation., guix-commits, 2021/05/07
- 60/115: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/05/07
- 63/115: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/05/07
- 66/115: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/05/07
- 83/115: gnu: gtkmm-2: Fix build., guix-commits, 2021/05/07
- 86/115: gnu: ibus: Enable memconf., guix-commits, 2021/05/07