gnu: liblouisutdml: Update to 2.9.0.

* gnu/packages/language.scm (liblouisutdml): Update to 2.9.0.
[source]: Remove patch.
* gnu/packages/patches/liblouisutdml-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-02 18:19:33 +02:00
parent b4fb61f60b
commit 433b391f9e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
3 changed files with 5 additions and 46 deletions

View File

@ -1231,7 +1231,6 @@ dist_patch_DATA = \
%D%/packages/patches/libgnomeui-utf8.patch \
%D%/packages/patches/libjxr-fix-function-signature.patch \
%D%/packages/patches/libjxr-fix-typos.patch \
%D%/packages/patches/liblouisutdml-fix-tests.patch \
%D%/packages/patches/libofa-ftbfs-1.diff \
%D%/packages/patches/libofa-curl.diff \
%D%/packages/patches/libofa-ftbfs-2.diff \

View File

@ -109,7 +109,7 @@ Marburg.")
(define-public liblouisutdml
(package
(name "liblouisutdml")
(version "2.8.0")
(version "2.9.0")
(source
(origin
(method git-fetch)
@ -119,15 +119,12 @@ Marburg.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "11xxky3crjm8bidfljzpqaz1m1i1m1yskmdpavf9b4jpf87nzjj2"))
(patches
(search-patches "liblouisutdml-fix-tests.patch"))))
(base32 "0c32cfcfp0lyfd655c9ihhh3p7lhrb9q3xbll7q5dw4km86gaq6w"))))
(build-system gnu-build-system)
(outputs '("out" "bin" "doc"))
(arguments
`(#:configure-flags
(list
"--disable-static")))
(list "--disable-static")))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
@ -147,12 +144,8 @@ transcription services for xml, html and text documents. It translates into
appropriate braille codes and formats according to its style sheet and the
specifications in the document.")
(home-page "http://liblouis.org/")
(license
(list
;; Library
lgpl3+
;; Tools
gpl3+))))
(license (list lgpl3+ ; library
gpl3+)))) ; tools
(define-public libstemmer
(package

View File

@ -1,33 +0,0 @@
From 52d44cdbc307d4e2ffc3ebe674745eb9d43ec337 Mon Sep 17 00:00:00 2001
From: Christian Egli <christian.egli@sbs.ch>
Date: Mon, 10 Aug 2020 16:08:17 +0200
Subject: [PATCH] Some math over and under tests now actually pass
with the newest liblouis
---
tests/Makefile.am | 5 -----
1 file changed, 5 deletions(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 157b005..932a5d0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -321,10 +321,6 @@ XFAIL_TESTS += \
mathml_nemeth/mover_06.test \
mathml_nemeth/mover_07.test \
mathml_nemeth/mover_08.test \
- mathml_nemeth/mover_09.test \
- mathml_nemeth/mover_10.test \
- mathml_nemeth/mover_11.test \
- mathml_nemeth/mover_12.test \
mathml_nemeth/mover_13.test \
mathml_nemeth/mover_14.test \
mathml_nemeth/mover_15.test \
@@ -332,7 +328,6 @@ XFAIL_TESTS += \
mathml_nemeth/munder_01.test \
mathml_nemeth/munder_02.test \
mathml_nemeth/munder_03.test \
- mathml_nemeth/munder_04.test \
mathml_nemeth/munder_05.test \
mathml_nemeth/munder_06.test \
mathml_nemeth/munder_07.test \