all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Add new package: aspell-dict-pt
@ 2017-08-07  0:27 Daniel Pimentel
  2017-08-07  1:21 ` Tobias Geerinckx-Rice
  2017-08-18  1:00 ` Daniel Pimentel
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel Pimentel @ 2017-08-07  0:27 UTC (permalink / raw)
  To: guix-devel

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

Guixs,

Add new package aspell-dict-pt: gnu/packages/aspell.scm

Happy hacking,


-- 
Daniel Pimentel (d4n1)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-package.patch --]
[-- Type: text/x-diff; name=0001-gnu-Add-package.patch, Size: 1298 bytes --]

From 1e164f7a5b456f5a2f5bd9b215340e207560e29a Mon Sep 17 00:00:00 2001
From: Daniel Pimentel <d4n1@d4n1.org>
Date: Sun, 6 Aug 2017 21:24:45 -0300
Subject: [PATCH] gnu: Add package * gnu/packages/aspell.scm: Add new package.

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

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 509d428f6..0bf4e4a8e 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016 Christopher Andersson <christopher@8bits.nu>
 ;;; Copyright © 2016 Theodoros Foradis <theodoros.for@openmailbox.org>
+;;; Copyright © 2017 Daniel Pimentel <d4n1@d4n1.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -209,3 +210,11 @@ dictionaries, including personal ones.")
                      #:sha256
                      (base32
                       "1y09lx9zf2rnp55r16b2vgj953l3538z1vaqgflg9mdvm555bz3p")))
+
+(define-public aspell-dict-pt
+  (aspell-dictionary "pt" "Portuguese"
+                     #:version "20070510-0"
+                     #:prefix "aspell6-"
+                     #:sha256
+                     (base32
+                      "1mnr994cwlag6shy8865ky99lymysiln07mbldcncahg90dagdxq")))
-- 
2.13.4


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

end of thread, other threads:[~2017-08-18  1:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-07  0:27 Add new package: aspell-dict-pt Daniel Pimentel
2017-08-07  1:21 ` Tobias Geerinckx-Rice
2017-08-10 13:36   ` Daniel Pimentel
2017-08-10 16:29     ` Tobias Geerinckx-Rice
2017-08-18  1:00 ` Daniel Pimentel

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.