From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:57370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYRwl-0004p2-So for guix-patches@gnu.org; Wed, 05 Jun 2019 05:11:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYRwk-0001fM-OU for guix-patches@gnu.org; Wed, 05 Jun 2019 05:11:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:32875) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hYRwk-0001dt-Jv for guix-patches@gnu.org; Wed, 05 Jun 2019 05:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hYRwk-0008Ul-8k for guix-patches@gnu.org; Wed, 05 Jun 2019 05:11:02 -0400 Subject: [bug#36087] [PATCH 1/9] gnu: Add Arabic 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:09:33 +1200 Message-ID: <87woi0jt4i.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; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-Arabic-Aspell-dictionary.patch Content-Transfer-Encoding: quoted-printable From=20da6f5d561ee39755cc21125799ed3ce8106b7d52 Mon Sep 17 00:00:00 2001 From: Jens M=C3=B8lgaard Date: Sat, 1 Jun 2019 21:29:30 +1200 Subject: [PATCH 1/9] gnu: Add Arabic Aspell dictionary. =2D-- gnu/packages/aspell.scm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index dd006e8184..86b843a976 100644 =2D-- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -6,6 +6,7 @@ ;;; Copyright =C2=A9 2016 Christopher Andersson ;;; Copyright =C2=A9 2016 Theodoros Foradis ;;; Copyright =C2=A9 2016, 2017, 2019 Tobias Geerinckx-Rice +;;; Copyright =C2=A9 2019 Jens M=C3=B8lgaard ;;; ;;; This file is part of GNU Guix. ;;; @@ -131,6 +132,14 @@ dictionaries, including personal ones.") (home-page "http://aspell.net/"))) =20 =20 +(define-public aspell-dict-ar + (aspell-dictionary "ar" "Arabic" + #:version "1.2-0" + #:prefix "aspell6-" + #:sha256 + (base32 + "1avw40bp8yi5bnkq64ihm2rldgw34lk89yz281q9bmndh95a47h= 4"))) + (define-public aspell-dict-ca (aspell-dictionary "ca" "Catalan" #:version "2.1.5-1" =2D-=20 2.21.0 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE/VzWzPUn4Rzyui0RiZ866GcCScAFAlz3hs0ACgkQiZ866GcC ScDVow//Un4zyInBU8J+CbLThRPkTbXKKKTMzhfALfVshNmB/on6+HDHGMmMFdxQ 5ScHQS/jkMqcceepZKTfDe/QdQfzqEnyTJieypFlG01OxZuk9uD41K9jOed1wjUo Vv53Ak3L1Tee2d4aUqs9Y4iUmu2KWAYqI9HJUqTI1XCRFHXfZkrKi8djyI0KT1Bh G7jPplArvkszE0B+kNQLEyQEiFk+lC6iWOzj+FpsO6fn+0QQzJsl2mj5iQB1OwfP CsKcNS2W7tTgnYfoiLkj9H1wou9FvtP6j/PiJaFOHS6mg1LSIGZ9nPOxVHEB8XOi gjApF9Jgr8uhWnK4raKgWbWgoh0/gny20Mi6ou+tMy4ix4y1Cp+6VZ2iFia36sa9 UKr2od2CnBvu8NMAh/fj75Dm+3ikx2olNpLMoYJgF94hoahYFoUEa8zUEJaRxtup DBwcwqj9M90je/Bg8xwER8w6D6HccOPm/qRuDXY351LI5+ccXB+4a3GEsRQg2AEg NN+E6ZQKa6ZfvrUaqhkIZbtD5VK8SM8aopNZMTpxFh2cjynpyUb4fR5Fj/g72emQ XEftg8TBlKN3+4jpp0hr1xwPx6NSId5AKQ7gu0yQBCo+hALptDGbgdol9gecMwzh md8a50yKa1hMo284jG3dQfRNYgbpPCcEOmB7MF9kOhIteVOiZAY= =BcAN -----END PGP SIGNATURE----- --==-=-=--