Changeset c3a210a


Ignore:
Timestamp:
06/29/2020 05:31:35 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
55dc313
Parents:
6b0156b2
Message:

Update to gtk+-3.24.21

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6b0156b2 rc3a210a  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "28">                   <!-- Always 2 digits -->
     3<!ENTITY day          "29">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 28th, &year;">
     9<!ENTITY releasedate  "June 29th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r6b0156b2 rc3a210a  
    4343    -->
    4444    <listitem>
     45      <para>June 29th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to gtk+-3.24.21. Fixes
     49          <ulink url="&blfs-ticket-root;13737">#13737</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>June 28th, 2020</para>
    4656      <itemizedlist>
  • packages.ent

    r6b0156b2 rc3a210a  
    726726<!ENTITY graphene-version             "1.10.2">
    727727<!ENTITY gtk2-version                 "2.24.32">
    728 <!ENTITY gtk3-version                 "3.24.20">
     728<!ENTITY gtk3-version                 "3.24.21">
    729729<!ENTITY gtk-engines-version          "2.20.2">
    730730<!ENTITY gtkmm2-version               "2.24.5">
  • x/lib/freeglut.xml

    r6b0156b2 rc3a210a  
    107107
    108108    <para>
    109       First, fix an issue with multiply defined symbols exposed by GCC-10:
     109      First, fix an issue with multiple defined symbols exposed by GCC-10:
    110110    </para>
    111111
  • x/lib/gtk+3.xml

    r6b0156b2 rc3a210a  
    77  <!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/&gnome-minor-24;/gtk+-&gtk3-version;.tar.xz">
    88  <!ENTITY gtk3-download-ftp  "&gnome-download-ftp;/gtk+/&gnome-minor-24;/gtk+-&gtk3-version;.tar.xz">
    9   <!ENTITY gtk3-md5sum        "b302acc0a4b42e2980ef18628f9ce951">
     9  <!ENTITY gtk3-md5sum        "95afed6c860d27de827db66434d681da">
    1010  <!ENTITY gtk3-size          "20 MB">
    11   <!ENTITY gtk3-buildsize     "615 MB (add 9 MB for tests)">
    12   <!ENTITY gtk3-time          "1.9 SBU (using parallelism=4, add 0.4 SBU for tests)">
     11  <!ENTITY gtk3-buildsize     "592 MB (add 11 MB for tests)">
     12  <!ENTITY gtk3-time          "1.9 SBU (using parallelism=4, add 1.0 SBU for tests)">
    1313]>
    1414
     
    154154      Additionally many tests will fail if the current
    155155      gtk theme (such as current XFCE themes) has deprecated elements.-->
    156       The accessibility-dump portion of the test suite (6 tests) is known
    157       to fail.
     156      <!--The accessibility-dump portion of the test suite (6 tests) is known
     157      to fail.-->
     158      The colornames.ui test is known to fail.
    158159    </para>
    159160
     
    208209      without the wayland backend enabled.  Note that a previous installation
    209210      of gtk+3 built with wayland will interfere with installation without
    210       wayland.  If this is desired, remove /usr/lib//usr/lib/libgtk-3* before
     211      wayland.  If this is desired, remove /usr/lib/libgtk-3* before
    211212      installation.
    212213    </para>
Note: See TracChangeset for help on using the changeset viewer.