[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
63/124: gnu: at-spi2-core: Fix documentation.
From: |
guix-commits |
Subject: |
63/124: gnu: at-spi2-core: Fix documentation. |
Date: |
Sun, 5 Sep 2021 10:42:11 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 33a59643801b0bf20f023bd0d20e1ed2fad934a1
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 13:24:57 2021 -0500
gnu: at-spi2-core: Fix documentation.
* gnu/packages/gtk.scm (at-spi2-core)
[arguments]<#:phases>['patch-docbook-sgml]: New phase.
[native-inputs]: Add docbook-xml.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 387b24b..2615d84 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -717,6 +717,14 @@ scaled, composited, modified, saved, or rendered.")
(lambda* (#:key outputs #:allow-other-keys)
(mkdir-p (string-append (assoc-ref outputs "doc") "/share"))
#t))
+ (add-after 'unpack 'patch-docbook-sgml
+ (lambda* (#:key inputs #:allow-other-keys)
+ (let* ((xmldoc (string-append (assoc-ref inputs "docbook-xml")
+ "/xml/dtd/docbook")))
+ (substitute* "doc/libatspi/libatspi-docs.sgml"
+ (("http://.*/docbookx\\.dtd")
+ (string-append xmldoc "/docbookx.dtd")))
+ #t)))
(add-after 'install 'move-documentation
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))
@@ -745,7 +753,8 @@ scaled, composited, modified, saved, or rendered.")
("libxi" ,libxi)
("libxtst" ,libxtst)))
(native-inputs
- `(("gettext" ,gettext-minimal)
+ `(("docbook-xml" ,docbook-xml-4.3)
+ ("gettext" ,gettext-minimal)
("glib" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
("gtk-doc" ,gtk-doc)
- 55/124: gnu: atk: Re-arrange inputs in alphabetical order., (continued)
- 55/124: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/05
- 58/124: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/09/05
- 69/124: gnu: json-glib: Update synopsis and description., guix-commits, 2021/09/05
- 54/124: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/09/05
- 53/124: gnu: libgsf: Enable documentation., guix-commits, 2021/09/05
- 57/124: gnu: atk: Update home-page and license., guix-commits, 2021/09/05
- 59/124: gnu: atkmm: Enable documentation., guix-commits, 2021/09/05
- 60/124: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/09/05
- 61/124: gnu: Add atkmm-2.28., guix-commits, 2021/09/05
- 62/124: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/09/05
- 63/124: gnu: at-spi2-core: Fix documentation.,
guix-commits <=
- 64/124: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/09/05
- 65/124: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/09/05
- 67/124: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/09/05
- 71/124: gnu: wayland: Fix and move documentation., guix-commits, 2021/09/05
- 72/124: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/09/05
- 75/124: gnu: gtk+-2: Enable tests., guix-commits, 2021/09/05
- 77/124: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/09/05
- 78/124: gnu: gtk+: Enable tests., guix-commits, 2021/09/05
- 56/124: gnu: atk: Update to 2.36.0., guix-commits, 2021/09/05
- 66/124: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/09/05