[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/124: gnu: gtk-doc: Change build-system.
From: |
guix-commits |
Subject: |
14/124: gnu: gtk-doc: Change build-system. |
Date: |
Tue, 10 Aug 2021 20:21:01 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit b03dcab9b1bd246817ce5388617a1fb172e6e898
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Mar 12 08:51:02 2021 -0500
gnu: gtk-doc: Change build-system.
* gnu/packages/gtk.scm (gtk-doc) [build-system]: Change from gnu to
glib-or-gtk.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 7a2bd55..2aeee74 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1797,7 +1797,7 @@ information.")
(sha256
(base32
"05apmwibkmn1icx05l8aw241lhymcx01zvk5i499cb150bijj7li"))))
- (build-system gnu-build-system)
+ (build-system glib-or-gtk-build-system)
(arguments
`(#:parallel-tests? #f
#:phases
@@ -1805,16 +1805,16 @@ information.")
(add-after 'unpack 'patch-gtk-doc-scan
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "gtk-doc.xsl"
-
(("http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl")
- (string-append (assoc-ref inputs "docbook-xsl")
- "/xml/xsl/docbook-xsl-"
- ,(package-version docbook-xsl)
- "/html/chunk.xsl"))
-
(("http://docbook.sourceforge.net/release/xsl/current/common/en.xml")
- (string-append (assoc-ref inputs "docbook-xsl")
- "/xml/xsl/docbook-xsl-"
- ,(package-version docbook-xsl)
- "/common/en.xml")))
+
(("http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl")
+ (string-append (assoc-ref inputs "docbook-xsl")
+ "/xml/xsl/docbook-xsl-"
+ ,(package-version docbook-xsl)
+ "/html/chunk.xsl"))
+
(("http://docbook.sourceforge.net/release/xsl/current/common/en.xml")
+ (string-append (assoc-ref inputs "docbook-xsl")
+ "/xml/xsl/docbook-xsl-"
+ ,(package-version docbook-xsl)
+ "/common/en.xml")))
#t))
(add-after 'patch-gtk-doc-scan 'patch-test-out
(lambda _
@@ -1823,7 +1823,7 @@ information.")
;; generator metafont outputs a lot of extra lines, this
;; test would always fail. Disable it for now.
(substitute* "tests/Makefile.in"
- (("empty.sh sanity.sh") "empty.sh"))
+ (("empty.sh sanity.sh") "empty.sh"))
#t))
(add-before 'build 'set-HOME
(lambda _
- 03/124: gnu: glib: Enable man pages., (continued)
- 03/124: gnu: glib: Enable man pages., guix-commits, 2021/08/10
- 06/124: gnu: glib-with-documentation: Fix documentation build., guix-commits, 2021/08/10
- 07/124: gnu: Temporarily use glib without documentation., guix-commits, 2021/08/10
- 12/124: gnu: Add libsigc++-2., guix-commits, 2021/08/10
- 05/124: gnu: glib-with-documentation: Make some cosmetic changes., guix-commits, 2021/08/10
- 08/124: gnu: libsigc++: Update to 3.0.6., guix-commits, 2021/08/10
- 09/124: gnu: libsigc++: Enable documentation., guix-commits, 2021/08/10
- 11/124: gnu: glibmm: Enable documentation., guix-commits, 2021/08/10
- 10/124: gnu: glibmm: Update to 2.68.0., guix-commits, 2021/08/10
- 13/124: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/08/10
- 14/124: gnu: gtk-doc: Change build-system.,
guix-commits <=
- 15/124: gnu: gtk-doc: Correct inputs., guix-commits, 2021/08/10
- 17/124: gnu: gtk-doc: Enable help., guix-commits, 2021/08/10
- 19/124: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/08/10
- 22/124: gnu: cairo: Move documentation to separate output., guix-commits, 2021/08/10
- 16/124: gnu: gtk-doc: Update to 1.32., guix-commits, 2021/08/10
- 18/124: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/08/10
- 20/124: gnu: cairo: Make some cosmetic changes., guix-commits, 2021/08/10
- 21/124: gnu: cairo: Change build-system., guix-commits, 2021/08/10
- 26/124: gnu: cairomm: Enable documentation., guix-commits, 2021/08/10
- 27/124: gnu: cairomm-1.13: Fix build., guix-commits, 2021/08/10