all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#36087] [PATCH 0/9] Add further Aspell dictionaries.
@ 2019-06-01 10:37 Jens Mølgaard
  2019-06-05  9:09 ` [bug#36087] [PATCH 1/9] gnu: Add Arabic Aspell dictionary Jens Mølgaard
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Jens Mølgaard @ 2019-06-01 10:37 UTC (permalink / raw)
  To: 36087

[-- Attachment #1: Type: text/plain, Size: 1080 bytes --]

Hi Guix,

I have added some additional Aspell dictionaries. I wasn't sure whether
to separated them out or not, as they're not quite stand-alone packages,
so I'll send them as a patch series - squish them together in one commit
if that makes more sense.

In case I or someone else wants to add them in the future, some older
dictionaries such as Icelandic and Norwegian Bokmål contain non-utf8
filenames and will fail to build. Ludovic suggested adding glibc-locales
as input and a pre-unpack phase to do (setlocale LC_ALL
"en_US.iso88591").

--
Jens Mølgaard

Jens M (9):
  gnu: Add Arabic Aspell dictionary.
  gnu: Add Belarusian Aspell dictionary.
  gnu: Add Danish Aspell dictionary.
  gnu: Add Finnish Aspell dictionary.
  gnu: Add Hindi Aspell dictionary.
  gnu: Add Maori Aspell dictionary.
  gnu: Add Norwegian Nynorsk Aspell Dictionary.
  gnu: Add Portuguese Aspell Dictionary.
  gnu: Add Ukrainian Aspell Dictionary.

 gnu/packages/aspell.scm | 69 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 69 insertions(+)

-- 
2.21.0

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [bug#36087] [PATCH 1/9] gnu: Add Arabic Aspell dictionary.
  2019-06-01 10:37 [bug#36087] [PATCH 0/9] Add further Aspell dictionaries Jens Mølgaard
@ 2019-06-05  9:09 ` Jens Mølgaard
  2019-06-05  9:10 ` [bug#36087] [PATCH 2/9] gnu: Add Belarusian " Jens Mølgaard
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Jens Mølgaard @ 2019-06-05  9:09 UTC (permalink / raw)
  To: 36087


[-- Attachment #1.1: 0001-gnu-Add-Arabic-Aspell-dictionary.patch --]
[-- Type: text/x-patch, Size: 1303 bytes --]

From da6f5d561ee39755cc21125799ed3ce8106b7d52 Mon Sep 17 00:00:00 2001
From: Jens Mølgaard <jens@zete.tk>
Date: Sat, 1 Jun 2019 21:29:30 +1200
Subject: [PATCH 1/9] gnu: Add Arabic Aspell dictionary.

---
 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
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2016 Christopher Andersson <christopher@8bits.nu>
 ;;; Copyright © 2016 Theodoros Foradis <theodoros@foradis.org>
 ;;; Copyright © 2016, 2017, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2019 Jens Mølgaard <jens@zete.tk>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -131,6 +132,14 @@ dictionaries, including personal ones.")
     (home-page "http://aspell.net/")))
 
 
+(define-public aspell-dict-ar
+  (aspell-dictionary "ar" "Arabic"
+                     #:version "1.2-0"
+		     #:prefix "aspell6-"
+                     #:sha256
+                     (base32
+                      "1avw40bp8yi5bnkq64ihm2rldgw34lk89yz281q9bmndh95a47h4")))
+
 (define-public aspell-dict-ca
   (aspell-dictionary "ca" "Catalan"
                      #:version "2.1.5-1"
-- 
2.21.0


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

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [bug#36087] [PATCH 2/9] gnu: Add Belarusian Aspell dictionary.
  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 ` Jens Mølgaard
  2019-06-05  9:11 ` [bug#36087] [PATCH 3/9] gnu: Add Danish " Jens Mølgaard
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Jens Mølgaard @ 2019-06-05  9:10 UTC (permalink / raw)
  To: 36087


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

From 0cd8896c584cb40b4cdbfd11bd774c8ba4e336fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jens=20M=C3=B8lgaard?= <jens@zete.tk>
Date: Wed, 5 Jun 2019 20:54:17 +1200
Subject: [PATCH 2/9] gnu: Add Belarusian 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 86b843a976..99ceac9b07 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -140,6 +140,14 @@ dictionaries, including personal ones.")
                      (base32
                       "1avw40bp8yi5bnkq64ihm2rldgw34lk89yz281q9bmndh95a47h4")))
 
+(define-public aspell-dict-be
+  (aspell-dictionary "be" "Belarusian"
+                     #:version "0.01"
+                     #:prefix "aspell5-"
+                     #:sha256
+                     (base32
+                      "1svls9p7rsfi3hs0afh0cssj006qb4v1ik2yzqgj8hm10c6as2sm")))
+
 (define-public aspell-dict-ca
   (aspell-dictionary "ca" "Catalan"
                      #:version "2.1.5-1"
-- 
2.21.0


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

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [bug#36087] [PATCH 3/9] gnu: Add Danish Aspell dictionary.
  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
  2019-06-05  9:12 ` [bug#36087] [PATCH 4/9] gnu: Add Finnish " Jens Mølgaard
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Jens Mølgaard @ 2019-06-05  9:11 UTC (permalink / raw)
  To: 36087


[-- 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 --]

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [bug#36087] [PATCH 4/9] gnu: Add Finnish Aspell dictionary.
  2019-06-01 10:37 [bug#36087] [PATCH 0/9] Add further Aspell dictionaries Jens Mølgaard
                   ` (2 preceding siblings ...)
  2019-06-05  9:11 ` [bug#36087] [PATCH 3/9] gnu: Add Danish " Jens Mølgaard
@ 2019-06-05  9:12 ` Jens Mølgaard
  2019-06-05  9:13 ` [bug#36087] [PATCH 5/9] gnu: Add Hindi " Jens Mølgaard
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Jens Mølgaard @ 2019-06-05  9:12 UTC (permalink / raw)
  To: 36087


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

From c2be688e9c13ed6b38adb22f12dfd3341fd8a190 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jens=20M=C3=B8lgaard?= <jens@zete.tk>
Date: Wed, 5 Jun 2019 20:58:02 +1200
Subject: [PATCH 4/9] gnu: Add Finnish 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 940ccd989c..e00d96a019 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -199,6 +199,14 @@ dictionaries, including personal ones.")
                      (base32
                       "1k5g328ac1hdpp6fsg57d8md6i0aqcwlszp3gbmp5706wyhpydmd")))
 
+(define-public aspell-dict-fi
+  (aspell-dictionary "fi" "Finnish"
+                     #:version "0.7-0"
+                     #:prefix "aspell6-"
+                     #:sha256
+                     (base32
+                      "07d5s08ba4dd89cmwy9icc01i6fjdykxlb9ravmhdrhi8mxz1mzq")))
+
 (define-public aspell-dict-fr
   (aspell-dictionary "fr" "French"
                      #:version "0.50-3"
-- 
2.21.0


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

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [bug#36087] [PATCH 5/9] gnu: Add Hindi Aspell dictionary.
  2019-06-01 10:37 [bug#36087] [PATCH 0/9] Add further Aspell dictionaries Jens Mølgaard
                   ` (3 preceding siblings ...)
  2019-06-05  9:12 ` [bug#36087] [PATCH 4/9] gnu: Add Finnish " Jens Mølgaard
@ 2019-06-05  9:13 ` Jens Mølgaard
  2019-06-05  9:14 ` [bug#36087] [PATCH 6/9] gnu: Add Maori " Jens Mølgaard
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Jens Mølgaard @ 2019-06-05  9:13 UTC (permalink / raw)
  To: 36087


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

From 33b4dc56fc1438ce81034d4a985887021637153b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jens=20M=C3=B8lgaard?= <jens@zete.tk>
Date: Wed, 5 Jun 2019 20:58:51 +1200
Subject: [PATCH 5/9] gnu: Add Hindi 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 e00d96a019..cd7d0324f3 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -229,6 +229,14 @@ dictionaries, including personal ones.")
                      (base32
                       "13bhbghx5b8g0119g3wxd4n8mlf707y41vlf59irxjj0kynankfn")))
 
+(define-public aspell-dict-hi
+  (aspell-dictionary "hi" "Hindi"
+                     #:version "0.02-0"
+                     #:prefix "aspell6-"
+                     #:sha256
+                     (base32
+                      "0drs374qz4419zx1lf2k281ydxf2750jk5ailafj1x0ncz27h1ys")))
+
 (define-public aspell-dict-it
   (let ((version "2.4-20070901-0")
         (sha256
-- 
2.21.0


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

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [bug#36087] [PATCH 6/9] gnu: Add Maori Aspell dictionary.
  2019-06-01 10:37 [bug#36087] [PATCH 0/9] Add further Aspell dictionaries Jens Mølgaard
                   ` (4 preceding siblings ...)
  2019-06-05  9:13 ` [bug#36087] [PATCH 5/9] gnu: Add Hindi " Jens Mølgaard
@ 2019-06-05  9:14 ` Jens Mølgaard
  2019-06-05  9:15 ` [bug#36087] [PATCH 7/9] gnu: Add Norwegian Nynorsk " Jens Mølgaard
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Jens Mølgaard @ 2019-06-05  9:14 UTC (permalink / raw)
  To: 36087


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

From fd89cf7d30c71db8ec608c46d882eff3e78ab3a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jens=20M=C3=B8lgaard?= <jens@zete.tk>
Date: Wed, 5 Jun 2019 20:59:30 +1200
Subject: [PATCH 6/9] gnu: Add Maori Aspell dictionary.

---
 gnu/packages/aspell.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index cd7d0324f3..f51422ee07 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -258,6 +258,13 @@ dictionaries, including personal ones.")
        (home-page
         "http://linguistico.sourceforge.net/pages/dizionario_italiano.html"))))
 
+(define-public aspell-dict-mi
+  (aspell-dictionary "mi" "Maori"
+                     #:version "0.50-0"
+                     #:sha256
+                     (base32
+                      "12bxplpd348yx8d2q8qvahi9dlp7qf28qmanzhziwc7np8rixvmy")))
+
 (define-public aspell-dict-nl
   (aspell-dictionary "nl" "Dutch"
                      #:version "0.50-2"
-- 
2.21.0


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

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [bug#36087] [PATCH 7/9] gnu: Add Norwegian Nynorsk Aspell dictionary.
  2019-06-01 10:37 [bug#36087] [PATCH 0/9] Add further Aspell dictionaries Jens Mølgaard
                   ` (5 preceding siblings ...)
  2019-06-05  9:14 ` [bug#36087] [PATCH 6/9] gnu: Add Maori " Jens Mølgaard
@ 2019-06-05  9:15 ` Jens Mølgaard
  2019-06-05  9:15 ` [bug#36087] [PATCH 8/9] gnu: Add Portuguese Portugal " Jens Mølgaard
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Jens Mølgaard @ 2019-06-05  9:15 UTC (permalink / raw)
  To: 36087


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

From dbac24a3ce189275d74f5cfc081c4a30e7197fb4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jens=20M=C3=B8lgaard?= <jens@zete.tk>
Date: Wed, 5 Jun 2019 21:00:46 +1200
Subject: [PATCH 7/9] gnu: Add Norwegian Nynorsk Aspell dictionary.

---
 gnu/packages/aspell.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index f51422ee07..dde2a6379b 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -273,6 +273,13 @@ dictionaries, including personal ones.")
                      (base32
                       "0ffb87yjsh211hllpc4b9khqqrblial4pzi1h9r3v465z1yhn3j4")))
 
+(define-public aspell-dict-nn
+  (aspell-dictionary "nn" "Norwegian Nynorsk"
+                     #:version "0.50.1-1"
+                     #:sha256
+                     (base32
+                      "0w2k5l5rbqpliripgqwiqixz5ghnjf7i9ggbrc4ly4vy1ia10rmc")))
+
 (define-public aspell-dict-pt-br
   (aspell-dictionary "pt-br" "Brazilian Portuguese"
                      #:version "20090702-0"
-- 
2.21.0


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

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [bug#36087] [PATCH 8/9] gnu: Add Portuguese Portugal Aspell dictionary.
  2019-06-01 10:37 [bug#36087] [PATCH 0/9] Add further Aspell dictionaries Jens Mølgaard
                   ` (6 preceding siblings ...)
  2019-06-05  9:15 ` [bug#36087] [PATCH 7/9] gnu: Add Norwegian Nynorsk " Jens Mølgaard
@ 2019-06-05  9:15 ` 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
  9 siblings, 0 replies; 12+ messages in thread
From: Jens Mølgaard @ 2019-06-05  9:15 UTC (permalink / raw)
  To: 36087


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

From 577b159f9cbc7031f9cbb6772632391af4f576c3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jens=20M=C3=B8lgaard?= <jens@zete.tk>
Date: Wed, 5 Jun 2019 21:01:35 +1200
Subject: [PATCH 8/9] gnu: Add Portuguese Portugal 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 dde2a6379b..945a53e3cd 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -288,6 +288,14 @@ dictionaries, including personal ones.")
                      (base32
                       "1y09lx9zf2rnp55r16b2vgj953l3538z1vaqgflg9mdvm555bz3p")))
 
+(define-public aspell-dict-pt-pt
+  (aspell-dictionary "pt-pt" "Portuguese"
+                     #:version "20070510-0"
+                     #:prefix "aspell6-"
+                     #:sha256
+                     (base32
+                      "1mnr994cwlag6shy8865ky99lymysiln07mbldcncahg90dagdxq")))
+
 (define-public aspell-dict-ru
   (aspell-dictionary "ru" "Russian"
                      #:version "0.99f7-1"
-- 
2.21.0


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

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [bug#36087] [PATCH 9/9] gnu: Add Ukrainian Aspell dictionary.
  2019-06-01 10:37 [bug#36087] [PATCH 0/9] Add further Aspell dictionaries Jens Mølgaard
                   ` (7 preceding siblings ...)
  2019-06-05  9:15 ` [bug#36087] [PATCH 8/9] gnu: Add Portuguese Portugal " Jens Mølgaard
@ 2019-06-05  9:16 ` Jens Mølgaard
  2019-06-05 15:11 ` bug#36087: [PATCH 0/9] Add further Aspell dictionaries Ludovic Courtès
  9 siblings, 0 replies; 12+ messages in thread
From: Jens Mølgaard @ 2019-06-05  9:16 UTC (permalink / raw)
  To: 36087


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

From 84a938ffce4ccdbe44c3497fd5c6f6830322a772 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jens=20M=C3=B8lgaard?= <jens@zete.tk>
Date: Wed, 5 Jun 2019 21:02:36 +1200
Subject: [PATCH 9/9] gnu: Add Ukrainian Aspell dictionary.

---
 gnu/packages/aspell.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 945a53e3cd..1bbe57a4ef 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -311,6 +311,13 @@ dictionaries, including personal ones.")
                      (base32
                       "02jwkjhr32kvyibnyzgx3smbnm576jwdzg3avdf6zxwckhy5fw4v")))
 
+(define-public aspell-dict-uk
+  (aspell-dictionary "uk" "Ukrainian"
+                     #:version "1.4.0-0"
+                     #:sha256
+                     (base32
+                      "137i4njvnslab6l4s291s11xijr5jsy75lbdph32f9y183lagy9m")))
+
 \f
 ;;;
 ;;; Hunspell packages made from the Aspell word lists.
-- 
2.21.0


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

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* bug#36087: [PATCH 0/9] Add further Aspell dictionaries.
  2019-06-01 10:37 [bug#36087] [PATCH 0/9] Add further Aspell dictionaries Jens Mølgaard
                   ` (8 preceding siblings ...)
  2019-06-05  9:16 ` [bug#36087] [PATCH 9/9] gnu: Add Ukrainian " Jens Mølgaard
@ 2019-06-05 15:11 ` Ludovic Courtès
  2019-06-06  0:25   ` [bug#36087] " Jens Mølgaard
  9 siblings, 1 reply; 12+ messages in thread
From: Ludovic Courtès @ 2019-06-05 15:11 UTC (permalink / raw)
  To: Jens Mølgaard; +Cc: 36087-done

Hello,

Jens Mølgaard <jens@zete.tk> skribis:

> I have added some additional Aspell dictionaries. I wasn't sure whether
> to separated them out or not, as they're not quite stand-alone packages,
> so I'll send them as a patch series - squish them together in one commit
> if that makes more sense.

I’ve applied them all and adjusted the commit log to follow our
conventions.  Thanks!

There’s a minor issue: the URL computed for the pt-pt dictionary is
incorrect, because the URL should read “pt_PT” and not “pt-pt”.  It
turns out that the tarball was found on the tarballs.nixos.org
content-addressed mirror, so it builds flawlessly.  However, it’d be
nice to adjust ‘aspell-dictionary’ so that it can compute the right
upstream URL for edge cases like this one.

Would you like to give it a try?

> In case I or someone else wants to add them in the future, some older
> dictionaries such as Icelandic and Norwegian Bokmål contain non-utf8
> filenames and will fail to build. Ludovic suggested adding glibc-locales
> as input and a pre-unpack phase to do (setlocale LC_ALL
> "en_US.iso88591").

Future work!  :-)

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [bug#36087] [PATCH 0/9] Add further Aspell dictionaries.
  2019-06-05 15:11 ` bug#36087: [PATCH 0/9] Add further Aspell dictionaries Ludovic Courtès
@ 2019-06-06  0:25   ` Jens Mølgaard
  0 siblings, 0 replies; 12+ messages in thread
From: Jens Mølgaard @ 2019-06-06  0:25 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 36087-done

[-- Attachment #1: Type: text/plain, Size: 1482 bytes --]

Sure! I'll have a look...

Ludovic Courtès <ludo@gnu.org> writes:

> Hello,
>
> Jens Mølgaard <jens@zete.tk> skribis:
>
>> I have added some additional Aspell dictionaries. I wasn't sure whether
>> to separated them out or not, as they're not quite stand-alone packages,
>> so I'll send them as a patch series - squish them together in one commit
>> if that makes more sense.
>
> I’ve applied them all and adjusted the commit log to follow our
> conventions.  Thanks!
>
> There’s a minor issue: the URL computed for the pt-pt dictionary is
> incorrect, because the URL should read “pt_PT” and not “pt-pt”.  It
> turns out that the tarball was found on the tarballs.nixos.org
> content-addressed mirror, so it builds flawlessly.  However, it’d be
> nice to adjust ‘aspell-dictionary’ so that it can compute the right
> upstream URL for edge cases like this one.
>
> Would you like to give it a try?
>
>> In case I or someone else wants to add them in the future, some older
>> dictionaries such as Icelandic and Norwegian Bokmål contain non-utf8
>> filenames and will fail to build. Ludovic suggested adding glibc-locales
>> as input and a pre-unpack phase to do (setlocale LC_ALL
>> "en_US.iso88591").
>
> Future work!  :-)
>
> Thanks,
> Ludo’.

-- 
Jens Ole Mølgaard || +64 20 4153 6959
2/388 Devonport Road, 3112 Tauranga, New Zealand
PGP: 2A44 75B4 93FB 02D8 --> keybase.io/jensm#show-public
Website: jens.zete.tk

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-06-06  0:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [bug#36087] [PATCH 3/9] gnu: Add Danish " Jens Mølgaard
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

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.