The At-Spi2 Core package contains a comprehensive accessibility framework for the Assistive Technologies available on the GNOME platform. This includes a set of interfaces which are implemented by other toolkits and applications.
This package is known to build and work properly using an LFS 13.1 platform.
Download (HTTP): https://download.gnome.org/sources/at-spi2-core/2.60/at-spi2-core-2.60.6.tar.xz
Download MD5 sum: 1082626c9a82694b7900f8283b20dfac
Download size: 588 KB
Estimated disk space required: 22 MB (with tests)
Estimated build time: 0.2 SBU (with tests)
dbus-1.16.2, GLib-2.88.3 (GObject Introspection required for GNOME), gsettings-desktop-schemas-50.1 (Runtime), and Xorg Libraries
Install At-Spi2 Core by running the following commands:
mkdir build &&
cd build &&
meson setup .. \
--prefix=/usr \
--buildtype=release \
-D gtk2_atk_adaptor=false &&
ninja
Now, as the root user:
ninja install
The test suite requires the glib schemas of the package to be installed already. The tests also need to run in a graphical environment. Now that the package is installed, test the results by issuing: dbus-run-session ninja test.
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
-D docs=true: Use this switch if you
want to build the documentation. Note that you must have both
Gi-DocGen-2026.1 and sphinx-9.1.0 installed on your system.
-D gtk2_atk_adaptor=false:
This switch disables building the GTK+-2 module for this package.