Author: andy
Date: 2011-11-22 05:23:26 -0700 (Tue, 22 Nov 2011)
New Revision: 9001
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/lib/atk.xml
Log:
Updated atk to 2.2.0
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2011-11-22 07:48:20 UTC (rev 9000)
+++ trunk/BOOK/general.ent 2011-11-22 12:23:26 UTC (rev 9001)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "20"> <!-- Always 2 digits -->
+<!ENTITY day "22"> <!-- Always 2 digits -->
<!ENTITY month "11"> <!-- Always 2 digits -->
<!ENTITY year "2011">
<!ENTITY copyrightdate "2001-&year;">
@@ -553,7 +553,7 @@
<!ENTITY cairomm-version "1.6.2">
<!ENTITY pango-version "1.28.2">
<!ENTITY pangomm-version "2.26.2">
-<!ENTITY atk-version "1.30.0">
+<!ENTITY atk-version "2.2.0">
<!ENTITY gdk-pixbuf-version "2.24.0">
<!ENTITY gtk2-version "2.24.8">
<!ENTITY gtk2-libdir "2.0/2.10.0">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2011-11-22 07:48:20 UTC
(rev 9000)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2011-11-22 12:23:26 UTC
(rev 9001)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>November 22st, 2011</para>
+ <itemizedlist>
+ <listitem>
+ <para>[abenton] - Updated atk to 2.2.0.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>November 21st, 2011</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/x/lib/atk.xml
===================================================================
--- trunk/BOOK/x/lib/atk.xml 2011-11-22 07:48:20 UTC (rev 9000)
+++ trunk/BOOK/x/lib/atk.xml 2011-11-22 12:23:26 UTC (rev 9001)
@@ -4,15 +4,15 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY atk-download-http
"&gnome-download-http;/atk/1.30/atk-&atk-version;.tar.bz2">
- <!ENTITY atk-download-ftp
"&gnome-download-ftp;/atk/1.30/atk-&atk-version;.tar.bz2">
- <!ENTITY atk-md5sum "548d413775819fef425410739041cac3">
- <!ENTITY atk-size "729 KB">
- <!ENTITY atk-buildsize "12 MB">
- <!ENTITY atk-time "0.3 SBU">
+ <!ENTITY atk-download-http
"&gnome-download-http;/atk/2.2/atk-&atk-version;.tar.xz">
+ <!ENTITY atk-download-ftp
"&gnome-download-ftp;/atk/2.2/atk-&atk-version;.tar.xz">
+ <!ENTITY atk-md5sum "377ab03f5a1c32141fd9dfa86c6a714a">
+ <!ENTITY atk-size "586 KB">
+ <!ENTITY atk-buildsize "11 MB">
+ <!ENTITY atk-time "0.1 SBU">
]>
-<sect1 id="atk" xreflabel="ATK-&atk-version;">
+<sect1 id="atk" xreflabel="atk-&atk-version;">
<?dbhtml filename="atk.html" ?>
<sect1info>
@@ -20,21 +20,22 @@
<date>$Date$</date>
</sect1info>
- <title>ATK-&atk-version;</title>
+ <title>atk-&atk-version;</title>
<indexterm zone="atk">
- <primary sortas="a-ATK">ATK</primary>
+ <primary sortas="a-atk">atk</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to ATK</title>
- <para>The <application>ATK</application> package contains the
- <application>ATK</application> libraries. They are useful for
- allowing accessibility solutions to be available for all
- <application>GTK2</application> applications.</para>
+ <para>The accessibility tool kit contains the
+ <application>atk</application> library. This is useful for allowing
+ accessibility solutions to be available for all
+ <application>gtk+-2</application> and <application>gtk+-3</application>
+ applications.</para>
- &lfs65_checked;
+ &lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -61,10 +62,11 @@
<bridgehead renderas="sect3">ATK Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para role="required"><xref linkend="glib2"/></para>
+ <para role="required"><xref linkend="pkgconfig"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional"><xref linkend="gtk-doc"/></para>
+ <para role="optional"><xref linkend="gtk-doc"/> (if you've edited the docs
+ and want to rebuild them)</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/atk"/></para>
@@ -74,13 +76,13 @@
<sect2 role="installation">
<title>Installation of ATK</title>
- <para>Install <application>ATK</application> by running
+ <para>Install <application>atk</application> by running
the following commands:</para>
<screen><userinput>./configure --prefix=/usr &&
make</userinput></screen>
- <para>This package does not come with a test suite.</para>
+ <para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
@@ -94,9 +96,6 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
- <para><parameter>--disable-static</parameter>: This switch prevents the
- static libraries from being built.</para>
-
</sect2>
<sect2 role="content">
@@ -110,7 +109,7 @@
<seglistitem>
<seg>None</seg>
<seg>libatk-1.0.so</seg>
- <seg>/usr/{include/atk-1.0/atk,share/gtk-doc/html/atk}</seg>
+ <seg>/usr/include/atk-1.0, /usr/share/gtk-doc/html/atk</seg>
</seglistitem>
</segmentedlist>
@@ -123,7 +122,7 @@
<term><filename class='libraryfile'>atklib-1.0.so</filename></term>
<listitem>
<para>contains functions that are used by assistive technologies
- in order to interact with the desktop and applications.</para>
+ to interact with the desktop applications.</para>
<indexterm zone="atk libatk">
<primary sortas="c-libatk">libatk-1.0.so</primary>
</indexterm>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page