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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75272 in the body.
You can then email your comments to 75272 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#75272; Package guix-patches. (Wed, 01 Jan 2025 23:48:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ale Abdo <abdo <at> member.fsf.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 01 Jan 2025 23:48:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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







Information forwarded to guix-patches <at> gnu.org:
bug#75272; Package guix-patches. (Wed, 01 Jan 2025 23:49:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ale Abdo <abdo <at> member.fsf.org>
To: guix-patches <at> gnu.org
Cc: Ale Abdo <abdo <at> member.fsf.org>
Subject: [PATCH 2/2] gnu: Add hunspell-dict-pt-pt.
Date: Thu,  2 Jan 2025 00:46:32 +0100
* gnu/packages/hunspell.scm (hunspell-dict-pt-pt): New variable.

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

diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm
index fb16d71ce2..1e40cbfb2b 100644
--- a/gnu/packages/hunspell.scm
+++ b/gnu/packages/hunspell.scm
@@ -368,6 +368,13 @@ (define-public hunspell-dict-pt-br
                          #:license (list license:lgpl3+))))
 
 
+(define-public hunspell-dict-pt-pt
+  (let ((synopsis identity))
+    (hunspell-dictionary "pt_PT" "Portuguese (Portugal)"
+                         #:synopsis (synopsis "Hunspell dictionary for Portuguese (Portugal)")
+                         #:home-page "https://cgit.freedesktop.org/libreoffice/dictionaries/tree/pt_PT"
+                         #:license (list license:gpl2+))))
+
 ;;;
 ;;; Hunspell packages made from the Aspell word lists.
 ;;;
-- 
2.47.1







Information forwarded to guix-patches <at> gnu.org:
bug#75272; Package guix-patches. (Fri, 24 Jan 2025 00:19:02 GMT) Full text and rfc822 format available.

Message #11 received at 75272 <at> debbugs.gnu.org (full text, mbox):

From: Alexandre Hannud Abdo <abdo <at> member.fsf.org>
To: 75272 <at> debbugs.gnu.org
Subject: any issue?
Date: Fri, 24 Jan 2025 01:17:53 +0100
Ni! Is there an issue with these patches? Otherwise, I'd appreciate if they got merged. Cheers, ale .~´





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 Jan 2025 13:39:01 GMT) Full text and rfc822 format available.

Notification sent to Ale Abdo <abdo <at> member.fsf.org>:
bug acknowledged by developer. (Mon, 27 Jan 2025 13:39:02 GMT) Full text and rfc822 format available.

Message #16 received at 75272-done <at> debbugs.gnu.org (full text, mbox):

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!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 25 Feb 2025 12:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 16 days ago.

Previous Next


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