The At-Spi2 Core package is a part of the GNOME Accessibility Project. It provides a Service Provider Interface for the Assistive Technologies available on the GNOME platform and a library against which applications can be linked.
This package is known to build and work properly using an LFS-8.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.30/at-spi2-core-2.30.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.30/at-spi2-core-2.30.0.tar.xz
Download MD5 sum: d4f22c66b3210ffe6b10d01c04e008b5
Download size: 184 KB
Estimated disk space required: 9.3 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
dbus-1.12.12, GLib-2.58.3, and Xorg Libraries
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/at-spi2-core
Install At-Spi2 Core by running the following commands:
mkdir build && cd build && meson --prefix=/usr --sysconfdir=/etc .. && ninja
A session bus address, normally available in an Xorg terminal, is necessary to run the tests. To test the results, issue: ninja test. The memory test is known to timeout.
Now, as the root
user:
ninja install
Last updated on 2019-02-16 14:03:30 -0800