Update to gtkmm-3.2.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9325 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2012-02-09 01:04:55 +00:00
parent a680ea90ea
commit c5464c83bd
3 changed files with 13 additions and 9 deletions

View File

@ -598,7 +598,7 @@ $Date$
<!ENTITY gtk2-libdir "2.0/2.10.0">
<!ENTITY gtk3-version "3.2.3">
<!ENTITY gtk-engines-version "2.20.1">
<!ENTITY gtkmm-version "2.20.3">
<!ENTITY gtkmm-version "3.2.0">
<!ENTITY lesstif-version "0.95.2">
<!ENTITY startup-notification-version "0.9">
<!ENTITY libwnck-version "2.30.2">

View File

@ -50,6 +50,9 @@
<listitem>
<para>[ken] - merge cairomm-1.9.2 from Wayne.</para>
</listitem>
<listitem>
<para>[ken] - merge gtkmm-3.2.0 from Wayne.</para>
</listitem>
</itemizedlist>
</listitem>

View File

@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gtkmm-download-http "&gnome-download-http;/gtkmm/2.20/gtkmm-&gtkmm-version;.tar.bz2">
<!ENTITY gtkmm-download-ftp "&gnome-download-ftp;/gtkmm/2.20/gtkmm-&gtkmm-version;.tar.bz2">
<!ENTITY gtkmm-md5sum "c35f236091b4f96fe45c53b4107400a9">
<!ENTITY gtkmm-size "12.0 MB">
<!ENTITY gtkmm-buildsize "238 MB">
<!ENTITY gtkmm-time "3.1 SBU">
<!ENTITY gtkmm-download-http "&gnome-download-http;/gtkmm/3.2/gtkmm-&gtkmm-version;.tar.xz">
<!ENTITY gtkmm-download-ftp "&gnome-download-ftp;/gtkmm/3.2/gtkmm-&gtkmm-version;.tar.xz">
<!ENTITY gtkmm-md5sum "4d68a8c59efd9727f5d7c9d0d7aaacca">
<!ENTITY gtkmm-size "8.4 MB">
<!ENTITY gtkmm-buildsize "251 MB">
<!ENTITY gtkmm-time "3.0 SBU">
]>
<sect1 id="gtkmm" xreflabel="gtkmm-&gtkmm-version;">
@ -59,7 +59,8 @@
<bridgehead renderas="sect3">gtkmm Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="gtk2"/>, and
<para role="required"><xref linkend="atkmm"/>,
<xref linkend="gtk3"/>, and
<xref linkend="pangomm"/></para>
<para condition="html" role="usernotes">User Notes:
@ -76,7 +77,7 @@
<screen><userinput>./configure --prefix=/usr &amp;&amp;
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>