GNU bug report logs -
#75272
[PATCH 1/2] gnu: Add hunspell-dict-pt-br.
Previous Next
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
* 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
This bug report was last modified 167 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.