at-spi2-core has been completely rewritten to use D-Bus rather than ORBIT / CORBA for its transport protocol.
Install procedure:
gzip -cd at-spi-core-2.0.0.tar.gz | tar xvf - # unpack the sources
cd at-spi-core-2.0.0 # change to the toplevel directory
./configure # run the `configure' script
make # build at-spi-core
[ Become root if necessary ]
make install # install at-spi-core
Requirements:
GNU make
GNU autotools
pkg-config
glib
dbus
dbus-glib
X
XEVIE (Reccomended)
Product's homepage
What's New in This Release: [ read full changelog ]
· Fix typo in at-spi-dbus-bus.desktop.in (BGO#605662).