guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#33540] [PATCH 2/3] gnu: Add lttoolbox.


From: Ludovic Courtès
Subject: [bug#33540] [PATCH 2/3] gnu: Add lttoolbox.
Date: Sun, 02 Dec 2018 23:26:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Arun Isaac <address@hidden> 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 \"address@hidden"") ""))

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’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]