Contents
$GNOME_PREFIX
/{include/at-spi-1.0/{cspi,libspi,
login-helper},lib/at-spi,share/{doc/at-spi-1.30.1/reference/html,
gtk-doc/html/at-spi-cspi,idl/at-spi-1.0}}
The AT SPI package contains the Assistive Technology Service Provider Interface. This is useful for redirecting UI events to accessible applications and adaptive/assistive technologies.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/at-spi/1.30/at-spi-1.30.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/at-spi/1.30/at-spi-1.30.1.tar.bz2
Download MD5 sum: 29fdf7934e98efda5fe0ab74ab4d3f29
Download size: 817 KB
Estimated disk space required: 23 MB
Estimated build time: 0.4 SBU
GConf-2.28.1, gtk+-2.24.8, libbonobo-2.24.3, Python-2.7.2, and Xorg Libraries
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/at-spi
Install AT SPI by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --sysconfdir=/etc/gnome/2.30.2 \ --libexecdir=$(pkg-config \ --variable=prefix ORBit-2.0)/lib/at-spi && make
This package does not come with a functional test suite. Review the
README
file for additional
information about testing the package.
Now, as the root
user:
make install
--prefix=$(pkg-config --variable=prefix
ORBit-2.0)
: Setting the prefix using this parameter
instead of with $GNOME_PREFIX
will
ensure that the prefix is consistent with the installation
environment and the package will be installed in the correct
location.
--sysconfdir=/etc/gnome/2.30.2
: This
parameter causes the configuration files to be installed in
/etc/gnome/2.30.2
instead of
$GNOME_PREFIX/etc
. Additionally (if
applicable), the parameter ensures that the GConf-2 database is correctly updated.
--libexecdir=$(pkg-config
--variable=prefix ORBit-2.0)/lib/at-spi
: This parameter
causes the libexec files to be installed in the preferred location
of $GNOME_PREFIX/lib/at-spi
instead
of $GNOME_PREFIX/libexec
.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
$GNOME_PREFIX
/{include/at-spi-1.0/{cspi,libspi,
login-helper},lib/at-spi,share/{doc/at-spi-1.30.1/reference/html,
gtk-doc/html/at-spi-cspi,idl/at-spi-1.0}}
Last updated on 2011-10-31 19:38:44 +0000