mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Add missing dependency to LLVM
Minor test info tweak to Clutter Update to libsecret-0.18.8 Update to gjs-1.56.0 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21380 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c25003359c
commit
8f62346c40
@ -161,8 +161,9 @@
|
||||
<xref linkend="texlive"/> (or <xref linkend="tl-installer"/>),
|
||||
<xref linkend="valgrind"/>,
|
||||
<xref linkend="zip"/>,
|
||||
<ulink url="http://www.ocaml.org/">OCaml</ulink>, and
|
||||
<ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
|
||||
<ulink url="http://www.ocaml.org/">OCaml</ulink>,
|
||||
<ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>, and
|
||||
<ulink url="https://github.com/Z3Prover/z3">Z3</ulink>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
|
@ -19,14 +19,14 @@
|
||||
<!-- Platform -->
|
||||
<!ENTITY gcr-version "3.28.1">
|
||||
<!ENTITY gsettings-desktop-schemas-version "3.32.0">
|
||||
<!ENTITY libsecret-version "0.18.7">
|
||||
<!ENTITY libsecret-version "0.18.8">
|
||||
<!ENTITY rest-version "0.8.1">
|
||||
<!ENTITY totem-pl-parser-version "3.26.3">
|
||||
<!ENTITY vte-version "0.54.3">
|
||||
<!ENTITY yelp-xsl-version "3.30.1">
|
||||
<!ENTITY GConf-version "3.2.6">
|
||||
<!ENTITY geocode-glib-version "3.26.0">
|
||||
<!ENTITY gjs-version "1.54.3">
|
||||
<!ENTITY gjs-version "1.56.0">
|
||||
<!ENTITY gnome-autoar-version "0.2.3">
|
||||
<!ENTITY gnome-desktop-version "3.30.2.1">
|
||||
<!ENTITY gnome-menus-version "3.31.4">
|
||||
|
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.54/gjs-&gjs-version;.tar.xz">
|
||||
<!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.54/gjs-&gjs-version;.tar.xz">
|
||||
<!ENTITY gjs-md5sum "387dd08d40d4f1f1ffec9546b52e7619">
|
||||
<!ENTITY gjs-size "636 KB">
|
||||
<!ENTITY gjs-buildsize "78 MB (with tests)">
|
||||
<!ENTITY gjs-time "1.0 SBU (with tests)">
|
||||
<!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.56/gjs-&gjs-version;.tar.xz">
|
||||
<!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.56/gjs-&gjs-version;.tar.xz">
|
||||
<!ENTITY gjs-md5sum "aa47ee8bdcb7c36e9eafd4c7796fbb96">
|
||||
<!ENTITY gjs-size "652 KB">
|
||||
<!ENTITY gjs-buildsize "92 MB (with tests)">
|
||||
<!ENTITY gjs-time "1.1 SBU (with tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="gjs" xreflabel="Gjs-&gjs-version;">
|
||||
@ -112,10 +112,7 @@ make</userinput></screen>
|
||||
<para>
|
||||
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 that
|
||||
use Unicode are known to fail, as C.UTF-8 isn't defined as a locale
|
||||
in our environment.
|
||||
<!-- I sent a mail to the lists regarding this on 2019-01-01 -renodr -->
|
||||
tests will fail if not running in an Xorg session.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY libsecret-download-http "&gnome-download-http;/libsecret/0.18/libsecret-&libsecret-version;.tar.xz">
|
||||
<!ENTITY libsecret-download-ftp "&gnome-download-ftp;/libsecret/0.18/libsecret-&libsecret-version;.tar.xz">
|
||||
<!ENTITY libsecret-md5sum "376153ece17081eb5410870e0dc5c031">
|
||||
<!ENTITY libsecret-md5sum "fee403988442f497f3c1dfe7b128869c">
|
||||
<!ENTITY libsecret-size "500 KB">
|
||||
<!ENTITY libsecret-buildsize "17 MB">
|
||||
<!ENTITY libsecret-time "0.1 SBU">
|
||||
|
@ -45,6 +45,14 @@
|
||||
<listitem>
|
||||
<para>March 22nd, 2019</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to libsecret-0.18.8. Part of
|
||||
<ulink url="&blfs-ticket-root;11775">#11775</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to gjs-1.56.0. Part of
|
||||
<ulink url="&blfs-ticket-root;11775">#11775</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to bind-9.14.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;11848">#11848</ulink>.</para>
|
||||
|
@ -154,7 +154,7 @@ make</userinput></screen>
|
||||
<para>
|
||||
To test the results, issue: <command>make -k check</command> (you must be
|
||||
in an xterm or similar to do this, because it launches some windows).
|
||||
Two tests have been observed to indicate ERROR, but each is flagged twice.
|
||||
<!-- Two tests have been observed to indicate ERROR, but each is flagged twice. -->
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user