[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
63/126: gnu: at-spi2-core: Fix documentation.
From: |
guix-commits |
Subject: |
63/126: gnu: at-spi2-core: Fix documentation. |
Date: |
Mon, 6 Sep 2021 15:53:43 -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)
- 60/126: gnu: atkmm: Update synopsis, description, home-page and license., (continued)
- 60/126: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/09/06
- 61/126: gnu: Add atkmm-2.28., guix-commits, 2021/09/06
- 62/126: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/09/06
- 64/126: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/09/06
- 65/126: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/09/06
- 66/126: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/09/06
- 72/126: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/09/06
- 51/126: gnu: libgsf: Enable missing features., guix-commits, 2021/09/06
- 55/126: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/06
- 59/126: gnu: atkmm: Enable documentation., guix-commits, 2021/09/06
- 63/126: gnu: at-spi2-core: Fix documentation.,
guix-commits <=
- 67/126: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/09/06
- 69/126: gnu: json-glib: Update synopsis and description., guix-commits, 2021/09/06
- 71/126: gnu: wayland: Fix and move documentation., guix-commits, 2021/09/06
- 81/126: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/09/06
- 73/126: gnu: wayland-protocols: Update description., guix-commits, 2021/09/06
- 74/126: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/09/06
- 75/126: gnu: gtk+-2: Enable tests., guix-commits, 2021/09/06
- 78/126: gnu: gtk+: Enable tests., guix-commits, 2021/09/06
- 85/126: gnu: ibus: Enable documentation., guix-commits, 2021/09/06
- 86/126: gnu: ibus: Enable memconf., guix-commits, 2021/09/06