Updated to ATK-1.11.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5758 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2006-03-27 20:19:07 +00:00
parent 46b84eb426
commit be2679d661
3 changed files with 11 additions and 9 deletions

View File

@ -347,7 +347,7 @@
<!ENTITY GTK-version "1.2.10"> <!ENTITY GTK-version "1.2.10">
<!ENTITY cairo-version "1.0.4"> <!ENTITY cairo-version "1.0.4">
<!ENTITY pango-version "1.10.2"> <!ENTITY pango-version "1.10.2">
<!ENTITY atk-version "1.10.3"> <!ENTITY atk-version "1.11.3">
<!ENTITY gtk2-version "2.8.11"> <!ENTITY gtk2-version "2.8.11">
<!ENTITY lesstif-version "0.94.4"> <!ENTITY lesstif-version "0.94.4">
<!ENTITY startup-notification-version "0.8"> <!ENTITY startup-notification-version "0.8">

View File

@ -44,6 +44,9 @@
<listitem> <listitem>
<para>March 27th, 2006</para> <para>March 27th, 2006</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[randy] - Updated to ATK-1.11.3.</para>
</listitem>
<listitem> <listitem>
<para>[randy] - Updated to GLib-2.10.1.</para> <para>[randy] - Updated to GLib-2.10.1.</para>
</listitem> </listitem>

View File

@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent"> <!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities; %general-entities;
<!ENTITY atk-download-http "&gnome-download-http;/atk/1.10/atk-&atk-version;.tar.bz2"> <!ENTITY atk-download-http "&gnome-download-http;/atk/1.11/atk-&atk-version;.tar.bz2">
<!ENTITY atk-download-ftp "ftp://ftp.gtk.org/pub/gtk/v2.8/atk-&atk-version;.tar.bz2"> <!ENTITY atk-download-ftp "&gnome-download-ftp;/atk/1.11/atk-&atk-version;.tar.bz2">
<!ENTITY atk-md5sum "c84a01fea567b365c0d44b227fead948"> <!ENTITY atk-md5sum "b9ab9ad4ac99cb7c00deb5bbb6cca2e4">
<!ENTITY atk-size "542 KB"> <!ENTITY atk-size "605 KB">
<!ENTITY atk-buildsize "9.2 MB"> <!ENTITY atk-buildsize "9.2 MB">
<!ENTITY atk-time "0.2 SBU"> <!ENTITY atk-time "0.1 SBU">
]> ]>
<sect1 id="atk" xreflabel="ATK-&atk-version;"> <sect1 id="atk" xreflabel="ATK-&atk-version;">
@ -90,9 +90,8 @@ make</userinput></screen>
<sect2 role="commands"> <sect2 role="commands">
<title>Command Explanations</title> <title>Command Explanations</title>
<para><option>--enable-gtk-doc</option>: Using this switch will build <para><option>--enable-gtk-doc</option>: This option will rebuild
the API documentation during the <command>make</command> command and the API documentation during the <command>make</command> command.</para>
install the documentation during <command>make install</command>.</para>
</sect2> </sect2>