GNU bug report logs - #76639
[PATCH] gnu: Add hunspell-dict-el-polytonic.

Previous Next

Package: guix-patches;

Reported by: Thanos Apollo <public <at> thanosapollo.org>

Date: Fri, 28 Feb 2025 11:40:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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 76639 in the body.
You can then email your comments to 76639 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76639; Package guix-patches. (Fri, 28 Feb 2025 11:40:02 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, 28 Feb 2025 11:40:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Thanos Apollo <public <at> thanosapollo.org>
To: guix-patches <at> gnu.org
Cc: Thanos Apollo <public <at> thanosapollo.org>
Subject: [PATCH] gnu: Add hunspell-dict-el-polytonic.
Date: Fri, 28 Feb 2025 13:39:42 +0200
* gnu/packages/hunspell.scm (hunspell-dict-el-polytonic): New variable.

Change-Id: I18112b9f36f66160dc540defac03a7f2ed9eed2d
---
 gnu/packages/hunspell.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm
index d19b2aff01..040c1a33f9 100644
--- a/gnu/packages/hunspell.scm
+++ b/gnu/packages/hunspell.scm
@@ -365,6 +365,39 @@ (define-public hunspell-dict-el
       (home-page "https://git.thanosapollo.org/hunspell-dict-el/")
       (license (list license:gpl2 license:gpl3)))))
 
+(define-public hunspell-dict-el-polytonic
+  (let ((commit "ddb787b6a28767773ff2b6ed0092a6957e4825e3"))
+    (package
+      (name "hunspell-dict-el-polytonic")
+      (version "0.1")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://git.thanosapollo.org/hunspell-dict-el-polytonic")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0ik14rcpxxmp35314rcip38nr0z8i3375l5k9ajf6ywx8r5i3zr9"))))
+      (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 Polytonic Greek/Hellenic dictionary")
+      (description "This package provides a dictionary for the Hunspell
+spell-checking library.")
+      (home-page "https://git.thanosapollo.org/hunspell-dict-el-polytonic")
+      (license (list license:gpl2 license:gpl3)))))
+
 (define* (hunspell-dictionary dict-name full-name #:key synopsis home-page license)
   (package
     (name (string-append

base-commit: a76708a872e65230931f3c5c3b079d0a39d5cb84
-- 
2.48.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sat, 08 Mar 2025 17:11:04 GMT) Full text and rfc822 format available.

Notification sent to Thanos Apollo <public <at> thanosapollo.org>:
bug acknowledged by developer. (Sat, 08 Mar 2025 17:11:04 GMT) Full text and rfc822 format available.

Message #10 received at 76639-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Thanos Apollo <public <at> thanosapollo.org>
Cc: 76639-done <at> debbugs.gnu.org
Subject: Re: [bug#76639] [PATCH] gnu: Add hunspell-dict-el-polytonic.
Date: Sat, 08 Mar 2025 18:10:40 +0100
Thanos Apollo <public <at> thanosapollo.org> skribis:

> * gnu/packages/hunspell.scm (hunspell-dict-el-polytonic): New variable.
>
> Change-Id: I18112b9f36f66160dc540defac03a7f2ed9eed2d

Applied, thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 06 Apr 2025 11:24:17 GMT) Full text and rfc822 format available.

This bug report was last modified 125 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.