mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Update to gjs-1.58.5
Update to WebKitGTK+-2.26.4 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22754 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
92195dd11c
commit
1f61010e1b
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "21"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "25"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "02"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2020">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "February 21st, &year;">
|
||||
<!ENTITY releasedate "February 25th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -23,7 +23,7 @@
|
||||
<!ENTITY yelp-xsl-version "3.34.2">
|
||||
<!ENTITY GConf-version "3.2.6">
|
||||
<!ENTITY geocode-glib-version "3.26.1">
|
||||
<!ENTITY gjs-version "1.58.4">
|
||||
<!ENTITY gjs-version "1.58.5">
|
||||
<!ENTITY gnome-autoar-version "0.2.4">
|
||||
<!ENTITY gnome-desktop-version "3.34.3">
|
||||
<!ENTITY gnome-menus-version "3.35.3">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.58/gjs-&gjs-version;.tar.xz">
|
||||
<!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.58/gjs-&gjs-version;.tar.xz">
|
||||
<!ENTITY gjs-md5sum "385f4baa266991a08d3e425bc69ee962">
|
||||
<!ENTITY gjs-size "628 KB">
|
||||
<!ENTITY gjs-buildsize "71 MB (with tests)">
|
||||
<!ENTITY gjs-time "0.9 SBU (with tests)">
|
||||
<!ENTITY gjs-md5sum "4e74456ccb16d4cc5004a441f6abbec1">
|
||||
<!ENTITY gjs-size "624 KB">
|
||||
<!ENTITY gjs-buildsize "89 MB (with tests)">
|
||||
<!ENTITY gjs-time "1.0 SBU (with tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="gjs" xreflabel="Gjs-&gjs-version;">
|
||||
@ -34,7 +34,7 @@
|
||||
<application>GNOME</application>.
|
||||
</para>
|
||||
|
||||
&lfs90_checked;
|
||||
&lfs91_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -114,8 +114,8 @@ make</userinput></screen>
|
||||
To test the results, issue: <command>make check</command>. The
|
||||
<application>GTK</application> and <application>Cairo</application>
|
||||
tests will fail if not running in an Xorg session. Two tests related
|
||||
to testCommandLine.sh (4 and 5) are known to fail.
|
||||
<!-- Still fails with 1.58.3. -->
|
||||
to testCommandLine.sh (6 and 7) are known to fail.
|
||||
<!-- Still fails with 1.58.5. -->
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -41,6 +41,20 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>February 25th, 2020</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to gjs-1.58.5. Fixes
|
||||
<ulink url="&blfs-ticket-root;13157">#13157</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to WebkitGTK+-2.26.4. Fixes
|
||||
<ulink url="&blfs-ticket-root;13136">#13136</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>February 22nd, 2020</para>
|
||||
<itemizedlist>
|
||||
|
@ -156,7 +156,9 @@ meson --prefix=/usr \
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>ninja test</command>.</para>
|
||||
To test the results, issue: <command>ninja test</command>.
|
||||
One test, <filename>elements_souphttpsrc</filename> is known to
|
||||
fail due to API changes in <application>libsoup</application>.</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
|
@ -726,7 +726,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY qscintilla-version "2.10.4">
|
||||
<!ENTITY shared-mime-info-version "1.15">
|
||||
<!ENTITY startup-notification-version "0.12">
|
||||
<!ENTITY webkitgtk-version "2.26.3"> <!-- Even minors only -->
|
||||
<!ENTITY webkitgtk-version "2.26.4"> <!-- Even minors only -->
|
||||
|
||||
<!ENTITY gtk2-libdir "2.0/2.10.0">
|
||||
<!ENTITY qt5-dir "$QT5DIR">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
|
||||
<!ENTITY webkitgtk-download-ftp " ">
|
||||
<!ENTITY webkitgtk-md5sum "4c27d59a032710dae3cffa5990bb6aea">
|
||||
<!ENTITY webkitgtk-md5sum "60f881729f3b71244b7f6e58790073e0">
|
||||
<!ENTITY webkitgtk-size "18 MB">
|
||||
<!ENTITY webkitgtk-buildsize "617 MB (107 MB installed)">
|
||||
<!ENTITY webkitgtk-time "22 SBU (using parallelism=4, estimated 75 SBUs using one core)">
|
||||
<!ENTITY webkitgtk-buildsize "725 MB (107 MB installed)">
|
||||
<!ENTITY webkitgtk-time "20 SBU (using parallelism=4, 68 SBUs using one core)">
|
||||
]>
|
||||
|
||||
<sect1 id="webkitgtk" xreflabel="WebKitGTK+-&webkitgtk-version;">
|
||||
@ -36,7 +36,7 @@
|
||||
platforms.
|
||||
</para>
|
||||
|
||||
&lfs90_checked;
|
||||
&lfs91_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -235,7 +235,8 @@ install -vm644 ../Documentation/webkitdomgtk-4.0/html/* \
|
||||
|
||||
<para>
|
||||
<option>-DUSE_WOFF2=ON</option>: Use this switch if the optional
|
||||
package <xref linkend="woff2"/> is installed.
|
||||
package <xref linkend="woff2"/> is installed. This adds additional
|
||||
support for fonts.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user