mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
WebkitGTK+-2.10.9
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17126 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
3534fb0ae8
commit
075290ef56
@ -46,6 +46,10 @@
|
||||
<listitem>
|
||||
<para>March 17th, 2016</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[pierre] - Update to WebkitGTK+-2.10.9. Fixes
|
||||
<ulink url="&blfs-ticket-root;7565">#7565</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[igor] - Update to dovecot-2.2.22. Fixes
|
||||
<ulink url="&blfs-ticket-root;7592">#7592</ulink>.</para>
|
||||
|
@ -505,7 +505,7 @@
|
||||
<!ENTITY shared-mime-info-version "1.5">
|
||||
<!ENTITY startup-notification-version "0.12">
|
||||
<!ENTITY webkitgtk2-version "2.4.9"> <!-- Even minors only -->
|
||||
<!ENTITY webkitgtk-version "2.10.7"> <!-- Even minors only -->
|
||||
<!ENTITY webkitgtk-version "2.10.9"> <!-- Even minors only -->
|
||||
|
||||
<!ENTITY gtk2-libdir "2.0/2.10.0">
|
||||
<!ENTITY qt4-dir "$QT4DIR">
|
||||
|
@ -7,9 +7,9 @@
|
||||
<!-- This is the 2.8.x and later version of webkit -->
|
||||
<!ENTITY webkitgtk-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
|
||||
<!ENTITY webkitgtk-download-ftp " ">
|
||||
<!ENTITY webkitgtk-md5sum "84832b9d8329413b4f1d87df5f7e8efe">
|
||||
<!ENTITY webkitgtk-size "11 MB">
|
||||
<!ENTITY webkitgtk-buildsize "1016 MB (105 MB installed)">
|
||||
<!ENTITY webkitgtk-md5sum "910749295bd17738469ae19ec9dded24">
|
||||
<!ENTITY webkitgtk-size "10 MB">
|
||||
<!ENTITY webkitgtk-buildsize "0.98 GB (105 MB installed)">
|
||||
<!ENTITY webkitgtk-time "35 SBU (using parallelism=4, estimated 88+ SBU using 1 core)">
|
||||
]>
|
||||
|
||||
@ -139,8 +139,8 @@ Close double quotes ” ” ” ”
|
||||
-->
|
||||
<screen><userinput>sed -e 's/“/\"/' -e 's/”/\"/' \
|
||||
-i Source/WebCore/xml/XMLViewer.{css,js} &&
|
||||
|
||||
sed -i "s#isnan#std::&#g" Source/JavaScriptCore/runtime/Options.cpp &&
|
||||
<!-- Fixed in 2.10.9
|
||||
sed -i "s#isnan#std::&#g" Source/JavaScriptCore/runtime/Options.cpp &&-->
|
||||
|
||||
mkdir -vp build &&
|
||||
cd build &&
|
||||
@ -188,9 +188,8 @@ install -vm644 ../Documentation/webkitdomgtk-4.0/html/* \
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<command>sed -i ...</command>: The first sed fixes typos in two
|
||||
source code files, the second fixes a build failure caused by a
|
||||
<application>glibc-2.23</application> change.
|
||||
<command>sed -i ...</command>: Fixes typos in two
|
||||
source code files.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user