GNU bug report logs -
#33540
[PATCH 0/3] Add apertium
Previous Next
Reported by: Arun Isaac <arunisaac <at> systemreboot.net>
Date: Wed, 28 Nov 2018 16:57:02 UTC
Severity: normal
Tags: patch
Done: Arun Isaac <arunisaac <at> systemreboot.net>
Bug is archived. No further changes may be made.
Full log
Message #26 received at 33540 <at> debbugs.gnu.org (full text, mbox):
Arun Isaac <arunisaac <at> systemreboot.net> skribis:
> * gnu/packages/dictionaries.scm (lttoolbox): New variable.
[...]
> + (origin
> + (method url-fetch)
> + (uri (string-append
> + "https://github.com/apertium/lttoolbox/releases/download/v"
> + version "/lttoolbox-" version ".tar.gz"))
Instead of relying on generated tarballs like this one whose content may
change over time, we’re now switching to using ‘git-fetch’. Could you
change this one accordingly?
> + (add-after 'unpack 'patch-autogen
> + (lambda _
> + (substitute* "autogen.sh"
> + ((" && ./configure \"\\$@\"") ""))
Another option to deal with broken autogen.sh scripts is to remove
them. :-)
> + (synopsis "Lexical processing toolbox")
> + (description "Lttoolbox is a toolbox for lexical processing, morphological
> +analysis and generation of words. Analysis is the process of splitting a
> +word (e.g. cats) into its lemma \"cat\" and the grammatical information
> +<n><pl>. Generation is the opposite process.")
Maybe @code{<n><pl>}.
OK with these changes, thanks!
Ludo’.
This bug report was last modified 6 years and 172 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.