[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/122: gnu: gtk-doc: Change build-system.
From: |
guix-commits |
Subject: |
14/122: gnu: gtk-doc: Change build-system. |
Date: |
Fri, 11 Jun 2021 12:11:52 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 920f5b1cb55a0c3a87d38962ff5651da57d92dfd
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 138fa7c..8e80d87 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1730,7 +1730,7 @@ information.")
(sha256
(base32
"05apmwibkmn1icx05l8aw241lhymcx01zvk5i499cb150bijj7li"))))
- (build-system gnu-build-system)
+ (build-system glib-or-gtk-build-system)
(arguments
`(#:parallel-tests? #f
#:phases
@@ -1738,16 +1738,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 _
@@ -1756,7 +1756,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 _
- branch wip-gnome created (now 6f77286), guix-commits, 2021/06/11
- 02/122: gnu: glib: Update to 2.68.0., guix-commits, 2021/06/11
- 04/122: gnu: glib: Update synopsis, description and home-page., guix-commits, 2021/06/11
- 08/122: gnu: libsigc++: Update to 3.0.6., guix-commits, 2021/06/11
- 20/122: gnu: cairo: Make some cosmetic changes., guix-commits, 2021/06/11
- 23/122: gnu: cairo: Enable some features., guix-commits, 2021/06/11
- 25/122: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/06/11
- 01/122: gnu: glib: Make some cosmetic changes., guix-commits, 2021/06/11
- 11/122: gnu: glibmm: Enable documentation., guix-commits, 2021/06/11
- 15/122: gnu: gtk-doc: Correct inputs., guix-commits, 2021/06/11
- 14/122: gnu: gtk-doc: Change build-system.,
guix-commits <=
- 27/122: gnu: cairomm-1.13: Fix build., guix-commits, 2021/06/11
- 26/122: gnu: cairomm: Enable documentation., guix-commits, 2021/06/11
- 28/122: gnu: pango: Add missing arguments., guix-commits, 2021/06/11
- 33/122: gnu: pangomm: Enable documentation., guix-commits, 2021/06/11
- 31/122: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/06/11
- 37/122: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/06/11
- 03/122: gnu: glib: Enable man pages., guix-commits, 2021/06/11
- 13/122: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/06/11
- 12/122: gnu: Add libsigc++-2., guix-commits, 2021/06/11
- 09/122: gnu: libsigc++: Enable documentation., guix-commits, 2021/06/11