Update to gtk+-2.24.26.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15526 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2015-02-18 23:52:43 +00:00
parent 77549e434b
commit ca0d6adcd3
3 changed files with 10 additions and 16 deletions

View File

@ -47,6 +47,10 @@
<listitem>
<para>February 18th, 2015</para>
<itemizedlist>
<listitem>
<para>[fernando] - Update to gtk+-2.24.26. Fixes
<ulink url="&blfs-ticket-root;6153">#6153</ulink>.</para>
</listitem>
<listitem>
<para>[fernando] - Update to unrarsrc-5.2.6. Fixes
<ulink url="&blfs-ticket-root;6152">#6152</ulink>.</para>

View File

@ -462,7 +462,7 @@
<!ENTITY gdk-pixbuf-version "2.31.1">
<!ENTITY glu-version "9.0.0">
<!ENTITY goffice010-version "0.10.20">
<!ENTITY gtk2-version "2.24.25">
<!ENTITY gtk2-version "2.24.26">
<!ENTITY gtk3-version "3.14.8">
<!ENTITY gtk-engines-version "2.20.2">
<!ENTITY gtkmm2-version "2.24.4">

View File

@ -6,10 +6,10 @@
<!ENTITY gtk2-download-http "&gnome-download-http;/gtk+/2.24/gtk+-&gtk2-version;.tar.xz">
<!ENTITY gtk2-download-ftp "&gnome-download-ftp;/gtk+/2.24/gtk+-&gtk2-version;.tar.xz">
<!ENTITY gtk2-md5sum "612350704dd3aacb95355a4981930c6f">
<!ENTITY gtk2-md5sum "4610cc60ff96073b83dc7de254bdaf38">
<!ENTITY gtk2-size "13 MB">
<!ENTITY gtk2-buildsize "351 MB (additional 1 MB for the tests)">
<!ENTITY gtk2-time "2.5 SBU (additional 0.1 SBU for the tests)">
<!ENTITY gtk2-buildsize "319 MB (additional 1 MB for the tests)">
<!ENTITY gtk2-time "3.3 SBU (additional 0.1 SBU for the tests)">
]>
<sect1 id="gtk2" xreflabel="GTK+-&gtk2-version;">
@ -107,7 +107,6 @@
</para>
<screen><userinput>sed -i 's#l \(gtk-.*\).sgml#&amp; -o \1#' docs/{faq,tutorial}/Makefile.in &amp;&amp;
sed -i 's#.*@man_#man_#' docs/reference/gtk/Makefile.in &amp;&amp;
sed -i -e 's#pltcheck.sh#$(NULL)#g' gtk/Makefile.in &amp;&amp;
./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make</userinput></screen>
@ -152,14 +151,6 @@ make</userinput></screen>
<filename>Makefile</filename>s.
</para>
<para>
<command>sed -i 's#.*@man_#man_#' docs/reference/gtk/Makefile.in</command>:
This <command>sed</command> fixes one of the <filename>Makefile</filename>s
so it installs the man pages for <command>gtk-builder-convert</command>,
<command>gtk-query-immodules-2.0</command>, and
<command>gtk-update-icon-cache</command>.
</para>
<para>
<command>sed -i -e 's#pltcheck.sh#$(NULL)#g' gtk/Makefile.in</command>:
This <command>sed</command> disables one test known to fail.
@ -253,15 +244,14 @@ EOF</userinput></screen>
gtk-update-icon-cache
</seg>
<seg>
libgailutil.so, libgdk-x11-2.0.so, libgtk-x11-2.0.so,
and several under /usr/lib/gtk-2.0 subdirectories
libgailutil.so, libgdk-x11-2.0.so, and libgtk-x11-2.0.so
</seg>
<seg>
/etc/gtk-2.0,
/usr/include/{gail-1.0,gtk-2.0,gtk-unix-print-2.0},
/usr/lib/gtk-2.0,
/usr/share/gtk-2.0,
/usr/share/doc/gtk+-&gtk2-version;,
/usr/share/gtk-2.0,
/usr/share/gtk-doc/html/{gail-libgail-util,gdk2,gtk2}, and
/usr/share/themes/{Default,Emacs,Raleigh}
</seg>