The At-Spi2 Atk package contains a library that bridges ATK to At-Spi2 D-Bus service.
This package is known to build and work properly using an LFS-7.10 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/2.20/at-spi2-atk-2.20.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/2.20/at-spi2-atk-2.20.1.tar.xz
Download MD5 sum: 23309b6f8e1623871ace6347fb734dce
Download size: 304 KB
Estimated disk space required: 7.3 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
at-spi2-core-2.20.2 and ATK-2.20.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/at-spi2-atk
Install At-Spi2 Atk by running the following commands:
sed -i "/seems to be moved/s/^/#/" config/ltmain.sh && ./configure --prefix=/usr && make
To test the results, issue: make check. An already active graphical session with bus address is necessary to run the tests.
Now, as the root
user:
make install
If you installed the package to your system using a
“DESTDIR” method,
/usr/share/glib-2.0/schemas/gschemas.compiled
was not updated/created. Create (or update) the file using the
following command as the root
user:
glib-compile-schemas /usr/share/glib-2.0/schemas
sed -i ... ltmain.sh: This sed silences several useless and obsolete warnings generated from libtool.
Last updated on 2016-08-27 21:19:37 -0700