mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated atk to 2.2.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9001 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f31ead7712
commit
58d36e0f74
@ -3,7 +3,7 @@ $LastChangedBy$
|
||||
$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 @@ $Date$
|
||||
<!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">
|
||||
|
@ -41,6 +41,15 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<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>
|
||||
|
@ -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 @@ make</userinput></screen>
|
||||
<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 @@ make</userinput></screen>
|
||||
<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 @@ make</userinput></screen>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user