Changeset fe5d91f


Ignore:
Timestamp:
09/04/2017 07:00:15 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0fa51a8
Parents:
e3586b2
Message:

Update to gtk+3.22.19.
Update to pango-1.40.11.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19186 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re3586b2 rfe5d91f  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[bdubbs] - Update to gtk+3.22.19. Fixes
     50          <ulink url="&blfs-ticket-root;9664">#9664</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to pango-1.40.11. Fixes
     54          <ulink url="&blfs-ticket-root;9658">#9658</ulink>.</para>
     55        </listitem>
     56        <listitem>
    4957          <para>[bdubbs] - Update to faac-1.29.7.3. Fixes
    5058          <ulink url="&blfs-ticket-root;9704">#9704</ulink>.</para>
  • packages.ent

    re3586b2 rfe5d91f  
    549549<!ENTITY goffice010-version           "0.10.35">
    550550<!ENTITY gtk2-version                 "2.24.31">
    551 <!ENTITY gtk3-version                 "3.22.18">
     551<!ENTITY gtk3-version                 "3.22.19">
    552552<!ENTITY gtk-engines-version          "2.20.2">
    553553<!ENTITY gtkmm2-version               "2.24.5">
     
    559559<!ENTITY libnotify-version            "0.7.7">
    560560<!ENTITY libxklavier-version          "5.4">
    561 <!ENTITY pango-version                "1.40.10">
     561<!ENTITY pango-version                "1.40.11">
    562562<!ENTITY pangomm-version              "2.40.1">
    563563<!ENTITY qt5-version                  "5.9.1">
  • x/lib/gtk+3.xml

    re3586b2 rfe5d91f  
    77  <!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/&gnome-minor-22;/gtk+-&gtk3-version;.tar.xz">
    88  <!ENTITY gtk3-download-ftp  "&gnome-download-ftp;/gtk+/&gnome-minor-22;/gtk+-&gtk3-version;.tar.xz">
    9   <!ENTITY gtk3-md5sum        "5c574a872ef3af67706bd612374ea58b">
     9  <!ENTITY gtk3-md5sum        "8a4878abe72726b4d33c623c595749bc">
    1010  <!ENTITY gtk3-size          "18 MB">
    11   <!ENTITY gtk3-buildsize     "427 MB (add 9 MB for tests)">
     11  <!ENTITY gtk3-buildsize     "431 MB (add 9 MB for tests)">
    1212  <!ENTITY gtk3-time          "2.0 SBU (using parallelism=4, add 0.6 SBU for tests)">
    1313]>
     
    8484    <bridgehead renderas="sect4">Recommended</bridgehead>
    8585    <para role="recommended">
    86       <xref linkend="hicolor-icon-theme"/> (needed for tests) and
    8786      <xref linkend="adwaita-icon-theme"/> (default for some gtk+3 settings
    88       keys, also needed for tests)
     87      keys, also needed for tests),
     88      <xref linkend="hicolor-icon-theme"/> (needed for tests),
     89      <xref linkend="wayland"/>,
     90      <xref linkend="wayland-protocols"/>, and
    8991    </para>
    9092
     
    102104      <xref linkend="json-glib"/>,
    103105      <xref linkend="libxkbcommon"/>,
    104       <!-- seems to have dropped out
    105       <xref linkend="pyatspi2"/> (for tests), -->
    106       <xref linkend="wayland"/>,
    107       <xref linkend="wayland-protocols"/>,
    108106      <ulink url="http://icl.cs.utk.edu/papi/">PAPI</ulink>, and
    109107      <ulink url="http://ftp.acc.umu.se/pub/gnome/sources/rest/">rest</ulink>
     
    117115      <xref linkend="libxkbcommon"/>,
    118116      <xref linkend="pyatspi2"/> (for tests),
    119       <xref linkend="rest"/>,
    120       <xref linkend="wayland"/>,
    121       <xref linkend="wayland-protocols"/>, and
     117      <xref linkend="rest"/>, and
    122118      <ulink url="http://icl.cs.utk.edu/papi/">PAPI</ulink>
    123119    </para>
     
    152148            --enable-broadway-backend \
    153149            --enable-x11-backend      \
    154             --disable-wayland-backend &amp;&amp;
     150            --enable-wayland-backend &amp;&amp;
    155151make</userinput></screen>
    156152
     
    167163      To test the results you need a graphical session, then issue
    168164      <command>make -k check</command>.
    169       The textbuffer, textiter, text, and  gtk-reftest tests are known to fail.
     165      The textbuffer, textiter, text, and gtk-reftest tests are known to fail.
    170166    </para>
    171167
     
    205201
    206202    <para>
    207       <parameter>--disable-wayland-backend</parameter>: This switch
    208       disables the Wayland GDK backend. Replace with
    209       <option>--enable-wayland-backend</option> if you have installed
     203      <parameter>--enable-wayland-backend</parameter>: This switch
     204      enables the Wayland GDK backend. Replace with
     205      <option>--disable-wayland-backend</option> if you do not have
    210206      <xref linkend="wayland"/> and <xref linkend="wayland-protocols"/>
    211       and you wish to build <application>GNOME</application> with Wayland
    212       support.
     207      or you do not wish to build <application>GNOME</application> with Wayland
     208      support.  Other changes may be needed to allow the build to complete
     209      without the wayland-backend enabled.
    213210    </para>
    214211
  • x/lib/pango.xml

    re3586b2 rfe5d91f  
    77  <!ENTITY pango-download-http "&gnome-download-http;/pango/1.40/pango-&pango-version;.tar.xz">
    88  <!ENTITY pango-download-ftp  "&gnome-download-ftp;/pango/1.40/pango-&pango-version;.tar.xz">
    9   <!ENTITY pango-md5sum        "a612e445157c688a3efe878938e7f4c6">
    10   <!ENTITY pango-size          "484 KB">
    11   <!ENTITY pango-buildsize     "19 MB (with tests)">
    12   <!ENTITY pango-time          "0.4 SBU (with tests)">
     9  <!ENTITY pango-md5sum        "eee00ed5d0ea50d5cd9e819d25ef5037">
     10  <!ENTITY pango-size          "836 KB">
     11  <!ENTITY pango-buildsize     "20 MB (with tests)">
     12  <!ENTITY pango-time          "0.3 SBU (with tests)">
    1313]>
    1414
     
    114114    </para>
    115115
    116 <screen><userinput>./autogen.sh --prefix=/usr --sysconfdir=/etc &amp;&amp;
     116<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    117117make</userinput></screen>
    118118
Note: See TracChangeset for help on using the changeset viewer.