[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74411] [PATCH v2 4/5] gnu: Add freedict-dictionaries.
From: |
Ludovic Courtès |
Subject: |
[bug#74411] [PATCH v2 4/5] gnu: Add freedict-dictionaries. |
Date: |
Fri, 29 Nov 2024 14:28:08 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Runciter <runciter@whispers-vpn.org> skribis:
> * gnu/packages/dictionaries (freedict-dictionaries): New variable.
>
> Signed-off-by: Runciter <runciter@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?).
- [bug#74411] freedict-dictionaries build non-deterministic, (continued)
- [bug#74411] freedict-dictionaries build non-deterministic, Runciter, 2024/11/19
- [bug#74411] [PATCH v2 1/5] gnu: Add (gnu packages dictd)., Runciter, 2024/11/20
- [bug#74411] [PATCH v2 3/5] gnu: Add freedict-tools-0.6.0., Runciter, 2024/11/20
- [bug#74411] [PATCH v2 5/5] gnu: freedict-tools: Fix non-determinism of dictzip compressed file headers., Runciter, 2024/11/20
- [bug#74411] [PATCH v2 2/5] gnu: Add dictd-1.13.1., Runciter, 2024/11/20
- [bug#74411] [PATCH v2 4/5] gnu: Add freedict-dictionaries., Runciter, 2024/11/20
- [bug#74411] [PATCH v2 4/5] gnu: Add freedict-dictionaries.,
Ludovic Courtès <=
- [bug#74411] [PATCH v2 1/5] gnu: Add (gnu packages dictd)., Ludovic Courtès, 2024/11/29
- [bug#74411] patch v2 non-determinism fix, Runciter, 2024/11/20