* [bug#75272] [PATCH 1/2] gnu: Add hunspell-dict-pt-br.
@ 2025-01-01 23:46 Ale Abdo
2025-01-01 23:46 ` [bug#75272] [PATCH 2/2] gnu: Add hunspell-dict-pt-pt Ale Abdo
0 siblings, 1 reply; 2+ messages in thread
From: Ale Abdo @ 2025-01-01 23:46 UTC (permalink / raw)
To: 75272; +Cc: Ale Abdo
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#75272] [PATCH 2/2] gnu: Add hunspell-dict-pt-pt.
2025-01-01 23:46 [bug#75272] [PATCH 1/2] gnu: Add hunspell-dict-pt-br Ale Abdo
@ 2025-01-01 23:46 ` Ale Abdo
0 siblings, 0 replies; 2+ messages in thread
From: Ale Abdo @ 2025-01-01 23:46 UTC (permalink / raw)
To: 75272; +Cc: Ale Abdo
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-01 23:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-01 23:46 [bug#75272] [PATCH 1/2] gnu: Add hunspell-dict-pt-br Ale Abdo
2025-01-01 23:46 ` [bug#75272] [PATCH 2/2] gnu: Add hunspell-dict-pt-pt Ale Abdo
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.