From unknown Fri Aug 15 12:53:45 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#29079 <29079@debbugs.gnu.org> To: bug#29079 <29079@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add hunspell-en-US. Reply-To: bug#29079 <29079@debbugs.gnu.org> Date: Fri, 15 Aug 2025 19:53:45 +0000 retitle 29079 [PATCH] gnu: Add hunspell-en-US. reassign 29079 guix-patches submitter 29079 Kei Kebreau severity 29079 normal tag 29079 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 31 10:48:41 2017 Received: (at submit) by debbugs.gnu.org; 31 Oct 2017 14:48:41 +0000 Received: from localhost ([127.0.0.1]:44340 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e9XqG-00040K-IM for submit@debbugs.gnu.org; Tue, 31 Oct 2017 10:48:41 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38409) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e9XqE-000407-B4 for submit@debbugs.gnu.org; Tue, 31 Oct 2017 10:48:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9Xq4-0003LS-Bw for submit@debbugs.gnu.org; Tue, 31 Oct 2017 10:48:29 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48632) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e9Xq4-0003LO-8N for submit@debbugs.gnu.org; Tue, 31 Oct 2017 10:48:24 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9Xpz-0007nB-Rk for guix-patches@gnu.org; Tue, 31 Oct 2017 10:48:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9Xpv-0003J7-LF for guix-patches@gnu.org; Tue, 31 Oct 2017 10:48:19 -0400 Received: from mout02.posteo.de ([185.67.36.66]:42786) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e9Xpv-0003IU-De for guix-patches@gnu.org; Tue, 31 Oct 2017 10:48:15 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id C01B8209BA for ; Tue, 31 Oct 2017 15:48:11 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3yRDjj3XC7z10Hq; Tue, 31 Oct 2017 15:48:09 +0100 (CET) From: Kei Kebreau To: guix-patches@gnu.org Subject: [PATCH] gnu: Add hunspell-en-US. Date: Tue, 31 Oct 2017 10:47:50 -0400 Message-Id: <20171031144750.14587-1-kkebreau@posteo.net> X-Mailer: git-send-email 2.14.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: Kei Kebreau 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 (+) * gnu/packages/dictionaries.scm (hunspell-en-US): New variable. --- gnu/packages/dictionaries.scm | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.sc= m index 062c29b66..0cc7df394 100644 --- a/gnu/packages/dictionaries.scm +++ b/gnu/packages/dictionaries.scm @@ -2,6 +2,7 @@ ;;; Copyright =C2=A9 2014, 2015, 2016 Ludovic Court=C3=A8s ;;; Copyright =C2=A9 2016, 2017 Efraim Flashner ;;; Copyright =C2=A9 2016 Sou Bunnbu +;;; Copyright =C2=A9 2017 Kei Kebreau ;;; ;;; This file is part of GNU Guix. ;;; @@ -252,3 +253,39 @@ translator powered by Google Translate (default), Bi= ng Translator, Yandex.Translate and Apertium. It gives you easy access to one of these translation engines from your terminal.") (license public-domain))) + +(define-public hunspell-en-US + (package + (name "hunspell-en-US") + (version "2017.01.22") + (source (origin + (method url-fetch) + (uri (string-append "https://launchpad.net/hunspell-en_US/= trunk/" + version "/+download/hunspell-en_US-" v= ersion + ".zip")) + (sha256 + (base32 + "0svc3m09vz7q37481a0lrf6j2raw65zqg6lazic06s7f1vc6h92i"))= )) + (build-system trivial-build-system) + (arguments + '(#:builder (begin + (use-modules (guix build utils)) + + (let* ((dict (assoc-ref %build-inputs "source")) + (out (assoc-ref %outputs "out")) + (share (string-append out "/share/hunspell")) + (unzip (string-append + (assoc-ref %build-inputs "unzip") + "/bin/unzip"))) + (mkdir-p share) + (zero? (system* unzip dict "-d" share)))) + #:modules ((guix build utils)))) + (native-inputs + `(("source" ,source) + ("unzip" ,unzip))) + (home-page "http://wordlist.aspell.net/") + (synopsis "American English dictionary for use with hunspell") + (description + "This is an American English dictionary for use with the hunspell s= pell +checker.") + (license (non-copyleft "file://README_en_US.txt")))) --=20 2.14.3 From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 05 16:02:24 2017 Received: (at 29079) by debbugs.gnu.org; 5 Nov 2017 21:02:24 +0000 Received: from localhost ([127.0.0.1]:52699 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eBS3k-0000em-K3 for submit@debbugs.gnu.org; Sun, 05 Nov 2017 16:02:24 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:32827) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eBS3j-0000ef-M2 for 29079@debbugs.gnu.org; Sun, 05 Nov 2017 16:02:24 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id A576BE878; Sun, 5 Nov 2017 22:02:24 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id B6nvtHZmLlZN; Sun, 5 Nov 2017 22:02:23 +0100 (CET) Received: from ribbon (91-160-117-201.subs.proxad.net [91.160.117.201]) by hera.aquilenet.fr (Postfix) with ESMTPSA id A59DDE6B5; Sun, 5 Nov 2017 22:02:23 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Kei Kebreau Subject: Re: [bug#29079] [PATCH] gnu: Add hunspell-en-US. References: <20171031144750.14587-1-kkebreau@posteo.net> Date: Sun, 05 Nov 2017 22:02:21 +0100 In-Reply-To: <20171031144750.14587-1-kkebreau@posteo.net> (Kei Kebreau's message of "Tue, 31 Oct 2017 10:47:50 -0400") Message-ID: <87shdsmobm.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 29079 Cc: 29079@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 (+) Hi Kei, Kei Kebreau skribis: > * gnu/packages/dictionaries.scm (hunspell-en-US): New variable. On the same day I added this one and a couple of other dictionaries: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D085bcca313c3827f7= c56e7c345d4606588db9085 The package I committed builds the Hunspell list =E2=80=9Cfrom source=E2=80= =9D. Let me know whether we should adjust things and what you think of it. Thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 06 22:45:42 2017 Received: (at 29079) by debbugs.gnu.org; 7 Nov 2017 03:45:42 +0000 Received: from localhost ([127.0.0.1]:55022 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eBupa-0001Wl-CC for submit@debbugs.gnu.org; Mon, 06 Nov 2017 22:45:42 -0500 Received: from mout02.posteo.de ([185.67.36.66]:46822) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eBupY-0001Wa-Ri for 29079@debbugs.gnu.org; Mon, 06 Nov 2017 22:45:41 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id A361120C96 for <29079@debbugs.gnu.org>; Tue, 7 Nov 2017 04:45:32 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3yWFgv0ljfzymk; Tue, 7 Nov 2017 04:45:30 +0100 (CET) From: Kei Kebreau To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [bug#29079] [PATCH] gnu: Add hunspell-en-US. References: <20171031144750.14587-1-kkebreau@posteo.net> <87shdsmobm.fsf@gnu.org> Date: Mon, 06 Nov 2017 22:45:13 -0500 In-Reply-To: <87shdsmobm.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 05 Nov 2017 22:02:21 +0100") Message-ID: <87y3nivjjq.fsf@posteo.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: 29079 Cc: 29079@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: -5.1 (-----) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hi Kei, > > Kei Kebreau skribis: > >> * gnu/packages/dictionaries.scm (hunspell-en-US): New variable. > > On the same day I added this one and a couple of other dictionaries: > > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D085bcca313c3827= f7c56e7c345d4606588db9085 > > The package I committed builds the Hunspell list =E2=80=9Cfrom source=E2= =80=9D. > > Let me know whether we should adjust things and what you think of it. > > Thanks! > > Ludo=E2=80=99. I definitely like the generality and flexibility of this patch better. To get the dictionary to work in LibreOffice I had to install the .dic file as well [0], but once I did that everything seemed to work as expected. [0]: (mkdir-p myspell) + (install-file ,(string-append "speller/" language ".dic") + hunspell) (install-file ,(string-append "speller/" language ".aff") hunspell) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAloBLEkACgkQ5qXuPBlG eg02UA//XJcSF7xIIjNs9jr3DV9Qgxq2irRFp+6Hu+cNcmEKzuj011xj5L4/P/b8 STLTG3wEaT61dkoNnH8D4pHJtp50PYjnDK2l2a8JpsSNBDcHqXXMxNaYkHm7pC2K CbNnTarS0oYYX4YG4CAbIrqH7UPlM7kkPdW7jOJy3tBwaToALHMCmn/yW1nWzZTE AlXZT21NDkZKZoDkN/WLxCH/tbAtNWIjorLfwwSlou5eYV6qAoGfMyqQhC+TN1x+ zoPWIkdb/PDhbMllSc1GtZOrFhYuDnbAzjV8c9og26HJ1U48NGiZIJL3hmMDsAGt pAkDCvnvNuwUS1lvGUG/KVPL0F+qTHxq5lKHAnyTm/XeR9JmpbVt4rsQhKa422bw abJfEql1KomFQpRIoxqoO2GDqXiVghTFqkF4uA9H1HsolIvYKHRjphjxGRcP09Bo xkWfbykRAYrrNKPrFbjo0kXhC9HKsqeenfMCxme2dZEB2GP4sXgPdIBFoKnLGq+h TGxMFkk322mZL9j4IFN6E/XSPpFrtTp/1jQ3TsMEfE44npCQc2KlFFCgj4xArB96 SUl3byn6l1oNfetI6w8y4auwX7xjSd5tARj8Ilq7JORUiMRvzpOQ4SEoQxSUx4Ib D9frjAySLaiCQT6wKlwJg1IgBRYfuUU85UxU8FLa1GOSMbaElPI= =5Z9f -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 07 03:58:44 2017 Received: (at 29079) by debbugs.gnu.org; 7 Nov 2017 08:58:44 +0000 Received: from localhost ([127.0.0.1]:55151 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eBziV-0000nM-SZ for submit@debbugs.gnu.org; Tue, 07 Nov 2017 03:58:44 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:37078) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eBziT-0000nC-De for 29079@debbugs.gnu.org; Tue, 07 Nov 2017 03:58:42 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id D1947F5B9; Tue, 7 Nov 2017 09:58:40 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ggFXKltDHkj6; Tue, 7 Nov 2017 09:58:40 +0100 (CET) Received: from ribbon (unknown [193.50.110.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id CF260F5A4; Tue, 7 Nov 2017 09:58:39 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Kei Kebreau Subject: Re: [bug#29079] [PATCH] gnu: Add hunspell-en-US. References: <20171031144750.14587-1-kkebreau@posteo.net> <87shdsmobm.fsf@gnu.org> <87y3nivjjq.fsf@posteo.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 17 Brumaire an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 07 Nov 2017 09:58:37 +0100 In-Reply-To: <87y3nivjjq.fsf@posteo.net> (Kei Kebreau's message of "Mon, 06 Nov 2017 22:45:13 -0500") Message-ID: <877ev2cvnm.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 29079 Cc: 29079@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 (+) Hi Kei, Kei Kebreau skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Hi Kei, >> >> Kei Kebreau skribis: >> >>> * gnu/packages/dictionaries.scm (hunspell-en-US): New variable. >> >> On the same day I added this one and a couple of other dictionaries: >> >> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D085bcca313c382= 7f7c56e7c345d4606588db9085 >> >> The package I committed builds the Hunspell list =E2=80=9Cfrom source=E2= =80=9D. >> >> Let me know whether we should adjust things and what you think of it. >> >> Thanks! >> >> Ludo=E2=80=99. > > I definitely like the generality and flexibility of this patch > better. To get the dictionary to work in LibreOffice I had to install > the .dic file as well [0], but once I did that everything seemed to work > as expected. > > [0]: > (mkdir-p myspell) > + (install-file ,(string-append "speller/" language ".dic") > + hunspell) > (install-file ,(string-append "speller/" language ".aff") > hunspell) Nice (I thought Hunspell used exclusively the .aff files.) OK for this patch! The hunspell-dict-fr* packages include both .aff and .dic, so that should be fine. Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 09 17:53:40 2017 Received: (at 29079) by debbugs.gnu.org; 9 Nov 2017 22:53:40 +0000 Received: from localhost ([127.0.0.1]:32802 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eCvhc-0000Pr-1K for submit@debbugs.gnu.org; Thu, 09 Nov 2017 17:53:40 -0500 Received: from mout02.posteo.de ([185.67.36.66]:48745) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eCvha-0000Pb-Dh for 29079@debbugs.gnu.org; Thu, 09 Nov 2017 17:53:38 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 52A0820A08 for <29079@debbugs.gnu.org>; Thu, 9 Nov 2017 23:53:32 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3yXz3Z6FHMz108q; Thu, 9 Nov 2017 23:53:30 +0100 (CET) From: Kei Kebreau To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [bug#29079] [PATCH] gnu: Add hunspell-en-US. References: <20171031144750.14587-1-kkebreau@posteo.net> <87shdsmobm.fsf@gnu.org> <87y3nivjjq.fsf@posteo.net> <877ev2cvnm.fsf@gnu.org> Date: Thu, 09 Nov 2017 17:53:24 -0500 In-Reply-To: <877ev2cvnm.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 07 Nov 2017 09:58:37 +0100") Message-ID: <87o9obysgr.fsf@posteo.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: 29079 Cc: 29079@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: -5.1 (-----) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hi Kei, > > Kei Kebreau skribis: > >> ludo@gnu.org (Ludovic Court=C3=A8s) writes: >> >>> Hi Kei, >>> >>> Kei Kebreau skribis: >>> >>>> * gnu/packages/dictionaries.scm (hunspell-en-US): New variable. >>> >>> On the same day I added this one and a couple of other dictionaries: >>> >>> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D085bcca313c38= 27f7c56e7c345d4606588db9085 >>> >>> The package I committed builds the Hunspell list =E2=80=9Cfrom source= =E2=80=9D. >>> >>> Let me know whether we should adjust things and what you think of it. >>> >>> Thanks! >>> >>> Ludo=E2=80=99. >> >> I definitely like the generality and flexibility of this patch >> better. To get the dictionary to work in LibreOffice I had to install >> the .dic file as well [0], but once I did that everything seemed to work >> as expected. >> >> [0]: >> (mkdir-p myspell) >> + (install-file ,(string-append "speller/" language ".dic") >> + hunspell) >> (install-file ,(string-append "speller/" language ".aff") >> hunspell) > > Nice (I thought Hunspell used exclusively the .aff files.) > OK for this patch! > > The hunspell-dict-fr* packages include both .aff and .dic, so that > should be fine. > > Thanks, > Ludo=E2=80=99. Is this log message okay? I'm not sure how we handle changes to package template functions. --=-=-= Content-Type: text/plain Content-Disposition: attachment; filename=0001-gnu-Fix-hunspell-dict-en-dictionary-installation.patch Content-Transfer-Encoding: quoted-printable From=20c143bad02ebcb7d94ad6e2582b6831c5d107e2a8 Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Thu, 9 Nov 2017 17:49:02 -0500 Subject: [PATCH] gnu: Fix hunspell-dict-en-* dictionary installation. * gnu/packages/aspell.scm (aspell-word-list)[arguments]: Install the .dic f= ile for all hunspell dictionaries. =2D-- gnu/packages/aspell.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index 3eeeee64f..86e059834 100644 =2D-- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -270,6 +270,8 @@ dictionaries, including personal ones.") (doc (string-append out "/share/doc/" ,name))) (mkdir-p myspell) + (install-file ,(string-append "speller/" language ".dic") + hunspell) (install-file ,(string-append "speller/" language ".aff") hunspell) (symlink hunspell (string-append myspell "/dicts")) =2D-=20 2.14.3 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAloE3GQACgkQ5qXuPBlG eg324A//QRDzb2HXlCh68DrN+M7hbC76DsIypdokRASrTsIaO/D4sE5TGJOIsBNu kRVm6DlBKxxFdyMKu0t2OvP4AwYQXYUU3wG2awQPV1gQTgYwQBNHpQ0T1VI1DVpW TS2Vah1McF7a21ipVtUeCsChydI+wzYVmffLcCsygW4NOVD6rfCepKniyk2OJ5CC ZlcBp2GD7mNOIXylEkgsJJCNY0DRcLElrjhkMR4AAUEkzXRrcBiiKcVfXVxDBxnv NcmfQgsN/Wq3bGtE7fcOkFt7Fxm6Y4Lqe3NmaBxRkUygRNUMV+yd7G0dFjc5wLKC 5+DXNYQ2TTIusEmCVMWCqwGnqh9TfwDBIJBFLVfl9RUCnVkkDf/8XvNmHx2UKV9T 3lAq58P+2gaC1QzastNyORrCgmXypJMd55U5gFvYl6AIYQ9vlog22TzInDAXt5zA vBhJVDpf0EEB92o7N4FSYlo9EMEj+56wpS++9UMRhrXXyRBvNzThfAxqReYSbbeN K+y94rFPqem6JNCZ186cBw2c0yEL+A1on7tKRKmwerG999Wxxor7vMiGbaOMMJNv AaO0mtXxIgPVyKdbkJ0XvYGKykNwtl3WYX6dGKiD1rzijLSbXEcXVMizFPqPtNHq /dSNurv5WCyTNexviNFngCGsnlFRE5dvQILjWIeBsRU3m9FH+HA= =G82N -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 10 05:22:57 2017 Received: (at 29079) by debbugs.gnu.org; 10 Nov 2017 10:22:57 +0000 Received: from localhost ([127.0.0.1]:33207 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eD6Sf-0003Jv-1a for submit@debbugs.gnu.org; Fri, 10 Nov 2017 05:22:57 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:52159) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eD6Sd-0003Jn-Qa for 29079@debbugs.gnu.org; Fri, 10 Nov 2017 05:22:56 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 89372FDA4; Fri, 10 Nov 2017 11:22:56 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E5kkh8KFL75C; Fri, 10 Nov 2017 11:22:55 +0100 (CET) Received: from ribbon (unknown [193.50.110.148]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 85573FDA3; Fri, 10 Nov 2017 11:22:55 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Kei Kebreau Subject: Re: [bug#29079] [PATCH] gnu: Add hunspell-en-US. References: <20171031144750.14587-1-kkebreau@posteo.net> <87shdsmobm.fsf@gnu.org> <87y3nivjjq.fsf@posteo.net> <877ev2cvnm.fsf@gnu.org> <87o9obysgr.fsf@posteo.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 20 Brumaire an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 10 Nov 2017 11:22:51 +0100 In-Reply-To: <87o9obysgr.fsf@posteo.net> (Kei Kebreau's message of "Thu, 09 Nov 2017 17:53:24 -0500") Message-ID: <87wp2ymo04.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 29079 Cc: 29079@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 (+) Kei Kebreau skribis: > From c143bad02ebcb7d94ad6e2582b6831c5d107e2a8 Mon Sep 17 00:00:00 2001 > From: Kei Kebreau > Date: Thu, 9 Nov 2017 17:49:02 -0500 > Subject: [PATCH] gnu: Fix hunspell-dict-en-* dictionary installation. > > * gnu/packages/aspell.scm (aspell-word-list)[arguments]: Install the .dic= file > for all hunspell dictionaries. Perfect, thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 10 12:00:37 2017 Received: (at 29079-done) by debbugs.gnu.org; 10 Nov 2017 17:00:37 +0000 Received: from localhost ([127.0.0.1]:34377 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eDCfV-0006ti-A6 for submit@debbugs.gnu.org; Fri, 10 Nov 2017 12:00:37 -0500 Received: from mout02.posteo.de ([185.67.36.66]:38450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eDCfT-0006tT-JT for 29079-done@debbugs.gnu.org; Fri, 10 Nov 2017 12:00:36 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 9EBB520914 for <29079-done@debbugs.gnu.org>; Fri, 10 Nov 2017 18:00:28 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3yYR9j1SZVz10Hh; Fri, 10 Nov 2017 18:00:24 +0100 (CET) From: Kei Kebreau To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [bug#29079] [PATCH] gnu: Add hunspell-en-US. References: <20171031144750.14587-1-kkebreau@posteo.net> <87shdsmobm.fsf@gnu.org> <87y3nivjjq.fsf@posteo.net> <877ev2cvnm.fsf@gnu.org> <87o9obysgr.fsf@posteo.net> <87wp2ymo04.fsf@gnu.org> Date: Fri, 10 Nov 2017 12:00:18 -0500 In-Reply-To: <87wp2ymo04.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 10 Nov 2017 11:22:51 +0100") Message-ID: <87lgjeyspp.fsf@posteo.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: 29079-done Cc: 29079-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: -5.1 (-----) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Kei Kebreau skribis: > >> From c143bad02ebcb7d94ad6e2582b6831c5d107e2a8 Mon Sep 17 00:00:00 2001 >> From: Kei Kebreau >> Date: Thu, 9 Nov 2017 17:49:02 -0500 >> Subject: [PATCH] gnu: Fix hunspell-dict-en-* dictionary installation. >> >> * gnu/packages/aspell.scm (aspell-word-list)[arguments]: Install the .di= c file >> for all hunspell dictionaries. > > Perfect, thanks! > > Ludo=E2=80=99. Pushed as d4d7d70912642be18d93c9ce6470f8650097b5e5 to master! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAloF2yIACgkQ5qXuPBlG eg2XSQ/+MtrkRx+IgbFoHYEprTeSAJsebHBUpRHv2t6mlxzZMrrG64/KIKqnMtoF UA40Qfm0qiquaGtKTUvOXXuxMsEkP7P+4ssiYF9SuCnes6AlS9CWkEMdob4yeZhZ CP2ncmNNeN3chx2zj3FgGQ1/dTDW+6MllJdxUA1DW8GoWCsPY8DAtApAkd+toa8F 4qDZ/7ezN7NYyrTWS/sbGd2GD+s/S8Ebgp02QcKvnAlf04NzeaDWB9rgdJGwe3n3 ckU+xf98wxZYhoNOJo0oi+/xg8PgM9orC56wKdZcYW866C07EKzkg9+NGoybfDN3 1Y+q/ly9weYnabWGGdmT8bWHZaTGENYniIEaaDerw4UZV3kqlLf6bQI7cMnaMrY3 SMP5+JgHWCGjKpHN+rs8IkVD4vD6vUhOCDyHVX2WFrTZvm277yGiZgJXe8a8h4iX S197rJaIMMTuFq/ivzevWTgN6iVuHoulrqkOu21+yxqHSJnoBJfAoWEuFzYwV1zZ JfezUDLa/5c1vBJc5ShPkGHux4dRniYrqaPQ75mX+o6h8faxsUtNeb6ZMPy5KxXJ /KlAZzwzvEk9owzyBcYO/ATiyUNn7nqn3MENTWf1KeoPg6h16hrLYAhh8P4rOUqE 9ojzlAQzViR/eU6GLVqVOTyiGJ5KtK4zcMsDudu3HS28LZfRTns= =eLgX -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Aug 15 12:53:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 09 Dec 2017 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator