Ignore:
Timestamp:
04/15/2015 02:30:56 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 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:
6ebcb8e
Parents:
77f6b3c
Message:

Update to webkitgtk-2.8.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk.xml

    r77f6b3c r24dfdcd  
    77  <!ENTITY webkitgtk-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "fade95513ecd47b68c8cdaeb1add9cd3">
    10   <!ENTITY webkitgtk-size          "9.9 MB">
    11   <!ENTITY webkitgtk-buildsize     "912 MB (98 MB installed)">
    12   <!ENTITY webkitgtk-time          "19 SBU (using parallelism=12, estimated 30 SBU using parallelism=4)">
     9  <!ENTITY webkitgtk-md5sum        "25459ad6646e3cae4b38e7612af9c0bf">
     10  <!ENTITY webkitgtk-size          "10 MB">
     11  <!ENTITY webkitgtk-buildsize     "967 MB (101 MB installed)">
     12  <!ENTITY webkitgtk-time          "Estimated build time: 30 SBU (using parallelism=4, estimated 79 SBU using 1 core)">
    1313]>
    1414
     
    130130in Unicode
    131131sed -i 's/�€/\"/g' ...
     132
     133http://www.danshort.com/HTMLentities/
     134Open  double quotes     “   &ldquo;     &#8220;     &#x201C;
     135Close double quotes     ”   &rdquo;     &#8221;     &#x201D;
    132136-->
    133 <screen><userinput>sed -i 's/&#8221;/\"/g' Source/WebCore/xml/XMLViewer.{css,js} &amp;&amp;
     137<screen><userinput>sed -e 's/&ldquo;/\"/' -e 's/&rdquo;/\"/' -i Source/WebCore/xml/XMLViewer.{css,js} &amp;&amp;
    134138
    135139mkdir -vp build &amp;&amp;
    136 cd build        &amp;&amp;
     140cd        build &amp;&amp;
    137141
    138142cmake -DCMAKE_BUILD_TYPE=Release  \
     
    167171
    168172install -vdm755 /usr/share/gtk-doc/html/webkit{2,dom}gtk-4.0 &amp;&amp;
    169 install -vm644  ../Documentation/webkit2gtk-4.0/html/* \
    170                 /usr/share/gtk-doc/html/webkit2gtk-4.0 &amp;&amp;
     173install -vm644  ../Documentation/webkit2gtk-4.0/html/*   \
     174                /usr/share/gtk-doc/html/webkit2gtk-4.0       &amp;&amp;
    171175install -vm644  ../Documentation/webkitdomgtk-4.0/html/* \
    172176                /usr/share/gtk-doc/html/webkitdomgtk-4.0</userinput></screen>
     
    219223          /usr/include/webkitgtk-4.0,
    220224          /usr/lib/webkit2gtk-4.0,
    221           /usr/libexec/webkit2gtk-4.0,
    222           /usr/share/gtk-doc/html/webkit2gtk-4.0, and
    223           /usr/share/gtk-doc/html/webkitdomgtk-4.0
     225          /usr/libexec/webkit2gtk-4.0, and
     226          /usr/share/gtk-doc/html/webkit{2,dom}gtk-4.0
    224227        </seg>
    225228      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.