Ignore:
Timestamp:
11/26/2016 12:39:11 AM (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.0, 8.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, nosym, 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:
9d92eb7a
Parents:
562355c
Message:

Update to webkitgtk-2.14.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk.xml

    r562355c r4307e1e  
    88  <!ENTITY webkitgtk-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    99  <!ENTITY webkitgtk-download-ftp  " ">
    10   <!ENTITY webkitgtk-md5sum        "20f21f48677559750581471c7aeb8648">
    11   <!ENTITY webkitgtk-size          "13 MB">
    12   <!ENTITY webkitgtk-buildsize     "1.1 GB (109 MB installed)">
    13   <!ENTITY webkitgtk-time          "35 SBU (using parallelism=4, 116 SBUs using one core)">
     10  <!ENTITY webkitgtk-md5sum        "2fe3cadbc546d93ca68a13756c2be015">
     11  <!ENTITY webkitgtk-size          "12.8 MB">
     12  <!ENTITY webkitgtk-buildsize     "956 MB (115 MB installed)">
     13  <!ENTITY webkitgtk-time          "34 SBU (using parallelism=4, estimated 116 SBUs using one core)">
    1414]>
    1515
     
    145145      following commands:
    146146    </para>
    147 <!--Was getting in Firefox and in Seamnkey:
    148 sed -i 's/â€/\"/g' ...
    149 in Ocidental
    150 or
    151 in Unicode
    152 sed -i 's/�€/\"/g' ...
    153 
    154 http://www.danshort.com/HTMLentities/
    155 Open  double quotes     “   &ldquo;     &#8220;     &#x201C;
    156 Close double quotes     ”   &rdquo;     &#8221;     &#x201D;
    157 -->
    158 <!-- Not needed anymore as of 2.12.5
    159 <screen><userinput>sed -e 's/&ldquo;/\"/' -e 's/&rdquo;/\"/' \
    160     -i Source/WebCore/xml/XMLViewer.{css,js} &amp;&amp;
    161 -->
    162 <!-- Fixed in 2.10.9
    163 sed -i "s#isnan#std::&amp;#g" Source/JavaScriptCore/runtime/Options.cpp &amp;&amp;-->
    164147
    165148<screen><userinput>mkdir -vp build &amp;&amp;
     
    207190  <sect2 role="commands">
    208191    <title>Command Explanations</title>
    209 
    210 <!--
    211     <para>
    212       <command>sed -i ...</command>: Fixes typos in two
    213       source code files.
    214     </para>
    215 -->
    216192
    217193    <para>
Note: See TracChangeset for help on using the changeset viewer.