The gspell package provides a flexible API to add spell checking to a GTK+ application.
This package is known to build and work properly using an LFS 12.2 platform.
Download (HTTP): https://download.gnome.org/sources/gspell/1.12/gspell-1.12.2.tar.xz
Download MD5 sum: f1e5f02695aee20ba543352889c28ff5
Download size: 436 KB
Estimated disk space required: 11 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
enchant-2.8.2, ICU-75.1, and GTK+-3.24.43
GLib-2.80.4 (with GObject Introspection), GTK-Doc-1.34.0, Vala-0.56.17, Valgrind-3.23.0, and Hunspell (for tests)
Install gspell by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check. The tests must be run in an X session. One test, test-checker, is known to fail if the external package Hunspell is not installed.
Now, as the root
user:
make install
The libtool archive file from this package is referring to the
libraries from ICU-75.1. Such a reference may cause packages
depending on this package to be unnecessary linked against the ICU
libraries and increase the burden to rebuild packages if ICU is
updated to a new major version. As we've explained in Libtool archive (.la)
files, these libtool archive files are unneeded anyway. So as
the root
user, remove the libtool
archive file now:
rm -v /usr/lib/libgspell-1.la