Changeset 4d185c9e
- Timestamp:
- 09/17/2017 07:08:17 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c6afa0d
- Parents:
- e71a98d9
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
re71a98d9 r4d185c9e 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 5"> <!-- Always 2 digits -->3 <!ENTITY day "17"> <!-- Always 2 digits --> 4 4 <!ENTITY month "09"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "September 1 5th, &year;">9 <!ENTITY releasedate "September 17th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
re71a98d9 r4d185c9e 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>September 17th, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to WebKitGTK+-2.18.0. Fixes 49 <ulink url="&blfs-ticket-root;9748">#9748</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 44 53 45 54 <listitem> -
packages.ent
re71a98d9 r4d185c9e 566 566 <!ENTITY shared-mime-info-version "1.8"> 567 567 <!ENTITY startup-notification-version "0.12"> 568 <!ENTITY webkitgtk-version "2.1 6.6"> <!-- Even minors only -->568 <!ENTITY webkitgtk-version "2.18.0"> <!-- Even minors only --> 569 569 570 570 <!ENTITY gtk2-libdir "2.0/2.10.0"> -
x/lib/webkitgtk.xml
re71a98d9 r4d185c9e 7 7 <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz"> 8 8 <!ENTITY webkitgtk-download-ftp " "> 9 <!ENTITY webkitgtk-md5sum " 0e2d142a586e4ff79cf0324f4fdbf20c">9 <!ENTITY webkitgtk-md5sum "10d86dd5a5b68875654cc38af139f382"> 10 10 <!ENTITY webkitgtk-size "14 MB"> 11 <!ENTITY webkitgtk-buildsize "1. 0GB (119 MB installed)">12 <!ENTITY webkitgtk-time " 56 SBU (using parallelism=4, extimated 120SBUs using one core)">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)"> 13 13 ]> 14 14 … … 132 132 133 133 <para> 134 First, fix a build issue with <application>ICU</application> >= 59: 135 </para> 136 137 <screen><userinput>sed -i 's/unsigned short/char16_t/' \ 138 Source/JavaScriptCore/API/JSStringRef.h \ 139 Source/WebKit2/Shared/API/c/WKString.h && 140 141 sed -i '/stdbool.h/ a#include <uchar.h>' \ 142 Source/JavaScriptCore/API/JSBase.h</userinput></screen> 134 First, fix a build issue with an invalid header path. 135 </para> 136 137 <screen><userinput>sed -i '/Activity.h/s:WebCore/:&platform/:' Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoImpl.h</userinput></screen> 143 138 144 139 <para> … … 241 236 <seglistitem> 242 237 <seg> 243 jsc and MiniBrowser 238 jsc, 239 MiniBrowser, and 240 WebKitWebDriver <!-- New in 2.18.0 --> 244 241 </seg> 245 242 <seg> … … 285 282 </varlistentry> 286 283 284 <varlistentry id="WebKitWebDriver"> 285 <term><command>WebKitWebDriver</command></term> 286 <listitem> 287 <para> 288 allows debugging and automation of web pages and browsers. 289 </para> 290 <indexterm zone="webkitgtk WebKitWebDriver"> 291 <primary sortas="b-WebKitWebDriver">WebKitWebDriver</primary> 292 </indexterm> 293 </listitem> 294 </varlistentry> 295 287 296 <varlistentry id="libjavascriptcoregtk-4.0"> 288 297 <term><filename
Note:
See TracChangeset
for help on using the changeset viewer.