Changeset 17ae4374


Ignore:
Timestamp:
12/20/2020 02:32:46 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
1c429ed
Parents:
4676c15d
Message:

Update to WebKitGTK+-2.30.4

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    r4676c15d r17ae4374  
    4343    -->
    4444    <listitem>
     45      <para>December 19th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to WebKitGTK+-2.30.4. Fixes
     49          <ulink url="&blfs-ticket-root;14388">#14388</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>December 18th, 2020</para>
    4656      <itemizedlist>
  • packages.ent

    r4676c15d r17ae4374  
    760760<!ENTITY startup-notification-version "0.12">
    761761<!ENTITY tepl-version                 "5.0.1">
    762 <!ENTITY webkitgtk-version            "2.30.3">    <!-- Even minors only -->
     762<!ENTITY webkitgtk-version            "2.30.4">    <!-- Even minors only -->
    763763
    764764<!ENTITY gtk2-libdir                  "2.0/2.10.0">
  • x/installing/mesa.xml

    r4676c15d r17ae4374  
    202202    <para>
    203203      The platforms ("window systems") available for X86 linux are x11, wayland,
    204       drm, and surfaceless. By not specifying anything, the meson build-system
    205       will build for all these platforms if you have the dependencies, identical
    206       to if you had specified '-Dplatforms=auto'.
     204     <!--drm,--> and surfaceless. By not specifying anything, the meson
     205      build-system will build for all these platforms if you have the
     206      dependencies, identical to if you had specified '-Dplatforms=auto'.
    207207    </para>
    208208
  • x/lib/webkitgtk.xml

    r4676c15d r17ae4374  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "3db32cffeab82efcade1ce77f94865c2">
     9  <!ENTITY webkitgtk-md5sum        "81c813d77a7b52ef655922f9b387f3a1">
    1010  <!ENTITY webkitgtk-size          "21 MB">
    11   <!ENTITY webkitgtk-buildsize     "832 MB (121 MB installed)">
    12   <!ENTITY webkitgtk-time          "25 SBU (using parallelism=4, estimated 83 SBU using one core)">
     11  <!ENTITY webkitgtk-buildsize     "840 MB (121 MB installed)">
     12  <!ENTITY webkitgtk-time          "24 SBU (using parallelism=4, estimated 79 SBU using one core)">
    1313]>
    1414
     
    129129    <application>WebKitGTK+</application></bridgehead>
    130130
     131<!--
    131132    <para>First, ensure backward compatibility with the latest version of icu:</para>
    132133
    133134<screen><userinput>echo 'add_compile_definitions("U_DEFINE_FALSE_AND_TRUE=1")' &gt;&gt; Source/WTF/wtf/CMakeLists.txt</userinput></screen>
     135-->
    134136
    135137    <para>
Note: See TracChangeset for help on using the changeset viewer.