mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update to WebKitGTK-2.18.1. Fixes #9898.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19375 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a37fe57eaa
commit
016e770315
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "23"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "24"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "10"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2017">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "October 23rd, &year;">
|
||||
<!ENTITY releasedate "October 24th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -42,6 +42,16 @@
|
||||
</listitem>
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>October 24th, 2017</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dj] - Update to WebKitGTK-2.18.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;9898">#9898</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>October 23rd, 2017</para>
|
||||
<itemizedlist>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
|
||||
<!ENTITY webkitgtk-download-ftp " ">
|
||||
<!ENTITY webkitgtk-md5sum "10d86dd5a5b68875654cc38af139f382">
|
||||
<!ENTITY webkitgtk-size "14 MB">
|
||||
<!ENTITY webkitgtk-buildsize "1.2 GB (119 MB installed)">
|
||||
<!ENTITY webkitgtk-time "40 SBU (using parallelism=4, extimated 132 SBUs using one core)">
|
||||
<!ENTITY webkitgtk-md5sum "951a6082ada2f7d0292d3251a3f9532b">
|
||||
<!ENTITY webkitgtk-size "15 MB">
|
||||
<!ENTITY webkitgtk-buildsize "1.2 GB (133 MB installed)">
|
||||
<!ENTITY webkitgtk-time "46 SBU (using parallelism=4, extimated 152 SBUs using one core)">
|
||||
]>
|
||||
|
||||
<sect1 id="webkitgtk" xreflabel="WebKitGTK+-&webkitgtk-version;">
|
||||
@ -132,21 +132,18 @@
|
||||
</para>
|
||||
</caution>
|
||||
|
||||
<para>
|
||||
<!-- <para>
|
||||
First, fix a build issue with an invalid header path.
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -i '/Activity.h/s:WebCore/:&platform/:' Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoImpl.h</userinput></screen>
|
||||
|
||||
-->
|
||||
<para>
|
||||
Install <application>WebKitGTK+</application> by running the
|
||||
following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -e 's#enchant_dict_free_suggestions#enchant_dict_free_string_list#g' \
|
||||
-i Source/WebCore/platform/text/enchant/TextCheckerEnchant.cpp &&
|
||||
|
||||
mkdir -vp build &&
|
||||
<screen><userinput>mkdir -vp build &&
|
||||
cd build &&
|
||||
|
||||
CFLAGS=-Wno-expansion-to-defined \
|
||||
@ -193,10 +190,10 @@ install -vm644 ../Documentation/webkitdomgtk-4.0/html/* \
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<!-- <para>
|
||||
<command>sed ... TextCheckerEnchant.cpp</command>: This command
|
||||
is needed to allow the build to complete with enchant-2.x.
|
||||
</para>
|
||||
</para> -->
|
||||
|
||||
<para>
|
||||
<parameter>-DUSE_LIBHYPHEN=OFF</parameter>: This switch disables
|
||||
|
Loading…
Reference in New Issue
Block a user