guix-patches
[Top][All Lists]
Advanced

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

bug#25836: [PATCH] gnu: Add gspell


From: Catonano
Subject: bug#25836: [PATCH] gnu: Add gspell
Date: Thu, 30 Mar 2017 14:08:27 +0200

I believe it's worthwhile to make this known to the guix reviewers community
https://lists.gnu.org/archive/html/aspell-devel/2017-03/msg00003.html

Hope this helps

Ciao ! :-)


2017-03-30 13:57 GMT+02:00 Thomas Danckaert <address@hidden>:
address@hidden (Ludovic Courtès) writes:

> Thanks for the patch.  I’ve modified the package like this:
>
> [...]
>     (inputs
>      `(("enchant" ,enchant)
>        ("iso-codes" ,iso-codes)
>        ("gtk+" ,gtk+)
>        ("glib" ,glib)))
>     (native-inputs
>      `(("glib" ,glib "bin")
>        ("pkg-config" ,pkg-config)
>        ("xmllint" ,libxml2)
>
>        ;; For tests.
>        ("xorg-server" ,xorg-server)
>        ("aspell-dict-en" ,aspell-dict-en)))

Just for reference, for when we solve the dictionary issue:

While experimenting with this package and (unsuccessfully) trying to get
it to find aspell dictionaries, I also noticed we could add the
following native inputs:

+       ("docbook-xsl" ,docbook-xsl)
+       ("gobject-introspection" ,gobject-introspection)
+       ("gtk-doc" ,gtk-doc)
+       ("vala" ,vala)
        ("glib" ,glib "bin")
        ("pkg-config" ,pkg-config)
        ("xmllint" ,libxml2)
        ("xorg-server" ,xorg-server)))

and the following configure flag to build docs:

+       #:configure-flags '("--enable-gtk-doc")

I'm not really familiar with the gobject system, but I suppose
generating the bindings is useful? :)

Thomas





reply via email to

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