GNU bug report logs -
#74411
[PATCH 0/4] Add DICT and FreeDict projects packages
Previous Next
Reported by: Runciter <runciter <at> whispers-vpn.org>
Date: Mon, 18 Nov 2024 05:05: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
Runciter <runciter <at> whispers-vpn.org> skribis:
> * gnu/packages/dictionaries (freedict-dictionaries): New variable.
>
> Signed-off-by: Runciter <runciter <at> whispers-vpn.org>
[...]
> +(define-public freedict-dictionaries
> + (package
> + (name "freedict-dictionaries")
> + (version "914b5f7")
Regarding the version number of Git snapshots, see
<https://guix.gnu.org/manual/devel/en/html_node/Version-Numbers.html>.
> + (inputs (list espeak-ng
> + python
> + perl
> + gzip
> + tar
> + libxslt
> + dictd-1.13.1
> + perl-libxml
> + freedict-tools-0.6.0))
You can remove ‘tar’ and ‘gzip’, they’re provided by ‘gnu-build-system’.
‘python’ and ‘perl’ should probably be in ‘native-inputs’, assuming
they’re used at build-time.
> + (arguments
> + (list
> + #:tests? #f
Please add a short comment explaining why the test suite is skipped
(such as “no tests”).
> + (synopsis "Freedict multilingual dictionaries compiled to the dictd
> +format")
Maybe: “Multilingual dictionaries compiled to the DICT format” (the
format is “DICT”, right?).
This bug report was last modified 223 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.