From 9187970747ff26dbda4d27cdfb692f2ee54262c7 Mon Sep 17 00:00:00 2001 From: Ale Abdo Date: Thu, 2 Jan 2025 00:46:32 +0100 Subject: [PATCH] gnu: Add hunspell-dict-pt-pt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/hunspell.scm (hunspell-dict-pt-pt): New variable. Change-Id: I68e4bc15af66648d06acd4ca822a9be8484220fe Signed-off-by: Ludovic Courtès --- gnu/packages/hunspell.scm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm index b421e8d74506c8e12ca7c9f8a9c0fd02f44acd09..d19b2aff0142f63bc02c04a906c4f74cb9e9fb5b 100644 --- a/gnu/packages/hunspell.scm +++ b/gnu/packages/hunspell.scm @@ -434,6 +434,13 @@ spell-checking library.") #: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. ;;;