Changeset fe5d91f for x/lib/gtk+3.xml


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.