[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/115: gnu: gtk-doc: Update to 1.32.
From: |
guix-commits |
Subject: |
16/115: gnu: gtk-doc: Update to 1.32. |
Date: |
Wed, 12 May 2021 21:01:18 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit db51cea881238ce3450253b24a3dba4277e7a4e7
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 b9cbbfe..20271ed 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")))
- 10/115: gnu: glibmm: Update to 2.68.0., (continued)
- 10/115: gnu: glibmm: Update to 2.68.0., guix-commits, 2021/05/12
- 09/115: gnu: libsigc++: Enable documentation., guix-commits, 2021/05/12
- 13/115: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/05/12
- 14/115: gnu: gtk-doc: Change build-system., guix-commits, 2021/05/12
- 08/115: gnu: libsigc++: Update to 3.0.6., guix-commits, 2021/05/12
- 12/115: gnu: Add libsigc++-2., guix-commits, 2021/05/12
- 18/115: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/05/12
- 22/115: gnu: cairo: Move documentation to separate output., guix-commits, 2021/05/12
- 23/115: gnu: cairo: Enable some features., guix-commits, 2021/05/12
- 15/115: gnu: gtk-doc: Correct inputs., guix-commits, 2021/05/12
- 16/115: gnu: gtk-doc: Update to 1.32.,
guix-commits <=
- 19/115: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/05/12
- 21/115: gnu: cairo: Change build-system., guix-commits, 2021/05/12
- 28/115: gnu: pango: Add missing arguments., guix-commits, 2021/05/12
- 31/115: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/05/12
- 25/115: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/05/12
- 32/115: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/05/12
- 35/115: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/05/12
- 39/115: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/05/12
- 46/115: gnu: vala: Update to 0.52.0., guix-commits, 2021/05/12
- 48/115: gnu: libgsf: Change build-system., guix-commits, 2021/05/12