GNU bug report logs - #75272
[PATCH 1/2] gnu: Add hunspell-dict-pt-br.

Previous Next

Package: guix-patches;

Reported by: Ale Abdo <abdo <at> member.fsf.org>

Date: Wed, 1 Jan 2025 23:48:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#75272: closed ([PATCH 1/2] gnu: Add hunspell-dict-pt-br.)
Date: Mon, 27 Jan 2025 13:39:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 27 Jan 2025 14:38:35 +0100
with message-id <875xm0nzqc.fsf <at> gnu.org>
and subject line Re: [bug#75272] [PATCH 1/2] gnu: Add hunspell-dict-pt-br.
has caused the debbugs.gnu.org bug report #75272,
regarding [PATCH 1/2] gnu: Add hunspell-dict-pt-br.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
75272: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75272
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ale Abdo <abdo <at> member.fsf.org>
To: guix-patches <at> gnu.org
Cc: Ale Abdo <abdo <at> member.fsf.org>
Subject: [PATCH 1/2] gnu: Add hunspell-dict-pt-br.
Date: Thu,  2 Jan 2025 00:46:31 +0100
* gnu/packages/hunspell.scm (hunspell-dict-pt-br): New variable.

Change-Id: I60f81bb664201851544246e8327e2bf8613b07ae
---
 gnu/packages/hunspell.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm
index eed10b16bb..fb16d71ce2 100644
--- a/gnu/packages/hunspell.scm
+++ b/gnu/packages/hunspell.scm
@@ -360,6 +360,14 @@ (define-public hunspell-dict-it-it
                          #:home-page "https://www.libreitalia.org/"
                          #:license license:gpl3)))
 
+(define-public hunspell-dict-pt-br
+  (let ((synopsis identity))
+    (hunspell-dictionary "pt_BR" "Portuguese (Brazil)"
+                         #:synopsis (synopsis "Hunspell dictionary for Portuguese (Brazil)")
+                         #:home-page "https://cgit.freedesktop.org/libreoffice/dictionaries/tree/pt_BR"
+                         #:license (list license:lgpl3+))))
+
+
 ;;;
 ;;; Hunspell packages made from the Aspell word lists.
 ;;;

base-commit: ce44a0922979d2ade902638afb9b0d28b160def0
-- 
2.47.1





[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Ale Abdo <abdo <at> member.fsf.org>
Cc: 75272-done <at> debbugs.gnu.org
Subject: Re: [bug#75272] [PATCH 1/2] gnu: Add hunspell-dict-pt-br.
Date: Mon, 27 Jan 2025 14:38:35 +0100
Ale Abdo <abdo <at> member.fsf.org> skribis:

> * gnu/packages/hunspell.scm (hunspell-dict-pt-br): New variable.
>
> Change-Id: I60f81bb664201851544246e8327e2bf8613b07ae

[...]

> * gnu/packages/hunspell.scm (hunspell-dict-pt-pt): New variable.
>
> Change-Id: I68e4bc15af66648d06acd4ca822a9be8484220fe

Applied, thanks!


This bug report was last modified 168 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.