[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/13: gnu: Add Portuguese Portugal Aspell dictionary.
From: |
guix-commits |
Subject: |
10/13: gnu: Add Portuguese Portugal Aspell dictionary. |
Date: |
Wed, 5 Jun 2019 11:27:33 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit a1fa54f022ce5cf50ea15708a1a6419ab78393c0
Author: Jens Mølgaard <address@hidden>
Date: Wed Jun 5 21:01:35 2019 +1200
gnu: Add Portuguese Portugal Aspell dictionary.
* gnu/packages/aspell.scm (aspell-dict-pt-pt): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/aspell.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index dde2a63..945a53e 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"
- 09/13: gnu: Add Norwegian Nynorsk Aspell dictionary., (continued)
- 09/13: gnu: Add Norwegian Nynorsk Aspell dictionary., guix-commits, 2019/06/05
- 01/13: etc: Fix GUIX_LOCPATH quoting in 'guix-publish.service' file., guix-commits, 2019/06/05
- 05/13: gnu: Add Danish Aspell dictionary., guix-commits, 2019/06/05
- 04/13: gnu: Add Belarusian Aspell dictionary., guix-commits, 2019/06/05
- 06/13: gnu: Add Finnish Aspell dictionary., guix-commits, 2019/06/05
- 02/13: installer: Always add '%base-initrd-modules' to 'initrd-modules'., guix-commits, 2019/06/05
- 07/13: gnu: Add Hindi Aspell dictionary., guix-commits, 2019/06/05
- 11/13: gnu: Add Ukrainian Aspell dictionary., guix-commits, 2019/06/05
- 13/13: services: cups: Create /var/cache on activation., guix-commits, 2019/06/05
- 08/13: gnu: Add Maori Aspell dictionary., guix-commits, 2019/06/05
- 10/13: gnu: Add Portuguese Portugal Aspell dictionary.,
guix-commits <=
- 12/13: doc: Fix typo., guix-commits, 2019/06/05
- 03/13: gnu: Add Arabic Aspell dictionary., guix-commits, 2019/06/05