Author: bdubbs
Date: Mon Sep 4 12:00:15 2017
New Revision: 19186
Log:
Update to gtk+3.22.19.
Update to pango-1.40.11.
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/packages.ent
trunk/BOOK/x/lib/gtk+3.xml
trunk/BOOK/x/lib/pango.xml
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Mon Sep 4 11:28:36
2017 (r19185)
+++ trunk/BOOK/introduction/welcome/changelog.xml Mon Sep 4 12:00:15
2017 (r19186)
@@ -46,6 +46,14 @@
<para>September 4th, 2017</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Update to gtk+3.22.19. Fixes
+ <ulink url="&blfs-ticket-root;9664">#9664</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to pango-1.40.11. Fixes
+ <ulink url="&blfs-ticket-root;9658">#9658</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Update to faac-1.29.7.3. Fixes
<ulink url="&blfs-ticket-root;9704">#9704</ulink>.</para>
</listitem>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Mon Sep 4 11:28:36 2017 (r19185)
+++ trunk/BOOK/packages.ent Mon Sep 4 12:00:15 2017 (r19186)
@@ -548,7 +548,7 @@
<!ENTITY glu-version "9.0.0">
<!ENTITY goffice010-version "0.10.35">
<!ENTITY gtk2-version "2.24.31">
-<!ENTITY gtk3-version "3.22.18">
+<!ENTITY gtk3-version "3.22.19">
<!ENTITY gtk-engines-version "2.20.2">
<!ENTITY gtkmm2-version "2.24.5">
<!ENTITY gtkmm3-version "3.22.1">
@@ -558,7 +558,7 @@
<!ENTITY keybinder2-version "0.3.0">
<!ENTITY libnotify-version "0.7.7">
<!ENTITY libxklavier-version "5.4">
-<!ENTITY pango-version "1.40.10">
+<!ENTITY pango-version "1.40.11">
<!ENTITY pangomm-version "2.40.1">
<!ENTITY qt5-version "5.9.1">
<!ENTITY qtwebengine-version "5.9.1">
Modified: trunk/BOOK/x/lib/gtk+3.xml
==============================================================================
--- trunk/BOOK/x/lib/gtk+3.xml Mon Sep 4 11:28:36 2017 (r19185)
+++ trunk/BOOK/x/lib/gtk+3.xml Mon Sep 4 12:00:15 2017 (r19186)
@@ -6,9 +6,9 @@
<!ENTITY gtk3-download-http
"&gnome-download-http;/gtk+/&gnome-minor-22;/gtk+->k3-version;.tar.xz">
<!ENTITY gtk3-download-ftp
"&gnome-download-ftp;/gtk+/&gnome-minor-22;/gtk+->k3-version;.tar.xz">
- <!ENTITY gtk3-md5sum "5c574a872ef3af67706bd612374ea58b">
+ <!ENTITY gtk3-md5sum "8a4878abe72726b4d33c623c595749bc">
<!ENTITY gtk3-size "18 MB">
- <!ENTITY gtk3-buildsize "427 MB (add 9 MB for tests)">
+ <!ENTITY gtk3-buildsize "431 MB (add 9 MB for tests)">
<!ENTITY gtk3-time "2.0 SBU (using parallelism=4, add 0.6 SBU for
tests)">
]>
@@ -83,9 +83,11 @@
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
- <xref linkend="hicolor-icon-theme"/> (needed for tests) and
<xref linkend="adwaita-icon-theme"/> (default for some gtk+3 settings
- keys, also needed for tests)
+ keys, also needed for tests),
+ <xref linkend="hicolor-icon-theme"/> (needed for tests),
+ <xref linkend="wayland"/>,
+ <xref linkend="wayland-protocols"/>, and
</para>
<bridgehead renderas="sect4">Recommended (Required if building
GNOME)</bridgehead>
@@ -101,10 +103,6 @@
<xref linkend="gtk-doc"/>,
<xref linkend="json-glib"/>,
<xref linkend="libxkbcommon"/>,
- <!-- seems to have dropped out
- <xref linkend="pyatspi2"/> (for tests), -->
- <xref linkend="wayland"/>,
- <xref linkend="wayland-protocols"/>,
<ulink url="http://icl.cs.utk.edu/papi/">PAPI</ulink>, and
<ulink url="http://ftp.acc.umu.se/pub/gnome/sources/rest/">rest</ulink>
</para>
@@ -116,9 +114,7 @@
<xref linkend="json-glib"/>,
<xref linkend="libxkbcommon"/>,
<xref linkend="pyatspi2"/> (for tests),
- <xref linkend="rest"/>,
- <xref linkend="wayland"/>,
- <xref linkend="wayland-protocols"/>, and
+ <xref linkend="rest"/>, and
<ulink url="http://icl.cs.utk.edu/papi/">PAPI</ulink>
</para>
@@ -151,7 +147,7 @@
--sysconfdir=/etc \
--enable-broadway-backend \
--enable-x11-backend \
- --disable-wayland-backend &&
+ --enable-wayland-backend &&
make</userinput></screen>
<para>
@@ -166,7 +162,7 @@
<para>
To test the results you need a graphical session, then issue
<command>make -k check</command>.
- The textbuffer, textiter, text, and gtk-reftest tests are known to fail.
+ The textbuffer, textiter, text, and gtk-reftest tests are known to fail.
</para>
<para>
@@ -204,12 +200,13 @@
</para>
<para>
- <parameter>--disable-wayland-backend</parameter>: This switch
- disables the Wayland GDK backend. Replace with
- <option>--enable-wayland-backend</option> if you have installed
+ <parameter>--enable-wayland-backend</parameter>: This switch
+ enables the Wayland GDK backend. Replace with
+ <option>--disable-wayland-backend</option> if you do not have
<xref linkend="wayland"/> and <xref linkend="wayland-protocols"/>
- and you wish to build <application>GNOME</application> with Wayland
- support.
+ or you do not wish to build <application>GNOME</application> with Wayland
+ support. Other changes may be needed to allow the build to complete
+ without the wayland-backend enabled.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Modified: trunk/BOOK/x/lib/pango.xml
==============================================================================
--- trunk/BOOK/x/lib/pango.xml Mon Sep 4 11:28:36 2017 (r19185)
+++ trunk/BOOK/x/lib/pango.xml Mon Sep 4 12:00:15 2017 (r19186)
@@ -6,10 +6,10 @@
<!ENTITY pango-download-http
"&gnome-download-http;/pango/1.40/pango-&pango-version;.tar.xz">
<!ENTITY pango-download-ftp
"&gnome-download-ftp;/pango/1.40/pango-&pango-version;.tar.xz">
- <!ENTITY pango-md5sum "a612e445157c688a3efe878938e7f4c6">
- <!ENTITY pango-size "484 KB">
- <!ENTITY pango-buildsize "19 MB (with tests)">
- <!ENTITY pango-time "0.4 SBU (with tests)">
+ <!ENTITY pango-md5sum "eee00ed5d0ea50d5cd9e819d25ef5037">
+ <!ENTITY pango-size "836 KB">
+ <!ENTITY pango-buildsize "20 MB (with tests)">
+ <!ENTITY pango-time "0.3 SBU (with tests)">
]>
<sect1 id="pango" xreflabel="Pango-&pango-version;">
@@ -113,7 +113,7 @@
commands:
</para>
-<screen><userinput>./autogen.sh --prefix=/usr --sysconfdir=/etc &&
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
make</userinput></screen>
<para>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page