mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
atk 2.4.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9818 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
fcf1326ddc
commit
0c9050b69e
@ -607,7 +607,7 @@ $Date$
|
||||
<!ENTITY cairomm-version "1.9.2">
|
||||
<!ENTITY pango-version "1.30.0">
|
||||
<!ENTITY pangomm-version "2.28.4">
|
||||
<!ENTITY atk-version "2.2.0">
|
||||
<!ENTITY atk-version "2.4.0">
|
||||
<!ENTITY atkmm-version "2.22.6">
|
||||
<!ENTITY gdk-pixbuf-version "2.26.0">
|
||||
<!ENTITY gtk2-version "2.24.10">
|
||||
|
@ -65,6 +65,9 @@
|
||||
<listitem>
|
||||
<para>[krejzi] - pango 1.30.0.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - atk 2.4.0.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
@ -4,11 +4,11 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!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-download-http "&gnome-download-http;/atk/2.4/atk-&atk-version;.tar.xz">
|
||||
<!ENTITY atk-download-ftp "&gnome-download-ftp;/atk/2.4/atk-&atk-version;.tar.xz">
|
||||
<!ENTITY atk-md5sum "2184a140f71d50276669d6eda5cce5db">
|
||||
<!ENTITY atk-size "596 KB">
|
||||
<!ENTITY atk-buildsize "13 MB">
|
||||
<!ENTITY atk-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -29,11 +29,10 @@
|
||||
<sect2 role="package">
|
||||
<title>Introduction to ATK</title>
|
||||
|
||||
<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>
|
||||
<para><application>ATK</application> provides the set of accessibility
|
||||
interfaces that are implemented by other toolkits and applications.
|
||||
Using the <application>ATK</application> interfaces, accessibility tools
|
||||
have full access to view and control running applications.</para>
|
||||
|
||||
&lfs71_checked;
|
||||
|
||||
@ -64,11 +63,12 @@
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="pkgconfig"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended"><xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="gobject-introspection"/>
|
||||
(required if you want to build <xref linkend="gnome"/>),
|
||||
<xref linkend="gtk-doc"/> (if you've edited the docs
|
||||
and want to rebuild them)</para>
|
||||
<para role="optional"><xref linkend="gtk-doc"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/atk"/></para>
|
||||
@ -111,7 +111,7 @@ make</userinput></screen>
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libatk-1.0.so</seg>
|
||||
<seg>/usr/include/atk-1.0, /usr/share/gtk-doc/html/atk</seg>
|
||||
<seg>/usr/include/atk-1.0 and /usr/share/gtk-doc/html/atk</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user