all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jens Mølgaard" <jens@zete.tk>
To: 36087@debbugs.gnu.org
Subject: [bug#36087] [PATCH 3/9] gnu: Add Danish Aspell dictionary.
Date: Wed, 05 Jun 2019 21:11:42 +1200	[thread overview]
Message-ID: <87r288jt0x.fsf@zete.tk> (raw)
In-Reply-To: <87tvd96177.fsf@zete.tk>


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: 0003-gnu-Add-Danish-Aspell-dictionary.patch --]
[-- Type: text/x-patch, Size: 1075 bytes --]

From 4ce38f3700a92b9cd5f9a8702c844170d4e897fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jens=20M=C3=B8lgaard?= <jens@zete.tk>
Date: Wed, 5 Jun 2019 20:56:54 +1200
Subject: [PATCH 3/9] gnu: Add Danish Aspell dictionary.

---
 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
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -162,6 +162,14 @@ dictionaries, including personal ones.")
                      (base32
                       "01p92qj66cqb346gk7hjfynaap5sbcn85xz07kjfdq623ghr8v5s")))
 
+(define-public aspell-dict-da
+  (aspell-dictionary "da" "Danish"
+                     #:version "1.4.42-1"
+                     #:prefix "aspell5-"
+                     #:sha256
+                     (base32
+                      "1hfkmiyhgrx5lgrb2mffjbdn1hivrm73wcg7x0iid74p2yb0fjpp")))
+
 (define-public aspell-dict-el
   (aspell-dictionary "el" "Greek"
                      #:version "0.08-0"
-- 
2.21.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  parent reply	other threads:[~2019-06-05  9:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-01 10:37 [bug#36087] [PATCH 0/9] Add further Aspell dictionaries Jens Mølgaard
2019-06-05  9:09 ` [bug#36087] [PATCH 1/9] gnu: Add Arabic Aspell dictionary Jens Mølgaard
2019-06-05  9:10 ` [bug#36087] [PATCH 2/9] gnu: Add Belarusian " Jens Mølgaard
2019-06-05  9:11 ` Jens Mølgaard [this message]
2019-06-05  9:12 ` [bug#36087] [PATCH 4/9] gnu: Add Finnish " Jens Mølgaard
2019-06-05  9:13 ` [bug#36087] [PATCH 5/9] gnu: Add Hindi " Jens Mølgaard
2019-06-05  9:14 ` [bug#36087] [PATCH 6/9] gnu: Add Maori " Jens Mølgaard
2019-06-05  9:15 ` [bug#36087] [PATCH 7/9] gnu: Add Norwegian Nynorsk " Jens Mølgaard
2019-06-05  9:15 ` [bug#36087] [PATCH 8/9] gnu: Add Portuguese Portugal " Jens Mølgaard
2019-06-05  9:16 ` [bug#36087] [PATCH 9/9] gnu: Add Ukrainian " Jens Mølgaard
2019-06-05 15:11 ` bug#36087: [PATCH 0/9] Add further Aspell dictionaries Ludovic Courtès
2019-06-06  0:25   ` [bug#36087] " Jens Mølgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r288jt0x.fsf@zete.tk \
    --to=jens@zete.tk \
    --cc=36087@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.