Changeset 016e770


Ignore:
Timestamp:
10/24/2017 07:36:39 AM (7 years ago)
Author:
DJ Lucas <dj@…>
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:
01af2c3
Parents:
a37fe57
Message:

Update to WebKitGTK-2.18.1. Fixes #9898.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra37fe57 r016e770  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "23">                   <!-- Always 2 digits -->
     3<!ENTITY day          "24">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 23rd, &year;">
     9<!ENTITY releasedate  "October 24th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    ra37fe57 r016e770  
    4444
    4545    <listitem>
     46      <para>October 24th, 2017</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[dj] - Update to WebKitGTK-2.18.1. Fixes
     50          <ulink url="&blfs-ticket-root;9898">#9898</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4656      <para>October 23rd, 2017</para>
    4757      <itemizedlist>
  • x/lib/webkitgtk.xml

    ra37fe57 r016e770  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "10d86dd5a5b68875654cc38af139f382">
    10   <!ENTITY webkitgtk-size          "14 MB">
    11   <!ENTITY webkitgtk-buildsize     "1.2 GB (119 MB installed)">
    12   <!ENTITY webkitgtk-time          "40 SBU (using parallelism=4, extimated 132 SBUs using one core)">
     9  <!ENTITY webkitgtk-md5sum        "951a6082ada2f7d0292d3251a3f9532b">
     10  <!ENTITY webkitgtk-size          "15 MB">
     11  <!ENTITY webkitgtk-buildsize     "1.2 GB (133 MB installed)">
     12  <!ENTITY webkitgtk-time          "46 SBU (using parallelism=4, extimated 152 SBUs using one core)">
    1313]>
    1414
     
    133133    </caution>
    134134
    135     <para>
     135<!--    <para>
    136136      First, fix a build issue with an invalid header path.
    137137    </para>
    138138
    139139<screen><userinput>sed -i '/Activity.h/s:WebCore/:&amp;platform/:' Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoImpl.h</userinput></screen>
    140 
     140-->
    141141    <para>
    142142      Install <application>WebKitGTK+</application> by running the
     
    144144    </para>
    145145
    146 <screen><userinput>sed -e 's#enchant_dict_free_suggestions#enchant_dict_free_string_list#g' \
    147     -i Source/WebCore/platform/text/enchant/TextCheckerEnchant.cpp       &amp;&amp;
    148 
    149 mkdir -vp build &amp;&amp;
     146<screen><userinput>mkdir -vp build &amp;&amp;
    150147cd        build &amp;&amp;
    151148
     
    194191    <title>Command Explanations</title>
    195192
    196     <para>
     193<!--    <para>
    197194      <command>sed ... TextCheckerEnchant.cpp</command>: This command
    198195      is needed to allow the build to complete with enchant-2.x.
    199     </para>
     196    </para> -->
    200197
    201198    <para>
Note: See TracChangeset for help on using the changeset viewer.