[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
267/377: gnu: gtk-doc: Change build-system.
From: |
guix-commits |
Subject: |
267/377: gnu: gtk-doc: Change build-system. |
Date: |
Sun, 5 Sep 2021 10:08:04 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 7310d9e76645d4fed8e3d13ac9bc0717b350d4cb
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 _
- 250/377: gnu: Add go-github-com-gdamore-tcell-v2., (continued)
- 250/377: gnu: Add go-github-com-gdamore-tcell-v2., guix-commits, 2021/09/05
- 251/377: gnu: Add go-github-com-anaseto-gruid., guix-commits, 2021/09/05
- 254/377: gnu: glib: Make some cosmetic changes., guix-commits, 2021/09/05
- 255/377: gnu: glib: Update to 2.68.0., guix-commits, 2021/09/05
- 256/377: gnu: glib: Enable man pages., guix-commits, 2021/09/05
- 260/377: gnu: Temporarily use glib without documentation., guix-commits, 2021/09/05
- 263/377: gnu: glibmm: Update to 2.68.0., guix-commits, 2021/09/05
- 264/377: gnu: glibmm: Enable documentation., guix-commits, 2021/09/05
- 265/377: gnu: Add libsigc++-2., guix-commits, 2021/09/05
- 266/377: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/09/05
- 267/377: gnu: gtk-doc: Change build-system.,
guix-commits <=
- 268/377: gnu: gtk-doc: Correct inputs., guix-commits, 2021/09/05
- 270/377: gnu: gtk-doc: Enable help., guix-commits, 2021/09/05
- 271/377: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/09/05
- 272/377: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/09/05
- 275/377: gnu: cairo: Move documentation to separate output., guix-commits, 2021/09/05
- 290/377: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/09/05
- 278/377: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/09/05
- 285/377: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/09/05
- 289/377: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/09/05
- 291/377: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/09/05