GNU bug report logs -
#44457
[PATCH]: gnu: Add hunspell-dict-it-it.
Previous Next
Reported by: paul <goodoldpaul <at> autistici.org>
Date: Thu, 5 Nov 2020 01:23:01 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 #8 received at 44457 <at> debbugs.gnu.org (full text, mbox):
> Subject: [PATCH] gnu: Add hunspell-dict-it-it.
In theory you could it split into two commits: one for the
hunspell-dictionary function and the other for the italian dict. But I
think it's okay so.
> + (build-system gnu-build-system)
> + (arguments
Maybe it would be an idea to (build-system trivial-build-system) instead?
> +(define-public hunspell-dict-it-it
If there is only one language version like with Italian, I think it
would be nicer to have it name `hunspell-dict-it`. But I guess it makes
the code a bit more complicated.
> + (let ((home-page "https://libreitalia.org/")
> + (license license:gpl3))
> + (hunspell-dictionary "it_IT" "Italian"
> + #:home-page home-page
> + #:license license)))
For me the let feels a bit useless...
hunspell-dict-it-it builds and installs fine. It works in LibreOffice
just fine!
~Jonathan
This bug report was last modified 4 years and 147 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.