[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
65/125: gnu: at-spi2-core: Fix documentation.
From: |
guix-commits |
Subject: |
65/125: gnu: at-spi2-core: Fix documentation. |
Date: |
Sat, 3 Jul 2021 21:17:31 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 1c0ed393693a78dd56572fba0033499761a1a20c
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 0c9ce3c..b63b73e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -716,6 +716,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"))
@@ -744,7 +752,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)
- 50/125: gnu: libgsf: Change build-system., (continued)
- 50/125: gnu: libgsf: Change build-system., guix-commits, 2021/07/03
- 55/125: gnu: libgsf: Enable documentation., guix-commits, 2021/07/03
- 46/125: gnu: vala: Enable coverage support., guix-commits, 2021/07/03
- 47/125: gnu: vala: Fix documentation., guix-commits, 2021/07/03
- 52/125: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/07/03
- 57/125: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/07/03
- 59/125: gnu: atk: Update home-page and license., guix-commits, 2021/07/03
- 62/125: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/07/03
- 61/125: gnu: atkmm: Enable documentation., guix-commits, 2021/07/03
- 64/125: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/07/03
- 65/125: gnu: at-spi2-core: Fix documentation.,
guix-commits <=
- 67/125: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/07/03
- 68/125: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/07/03
- 70/125: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/07/03
- 72/125: gnu: wayland: Update to 1.19.0., guix-commits, 2021/07/03
- 81/125: gnu: gtk+: Add missing inputs., guix-commits, 2021/07/03
- 86/125: gnu: ibus: Update to 1.5.24., guix-commits, 2021/07/03
- 111/125: gnu: gnutls: Enable PKCS#11 support., guix-commits, 2021/07/03
- 115/125: gnu: gtkmm: Change build-system and adjust arguments accordingly., guix-commits, 2021/07/03
- 123/125: gnu: tracker-miners: Update to 3.1.1 and make related changes., guix-commits, 2021/07/03
- 79/125: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/07/03