all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Daniel Pimentel <d4n1@d4n1.org>
To: guix-devel@gnu.org
Subject: Re: Add new package: aspell-dict-pt
Date: Thu, 17 Aug 2017 22:00:59 -0300	[thread overview]
Message-ID: <901c671f2581b6c2d4537ddd226bbca8@d4n1.org> (raw)
In-Reply-To: <74004246f90b81f74fceb06ba108ed8a@d4n1.org>

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

Guixs,

follow the new package aspell-dict-pt-pt refactored.

Thanks,

---
Daniel Pimentel (d4n1)

On 2017-08-06 21:27, Daniel Pimentel wrote:
> Guixs,
> 
> Add new package aspell-dict-pt: gnu/packages/aspell.scm
> 
> Happy hacking,

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-add-aspell-dict-pt-pt.patch --]
[-- Type: text/x-diff; name=0001-gnu-add-aspell-dict-pt-pt.patch, Size: 1327 bytes --]

From 1f5fe6658d203346419f868e1401dbdf9f4b1c23 Mon Sep 17 00:00:00 2001
From: Daniel Pimentel <d4n1@d4n1.org>
Date: Thu, 17 Aug 2017 21:59:21 -0300
Subject: [PATCH] gnu: add aspell-dict-pt-pt * 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 3469c7a3e..9a0a284c1 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.for@openmailbox.org>
 ;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017 Daniel Pimentel <d4n1@d4n1.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -210,3 +211,11 @@ dictionaries, including personal ones.")
                      #:sha256
                      (base32
                       "1y09lx9zf2rnp55r16b2vgj953l3538z1vaqgflg9mdvm555bz3p")))
+
+(define-public aspell-dict-pt-pt
+  (aspell-dictionary "pt-pt" "Portuguese Portugal"
+                     #:version "20070510-0"
+                     #:prefix "aspell6-"
+                     #:sha256
+                     (base32
+                      "1mnr994cwlag6shy8865ky99lymysiln07mbldcncahg90dagdxq")))
-- 
2.13.4


      parent reply	other threads:[~2017-08-18  1:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

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=901c671f2581b6c2d4537ddd226bbca8@d4n1.org \
    --to=d4n1@d4n1.org \
    --cc=guix-devel@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.