From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:57675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYRxl-0005Ni-NX for guix-patches@gnu.org; Wed, 05 Jun 2019 05:12:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYRxj-00045Y-O3 for guix-patches@gnu.org; Wed, 05 Jun 2019 05:12:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:32883) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hYRxi-00042g-Cz for guix-patches@gnu.org; Wed, 05 Jun 2019 05:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hYRxi-00005Y-7f for guix-patches@gnu.org; Wed, 05 Jun 2019 05:12:02 -0400 Subject: [bug#36087] [PATCH 3/9] gnu: Add Danish Aspell dictionary. References: <87tvd96177.fsf@zete.tk> In-Reply-To: <87tvd96177.fsf@zete.tk> Resent-Message-ID: From: Jens =?UTF-8?Q?M=C3=B8lgaard?= Date: Wed, 05 Jun 2019 21:11:42 +1200 Message-ID: <87r288jt0x.fsf@zete.tk> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 36087@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0003-gnu-Add-Danish-Aspell-dictionary.patch Content-Transfer-Encoding: quoted-printable From=204ce38f3700a92b9cd5f9a8702c844170d4e897fa Mon Sep 17 00:00:00 2001 From: =3D?UTF-8?q?Jens=3D20M=3DC3=3DB8lgaard?=3D Date: Wed, 5 Jun 2019 20:56:54 +1200 Subject: [PATCH 3/9] gnu: Add Danish Aspell dictionary. =2D-- gnu/packages/aspell.scm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index 99ceac9b07..940ccd989c 100644 =2D-- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -162,6 +162,14 @@ dictionaries, including personal ones.") (base32 "01p92qj66cqb346gk7hjfynaap5sbcn85xz07kjfdq623ghr8v5= s"))) =20 +(define-public aspell-dict-da + (aspell-dictionary "da" "Danish" + #:version "1.4.42-1" + #:prefix "aspell5-" + #:sha256 + (base32 + "1hfkmiyhgrx5lgrb2mffjbdn1hivrm73wcg7x0iid74p2yb0fjp= p"))) + (define-public aspell-dict-el (aspell-dictionary "el" "Greek" #:version "0.08-0" =2D-=20 2.21.0 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE/VzWzPUn4Rzyui0RiZ866GcCScAFAlz3h04ACgkQiZ866GcC ScA8Pw//av7tjTD18b0lMrgLZC/uQud7hplXtlBNtMqH9w1eDh3SEHwskqS5GCCY Jv8SWbPdWZE1XRV9IBtBKjRVGUHZXmQdf1KCVZkG5GvwVrsjzAJyllFaambIGeyP m5I/AYdk426beAMTBdnPTFycqnnWTI+yE6ebrNCd2xyO5p6AJrhfC9veY4Z7BhFZ or4TiXd15IKLoIIUGEYuG+SzeJdYjxVm4fc/LH074lvS3ZR0JgEbbyOZKlbqWfkK aoFPM39DpC55JKe9207RRwUU6hnHgsbssfNMkLAlo+NyIVvCYnuQrttfAGYlkzoW +bzKQzbeMeCkazIJFj4KqJx/Un85foKUGKb3/dNEmF7Ezvsie7wpYt4t4yJ27r/c xcQ2+IJH7u3Der5xv2EYrQGQXhrum6gJ/eOZ8iuPl8M8Z2Iprn6EqQHnc49/NVJN MZb7vEixGdTfToZNlF8PcjwG5uv53HMFqW9Fe1CgmqIG0qATF5n/gqcAd1GDOaQy Hm2BumeZ4e7v1MBAy3kMumBnqfQgCcM0jT8rngiKKZkzjJ5sYc/uvLfEGlt5OER9 zv1UxDbFFtgU8pku5XSmeKvCH2MOU2SgVYLqvaoJZzE0nfOPi7SbUkvBv6lNWdEU b4WEVq3Kzzem6SGi6g2LgtNi3J/UboQDqZmA5g6zAzgDxD4ANtU= =/tYY -----END PGP SIGNATURE----- --==-=-=--