GNU bug report logs -
#72677
[PATCH] gnu: hunspell: Add Greek dictionary.
Previous Next
Reported by: Thanos Apollo <public <at> thanosapollo.org>
Date: Fri, 16 Aug 2024 22:22:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72677 in the body.
You can then email your comments to 72677 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#72677
; Package
guix-patches
.
(Fri, 16 Aug 2024 22:22:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Thanos Apollo <public <at> thanosapollo.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 16 Aug 2024 22:22:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/hunspell.scm (hunspell-dict-el): New variable.
Change-Id: I5b534862030a60e09f2c4a741a723fc2467b20ba
---
gnu/packages/hunspell.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm
index 4e043f5073..e228a844bf 100644
--- a/gnu/packages/hunspell.scm
+++ b/gnu/packages/hunspell.scm
@@ -266,6 +266,41 @@ (define-public hunspell-dict-hu
(home-page "https://magyarispell.sourceforge.net/")
(license (list license:gpl2 license:gpl3)))))
+(define-public hunspell-dict-el
+ (let ((commit "8e799911aede4e2c340d1b5a67a07f8e22ab9c8e"))
+ (package
+ (name "hunspell-dict-el")
+ (version "0.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.thanosapollo.org/hunspell-dict-el")
+ (commit commit)))
+ (sha256
+ (base32 "0z9nyfy50c0bjvvm42xwd3npjpp07a9slm3gfgvxanyqm7djrmb1"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (delete 'build)
+ (delete 'configure)
+ (replace 'install
+ (lambda* (#:key outputs #:allow-other-keys)
+ (let* ((out (assoc-ref outputs "out"))
+ (share (string-append out "/share/hunspell/")))
+ (install-file "el_GR.aff" share)
+ (install-file "el_GR.dic" share)
+ #t))))
+ #:tests? #f))
+ (native-inputs
+ (list hunspell ispell perl))
+ (synopsis "Hunspell Greek/Hellenic dictionary")
+ (description "This package provides a dictionary for the Hunspell
+spell-checking library.")
+ (home-page "https://git.thanosapollo.org/hunspell-dict-el/")
+ (license (list license:gpl2 license:gpl3)))))
+
(define* (hunspell-dictionary dict-name full-name #:key synopsis home-page license)
(package
(name (string-append
base-commit: 0ab167bdb2ec3ff88a75930c24b8bd77c61cc634
--
2.45.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72677
; Package
guix-patches
.
(Wed, 21 Aug 2024 08:58:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
Thanos Apollo via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/hunspell.scm (hunspell-dict-el): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Wed, 21 Aug 2024 08:58:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Thanos Apollo <public <at> thanosapollo.org>
:
bug acknowledged by developer.
(Wed, 21 Aug 2024 08:58:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 18 Sep 2024 11:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 333 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.