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-9.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.32/at-spi2-core-2.32.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.32/at-spi2-core-2.32.1.tar.xz
Download MD5 sum: 998fd9d858f8fa22c4c8c15567bf6254
Download size: 188 KB
Estimated disk space required: 6.7 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
dbus-1.12.16, GLib-2.60.6, 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 \ -Dsystemd_user_dir=no .. && 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
-Dsystemd_user_dir=no
: This
flag disables the installation of systemd unit files on SysV, where
they are unable to be used.
Last updated on 2019-08-16 20:24:05 -0700