Ignore:
Timestamp:
10/24/2017 07:36:39 AM (6 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.