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:
parent
b4fb61f60b
commit
433b391f9e
3 changed files with 5 additions and 46 deletions
|
@ -1231,7 +1231,6 @@ dist_patch_DATA = \
|
||||||
%D%/packages/patches/libgnomeui-utf8.patch \
|
%D%/packages/patches/libgnomeui-utf8.patch \
|
||||||
%D%/packages/patches/libjxr-fix-function-signature.patch \
|
%D%/packages/patches/libjxr-fix-function-signature.patch \
|
||||||
%D%/packages/patches/libjxr-fix-typos.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-ftbfs-1.diff \
|
||||||
%D%/packages/patches/libofa-curl.diff \
|
%D%/packages/patches/libofa-curl.diff \
|
||||||
%D%/packages/patches/libofa-ftbfs-2.diff \
|
%D%/packages/patches/libofa-ftbfs-2.diff \
|
||||||
|
|
|
@ -109,7 +109,7 @@ Marburg.")
|
||||||
(define-public liblouisutdml
|
(define-public liblouisutdml
|
||||||
(package
|
(package
|
||||||
(name "liblouisutdml")
|
(name "liblouisutdml")
|
||||||
(version "2.8.0")
|
(version "2.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -119,15 +119,12 @@ Marburg.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11xxky3crjm8bidfljzpqaz1m1i1m1yskmdpavf9b4jpf87nzjj2"))
|
(base32 "0c32cfcfp0lyfd655c9ihhh3p7lhrb9q3xbll7q5dw4km86gaq6w"))))
|
||||||
(patches
|
|
||||||
(search-patches "liblouisutdml-fix-tests.patch"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "bin" "doc"))
|
(outputs '("out" "bin" "doc"))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list
|
(list "--disable-static")))
|
||||||
"--disable-static")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("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
|
appropriate braille codes and formats according to its style sheet and the
|
||||||
specifications in the document.")
|
specifications in the document.")
|
||||||
(home-page "http://liblouis.org/")
|
(home-page "http://liblouis.org/")
|
||||||
(license
|
(license (list lgpl3+ ; library
|
||||||
(list
|
gpl3+)))) ; tools
|
||||||
;; Library
|
|
||||||
lgpl3+
|
|
||||||
;; Tools
|
|
||||||
gpl3+))))
|
|
||||||
|
|
||||||
(define-public libstemmer
|
(define-public libstemmer
|
||||||
(package
|
(package
|
||||||
|
|
|
@ -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 \
|
|
Reference in a new issue