From 320f2a91ccab7a960efac44ea29309a75f5246f8 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Mon, 20 Feb 2012 17:29:32 +0000 Subject: [PATCH] Add at-spi2-atk. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9485 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 5 +- gnome/add/add.xml | 1 + gnome/add/at-spi2-atk.xml | 137 +++++++++++++++++++++++++++++ introduction/welcome/changelog.xml | 9 ++ 4 files changed, 150 insertions(+), 2 deletions(-) create mode 100644 gnome/add/at-spi2-atk.xml diff --git a/general.ent b/general.ent index 1bfae09432..5c510f3f47 100644 --- a/general.ent +++ b/general.ent @@ -3,13 +3,13 @@ $LastChangedBy$ $Date$ --> - + - + @@ -756,6 +756,7 @@ $Date$ + diff --git a/gnome/add/add.xml b/gnome/add/add.xml index c174a3d839..9a1f47ab9f 100644 --- a/gnome/add/add.xml +++ b/gnome/add/add.xml @@ -22,6 +22,7 @@ $Date$ + diff --git a/gnome/add/at-spi2-atk.xml b/gnome/add/at-spi2-atk.xml new file mode 100644 index 0000000000..25f45ad1d2 --- /dev/null +++ b/gnome/add/at-spi2-atk.xml @@ -0,0 +1,137 @@ + + + %general-entities; + + + + + + + +]> + + + + + + $LastChangedBy$ + $Date$ + + + at-spi2-atk-&at-spi2-atk-version; + + + at-spi2-atk + + + + Introduction to at-spi2-atk + + The at-spi2-atk package is a GTK+ module that + bridges ATK to D-Bus at-spi. + + &lfs68_built; + + Package Information + + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &at-spi2-atk-md5sum; + + + Download size: &at-spi2-atk-size; + + + Estimated disk space required: &at-spi2-atk-buildsize; + + + Estimated build time: &at-spi2-atk-time; + + + + at-spi2-atk Dependencies + + Required + , + , + , + , and + + + User Notes: + + + + + + Installation of at-spi2-atk + + Install at-spi2-atk by running the following + commands: + +./configure --prefix=$GNOME_PREFIX \ + --sysconfdir=$GNOME_SYSCONFDIR \ + --libexecdir=$GNOME_PREFIX/lib/at-spi2-atk && +make + + To test the results, issue: make check. + + Now, as the root user: + +make install + + + + + Command Explanations + + --sysconfdir=$GNOME_SYSCONFDIR: This parameter does + something mandatory for BLFS purposes. + + --libexecdir=$GNOME_PREFIX/lib/at-spi2-atk: This parameter does + something mandatory for BLFS purposes. + + + + + Contents + + + Installed Programs + Installed Library + Installed Directory + + + None + libatk-bridge.so + + + + + + Short Descriptions + + + + + libatk-bridge.so + + contains functions that ..... + + libatk-bridge.so + + + + + + + + + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 230e30bd2f..23321f4914 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,15 @@ --> + + February 21st, 2012 + + + [ken] - merge at-spi2-atk-2.3.1 from Wayne. + + + + February 19th, 2012