Changeset 016e770
- Timestamp:
- 10/24/2017 07:36:39 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:
- 01af2c3
- Parents:
- a37fe57
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
ra37fe57 r016e770 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 3"> <!-- Always 2 digits -->3 <!ENTITY day "24"> <!-- Always 2 digits --> 4 4 <!ENTITY month "10"> <!-- 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 "October 2 3rd, &year;">9 <!ENTITY releasedate "October 24th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
ra37fe57 r016e770 44 44 45 45 <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> 46 56 <para>October 23rd, 2017</para> 47 57 <itemizedlist> -
x/lib/webkitgtk.xml
ra37fe57 r016e770 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 " 10d86dd5a5b68875654cc38af139f382">10 <!ENTITY webkitgtk-size "1 4MB">11 <!ENTITY webkitgtk-buildsize "1.2 GB (1 19MB installed)">12 <!ENTITY webkitgtk-time "4 0 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)"> 13 13 ]> 14 14 … … 133 133 </caution> 134 134 135 <para>135 <!-- <para> 136 136 First, fix a build issue with an invalid header path. 137 137 </para> 138 138 139 139 <screen><userinput>sed -i '/Activity.h/s:WebCore/:&platform/:' Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoImpl.h</userinput></screen> 140 140 --> 141 141 <para> 142 142 Install <application>WebKitGTK+</application> by running the … … 144 144 </para> 145 145 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 && 148 149 mkdir -vp build && 146 <screen><userinput>mkdir -vp build && 150 147 cd build && 151 148 … … 194 191 <title>Command Explanations</title> 195 192 196 <para>193 <!-- <para> 197 194 <command>sed ... TextCheckerEnchant.cpp</command>: This command 198 195 is needed to allow the build to complete with enchant-2.x. 199 </para> 196 </para> --> 200 197 201 198 <para>
Note:
See TracChangeset
for help on using the changeset viewer.