mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
Update to WebKitGTK+-2.30.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24004 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
4676c15df1
commit
17ae4374cc
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "18"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "19"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "12"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2020">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "December 18th, &year;">
|
||||
<!ENTITY releasedate "December 19th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -41,6 +41,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>December 19th, 2020</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to WebKitGTK+-2.30.4. Fixes
|
||||
<ulink url="&blfs-ticket-root;14388">#14388</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>December 18th, 2020</para>
|
||||
<itemizedlist>
|
||||
|
@ -759,7 +759,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY shared-mime-info-version "2.0">
|
||||
<!ENTITY startup-notification-version "0.12">
|
||||
<!ENTITY tepl-version "5.0.1">
|
||||
<!ENTITY webkitgtk-version "2.30.3"> <!-- Even minors only -->
|
||||
<!ENTITY webkitgtk-version "2.30.4"> <!-- Even minors only -->
|
||||
|
||||
<!ENTITY gtk2-libdir "2.0/2.10.0">
|
||||
<!ENTITY qt5-dir "$QT5DIR">
|
||||
|
@ -201,9 +201,9 @@
|
||||
|
||||
<para>
|
||||
The platforms ("window systems") available for X86 linux are x11, wayland,
|
||||
drm, and surfaceless. By not specifying anything, the meson build-system
|
||||
will build for all these platforms if you have the dependencies, identical
|
||||
to if you had specified '-Dplatforms=auto'.
|
||||
<!--drm,--> and surfaceless. By not specifying anything, the meson
|
||||
build-system will build for all these platforms if you have the
|
||||
dependencies, identical to if you had specified '-Dplatforms=auto'.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
|
||||
<!ENTITY webkitgtk-download-ftp " ">
|
||||
<!ENTITY webkitgtk-md5sum "3db32cffeab82efcade1ce77f94865c2">
|
||||
<!ENTITY webkitgtk-md5sum "81c813d77a7b52ef655922f9b387f3a1">
|
||||
<!ENTITY webkitgtk-size "21 MB">
|
||||
<!ENTITY webkitgtk-buildsize "832 MB (121 MB installed)">
|
||||
<!ENTITY webkitgtk-time "25 SBU (using parallelism=4, estimated 83 SBU using one core)">
|
||||
<!ENTITY webkitgtk-buildsize "840 MB (121 MB installed)">
|
||||
<!ENTITY webkitgtk-time "24 SBU (using parallelism=4, estimated 79 SBU using one core)">
|
||||
]>
|
||||
|
||||
<sect1 id="webkitgtk" xreflabel="WebKitGTK+-&webkitgtk-version;">
|
||||
@ -128,9 +128,11 @@
|
||||
<bridgehead renderas="sect3">Installation of
|
||||
<application>WebKitGTK+</application></bridgehead>
|
||||
|
||||
<!--
|
||||
<para>First, ensure backward compatibility with the latest version of icu:</para>
|
||||
|
||||
<screen><userinput>echo 'add_compile_definitions("U_DEFINE_FALSE_AND_TRUE=1")' >> Source/WTF/wtf/CMakeLists.txt</userinput></screen>
|
||||
-->
|
||||
|
||||
<para>
|
||||
Install <application>WebKitGTK+</application> by running the
|
||||
|
Loading…
Reference in New Issue
Block a user