GNU bug report logs -
#70024
[PATCH core-updates 0/4] Update enchant to 2.6.8; Add Nuspell support.
Previous Next
Full log
Message #11 received at 70024 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/enchant.scm (enchant): Update to 2.6.8.
[native-inputs]: Add GROFF.
Change-Id: I8c7d7e2b9124a55401c6623fd76eacc0878ad6e6
---
gnu/packages/enchant.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/enchant.scm b/gnu/packages/enchant.scm
index 015af0d096..ca44b7c24d 100644
--- a/gnu/packages/enchant.scm
+++ b/gnu/packages/enchant.scm
@@ -25,6 +25,7 @@ (define-module (gnu packages enchant)
#:use-module (gnu packages boost)
#:use-module (gnu packages check)
#:use-module (gnu packages glib)
+ #:use-module (gnu packages groff)
#:use-module (gnu packages hunspell)
#:use-module (gnu packages icu4c)
#:use-module (gnu packages man)
@@ -79,7 +80,7 @@ (define-public nuspell
(define-public enchant
(package
(name "enchant")
- (version "2.2.15")
+ (version "2.6.8")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/AbiWord/enchant/releases"
@@ -87,7 +88,7 @@ (define-public enchant
version ".tar.gz"))
(sha256
(base32
- "00vcykbb7lxh51prvmsb62a06q18a6rlk9ba5a7g45c1awaj43rv"))))
+ "1bn7z8155czgzlnq2n4c915cl1vd3v95h1bghic3szy7c8q94rgm"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static"
@@ -100,6 +101,7 @@ (define-public enchant
(list glib))
(native-inputs
`(("glib:bin" ,glib "bin")
+ ("groff" ,groff)
("pkg-config" ,pkg-config)
("unittest-cpp" ,unittest-cpp)))
(synopsis "Multi-backend spell-checking library wrapper")
--
2.41.0
This bug report was last modified 1 year and 30 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.