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


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







This bug report was last modified 166 days ago.

Previous Next


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