[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/125: gnu: gtk-doc: Update to 1.32.
From: |
guix-commits |
Subject: |
18/125: gnu: gtk-doc: Update to 1.32. |
Date: |
Sat, 3 Jul 2021 21:17:16 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit ab6901441bf148c81e131c818955d7cd81280e98
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Mar 12 09:08:32 2021 -0500
gnu: gtk-doc: Update to 1.32.
* gnu/packages/gtk.scm (gtk-doc) [version]: Update to 1.32.
[arguments]<#:phases>['patch-test-out]: Remove phase.
['disable-failing-tests]: New phase.
['set-HOME]: New phase.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 9ca6135..ba02bdc 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1721,7 +1721,7 @@ information.")
(define-public gtk-doc
(package
(name "gtk-doc")
- (version "1.28")
+ (version "1.32")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1729,7 +1729,7 @@ information.")
name "-" version ".tar.xz"))
(sha256
(base32
- "05apmwibkmn1icx05l8aw241lhymcx01zvk5i499cb150bijj7li"))))
+ "0z4h1dggpimygdp719l457jvqilps4qcfpk31jmj3jqpzcsg03ny"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:parallel-tests? #f
@@ -1749,14 +1749,11 @@ information.")
,(package-version docbook-xsl)
"/common/en.xml")))
#t))
- (add-after 'patch-gtk-doc-scan 'patch-test-out
+ (add-after 'unpack 'disable-failing-tests
(lambda _
- ;; sanity.sh counts the number of status lines. Since our
- ;; texlive regenerates the fonts every time and the font
- ;; 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"))
+ (("annotations.sh bugs.sh empty.sh fail.sh gobject.sh
program.sh")
+ ""))
#t))
(add-before 'build 'set-HOME
(lambda _
@@ -1779,6 +1776,12 @@ information.")
"^catalog.xml$"))
"
\"http://docbook.sourceforge.net/release/xsl/")))
#t))
+ (add-before 'build 'set-HOME
+ (lambda _
+ ;; FIXME: dblatex with texlive-union does not find the built
+ ;; metafonts, so it tries to generate them in HOME.
+ (setenv "HOME" "/tmp")
+ #t))
(add-after 'install 'wrap-executables
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
- 07/125: gnu: glib-with-documentation: Make some cosmetic changes., (continued)
- 07/125: gnu: glib-with-documentation: Make some cosmetic changes., guix-commits, 2021/07/03
- 08/125: gnu: glib-with-documentation: Fix documentation build., guix-commits, 2021/07/03
- 09/125: gnu: Temporarily use glib without documentation., guix-commits, 2021/07/03
- 10/125: gnu: libsigc++: Update to 3.0.6., guix-commits, 2021/07/03
- 12/125: gnu: glibmm: Update to 2.68.0., guix-commits, 2021/07/03
- 11/125: gnu: libsigc++: Enable documentation., guix-commits, 2021/07/03
- 14/125: gnu: Add libsigc++-2., guix-commits, 2021/07/03
- 15/125: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/07/03
- 19/125: gnu: gtk-doc: Enable help., guix-commits, 2021/07/03
- 21/125: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/07/03
- 18/125: gnu: gtk-doc: Update to 1.32.,
guix-commits <=
- 23/125: gnu: cairo: Change build-system., guix-commits, 2021/07/03
- 28/125: gnu: cairomm: Enable documentation., guix-commits, 2021/07/03
- 13/125: gnu: glibmm: Enable documentation., guix-commits, 2021/07/03
- 17/125: gnu: gtk-doc: Correct inputs., guix-commits, 2021/07/03
- 22/125: gnu: cairo: Make some cosmetic changes., guix-commits, 2021/07/03
- 25/125: gnu: cairo: Enable some features., guix-commits, 2021/07/03
- 26/125: gnu: cairo: Update synopsis, description and license., guix-commits, 2021/07/03
- 27/125: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/07/03
- 05/125: gnu: glib: Enable man pages., guix-commits, 2021/07/03
- 16/125: gnu: gtk-doc: Change build-system., guix-commits, 2021/07/03