From unknown Mon Aug 18 19:32:56 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72677] [PATCH] gnu: hunspell: Add Greek dictionary. Resent-From: Thanos Apollo Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 16 Aug 2024 22:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 72677 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72677@debbugs.gnu.org Cc: Thanos Apollo X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17238469203479 (code B ref -1); Fri, 16 Aug 2024 22:22:01 +0000 Received: (at submit) by debbugs.gnu.org; 16 Aug 2024 22:22:00 +0000 Received: from localhost ([127.0.0.1]:53054 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sf5Ka-0000u3-2n for submit@debbugs.gnu.org; Fri, 16 Aug 2024 18:22:00 -0400 Received: from lists.gnu.org ([209.51.188.17]:35992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sf5KZ-0000tw-2W for submit@debbugs.gnu.org; Fri, 16 Aug 2024 18:21:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sf5Jw-0005j4-Ks for guix-patches@gnu.org; Fri, 16 Aug 2024 18:21:20 -0400 Received: from smtp.forwardemail.net ([164.92.70.200]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sf5Ju-0006MD-Vi for guix-patches@gnu.org; Fri, 16 Aug 2024 18:21:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thanosapollo.org; h=Content-Transfer-Encoding: MIME-Version: Message-ID: Date: Subject: Cc: To: From; q=dns/txt; s=fe-4dbabb00f3; t=1723846873; bh=MTQqdhAv0ldc2pzSv12DQbHrXVYQ138FTTis/6J0x8I=; b=Sx27281S+1dbIkoh//RuWlJBmK2PeZJebMEQLkneNR5tzGz0ylnbAFTrIYeCupiw1ZuYRNvEB FlFFWBuEsQhvljRcGjXXNHJRYoGg2pr0sSlr3xWxSDC+WuV8FckVDvPiSIgAcIdb9QJbuiphG7a Z/WDLb/cv99qry1m2ozShHI= From: Thanos Apollo Date: Sat, 17 Aug 2024 01:21:10 +0300 Message-ID: <2eee41658229f5deb26c615ea72fa2734377be6c.1723846864.git.public@thanosapollo.org> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Report-Abuse-To: abuse@forwardemail.net X-Report-Abuse: abuse@forwardemail.net X-Complaints-To: abuse@forwardemail.net X-ForwardEmail-Version: 0.4.40 X-ForwardEmail-Sender: rfc822; public@thanosapollo.org, smtp.forwardemail.net, 164.92.70.200 X-ForwardEmail-ID: 66bfd0cc3cccdaafd62c9d86 Received-SPF: pass client-ip=164.92.70.200; envelope-from=SRS0=cb62=PQ=thanosapollo.org=public@fe-bounces.thanosapollo.org; helo=smtp.forwardemail.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * 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 From unknown Mon Aug 18 19:32:56 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72677] [PATCH] gnu: hunspell: Add Greek dictionary. Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 21 Aug 2024 08:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 72677 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72677@debbugs.gnu.org Cc: Thanos Apollo , 72677-done@debbugs.gnu.org X-Debbugs-Original-To: Thanos Apollo via Guix-patches via Received: via spool by submit@debbugs.gnu.org id=B.172423062811407 (code B ref -1); Wed, 21 Aug 2024 08:58:01 +0000 Received: (at submit) by debbugs.gnu.org; 21 Aug 2024 08:57:08 +0000 Received: from localhost ([127.0.0.1]:34925 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sgh9P-0002xv-KL for submit@debbugs.gnu.org; Wed, 21 Aug 2024 04:57:07 -0400 Received: from lists.gnu.org ([209.51.188.17]:38906) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sgh9O-0002xn-2w for submit@debbugs.gnu.org; Wed, 21 Aug 2024 04:57:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sgh8e-0007J7-V4 for guix-patches@gnu.org; Wed, 21 Aug 2024 04:56:21 -0400 Received: from msg-2.mailo.com ([213.182.54.12] helo=mailo.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sgh8b-0000Hd-DX for guix-patches@gnu.org; Wed, 21 Aug 2024 04:56:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1724230575; bh=z83sY+TsOjCpCwi12ybCX4BXkWPjpaEOhyx3+fLMu5o=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:References:Date: Message-ID:MIME-Version:Content-Type; b=qHPmcI84czPkqBiGffTjmCzY5aVF9nX8VJ56JGK/KMgmq4J09CQRRMkEWyU4oFgeq p/v3gtbzBC7yVbjtlI7yX4nG153DogReU9gzQIgg1xXgXhCynU4Y5WCIJIWhphWFkt 6ynCTJJidhP5iivLX3wL5xKU0fTAAmCOVRpT5mtM= Received: by b-2.in.mailobj.net [192.168.90.12] with ESMTP via ip-20.mailobj.net [213.182.54.20] Wed, 21 Aug 2024 10:56:15 +0200 (CEST) X-EA-Auth: nChTsZ32moigJzqIwqzFwKsIz/Sy+YsDihzqj4WMaGpB31a3OZxCaBTYd8GZU7RMf6Ps8HdJjQWxK+tBblWwuAnQGr0IWkV7NEMInGEdXX4= From: Nicolas Goaziou In-Reply-To: <2eee41658229f5deb26c615ea72fa2734377be6c.1723846864.git.public@thanosapollo.org> (Thanos Apollo via Guix-patches via's message of "Sat, 17 Aug 2024 01:21:10 +0300") References: <2eee41658229f5deb26c615ea72fa2734377be6c.1723846864.git.public@thanosapollo.org> Date: Wed, 21 Aug 2024 10:55:54 +0200 Message-ID: <87bk1m5k6d.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=213.182.54.12; envelope-from=mail@nicolasgoaziou.fr; helo=mailo.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hello, Thanos Apollo via Guix-patches via writes: > * gnu/packages/hunspell.scm (hunspell-dict-el): New variable. Applied. Thank you. Regards, -- Nicolas Goaziou From unknown Mon Aug 18 19:32:56 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Thanos Apollo Subject: bug#72677: closed (Re: [bug#72677] [PATCH] gnu: hunspell: Add Greek dictionary.) Message-ID: References: <87bk1m5k6d.fsf@nicolasgoaziou.fr> <2eee41658229f5deb26c615ea72fa2734377be6c.1723846864.git.public@thanosapollo.org> X-Gnu-PR-Message: they-closed 72677 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 72677@debbugs.gnu.org Date: Wed, 21 Aug 2024 08:58:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1724230682-11507-1" This is a multi-part message in MIME format... ------------=_1724230682-11507-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #72677: [PATCH] gnu: hunspell: Add Greek dictionary. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 72677@debbugs.gnu.org. --=20 72677: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D72677 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1724230682-11507-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 72677-done) by debbugs.gnu.org; 21 Aug 2024 08:57:12 +0000 Received: from localhost ([127.0.0.1]:34928 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sgh9T-0002yE-Up for submit@debbugs.gnu.org; Wed, 21 Aug 2024 04:57:12 -0400 Received: from msg-2.mailo.com ([213.182.54.12]:36732 helo=mailo.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sgh9R-0002xj-Hg for 72677-done@debbugs.gnu.org; Wed, 21 Aug 2024 04:57:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1724230575; bh=z83sY+TsOjCpCwi12ybCX4BXkWPjpaEOhyx3+fLMu5o=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:References:Date: Message-ID:MIME-Version:Content-Type; b=qHPmcI84czPkqBiGffTjmCzY5aVF9nX8VJ56JGK/KMgmq4J09CQRRMkEWyU4oFgeq p/v3gtbzBC7yVbjtlI7yX4nG153DogReU9gzQIgg1xXgXhCynU4Y5WCIJIWhphWFkt 6ynCTJJidhP5iivLX3wL5xKU0fTAAmCOVRpT5mtM= Received: by b-2.in.mailobj.net [192.168.90.12] with ESMTP via ip-20.mailobj.net [213.182.54.20] Wed, 21 Aug 2024 10:56:15 +0200 (CEST) X-EA-Auth: nChTsZ32moigJzqIwqzFwKsIz/Sy+YsDihzqj4WMaGpB31a3OZxCaBTYd8GZU7RMf6Ps8HdJjQWxK+tBblWwuAnQGr0IWkV7NEMInGEdXX4= From: Nicolas Goaziou To: Thanos Apollo via Guix-patches via Subject: Re: [bug#72677] [PATCH] gnu: hunspell: Add Greek dictionary. In-Reply-To: <2eee41658229f5deb26c615ea72fa2734377be6c.1723846864.git.public@thanosapollo.org> (Thanos Apollo via Guix-patches via's message of "Sat, 17 Aug 2024 01:21:10 +0300") References: <2eee41658229f5deb26c615ea72fa2734377be6c.1723846864.git.public@thanosapollo.org> Date: Wed, 21 Aug 2024 10:55:54 +0200 Message-ID: <87bk1m5k6d.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 72677-done Cc: Thanos Apollo , 72677-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, Thanos Apollo via Guix-patches via writes: > * gnu/packages/hunspell.scm (hunspell-dict-el): New variable. Applied. Thank you. Regards, -- Nicolas Goaziou ------------=_1724230682-11507-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 16 Aug 2024 22:22:00 +0000 Received: from localhost ([127.0.0.1]:53054 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sf5Ka-0000u3-2n for submit@debbugs.gnu.org; Fri, 16 Aug 2024 18:22:00 -0400 Received: from lists.gnu.org ([209.51.188.17]:35992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sf5KZ-0000tw-2W for submit@debbugs.gnu.org; Fri, 16 Aug 2024 18:21:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sf5Jw-0005j4-Ks for guix-patches@gnu.org; Fri, 16 Aug 2024 18:21:20 -0400 Received: from smtp.forwardemail.net ([164.92.70.200]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sf5Ju-0006MD-Vi for guix-patches@gnu.org; Fri, 16 Aug 2024 18:21:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thanosapollo.org; h=Content-Transfer-Encoding: MIME-Version: Message-ID: Date: Subject: Cc: To: From; q=dns/txt; s=fe-4dbabb00f3; t=1723846873; bh=MTQqdhAv0ldc2pzSv12DQbHrXVYQ138FTTis/6J0x8I=; b=Sx27281S+1dbIkoh//RuWlJBmK2PeZJebMEQLkneNR5tzGz0ylnbAFTrIYeCupiw1ZuYRNvEB FlFFWBuEsQhvljRcGjXXNHJRYoGg2pr0sSlr3xWxSDC+WuV8FckVDvPiSIgAcIdb9QJbuiphG7a Z/WDLb/cv99qry1m2ozShHI= From: Thanos Apollo To: guix-patches@gnu.org Subject: [PATCH] gnu: hunspell: Add Greek dictionary. Date: Sat, 17 Aug 2024 01:21:10 +0300 Message-ID: <2eee41658229f5deb26c615ea72fa2734377be6c.1723846864.git.public@thanosapollo.org> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Report-Abuse-To: abuse@forwardemail.net X-Report-Abuse: abuse@forwardemail.net X-Complaints-To: abuse@forwardemail.net X-ForwardEmail-Version: 0.4.40 X-ForwardEmail-Sender: rfc822; public@thanosapollo.org, smtp.forwardemail.net, 164.92.70.200 X-ForwardEmail-ID: 66bfd0cc3cccdaafd62c9d86 Received-SPF: pass client-ip=164.92.70.200; envelope-from=SRS0=cb62=PQ=thanosapollo.org=public@fe-bounces.thanosapollo.org; helo=smtp.forwardemail.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Thanos Apollo X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * 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 ------------=_1724230682-11507-1--