Update to vala-0.42.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20459 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2018-09-05 21:07:44 +00:00
parent c4a9102b7f
commit 7f7c2b07f9
3 changed files with 16 additions and 6 deletions

View File

@ -6,10 +6,10 @@
<!ENTITY vala-download-http "&gnome-download-http;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
<!ENTITY vala-download-ftp "&gnome-download-ftp;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
<!ENTITY vala-md5sum "3e3177692fb5d81a7b8aaa6b95a30bdd">
<!ENTITY vala-md5sum "aa6eb8097d25b5847ad3fab34c0ff865">
<!ENTITY vala-size "3.2 MB">
<!ENTITY vala-buildsize "164 MB (with tests)">
<!ENTITY vala-time "1.0 SBU (with tests)">
<!ENTITY vala-buildsize "227 MB (with tests)">
<!ENTITY vala-time "1.4 SBU (with tests)">
]>
<sect1 id="vala" xreflabel="Vala-&vala-version;">
@ -80,10 +80,14 @@
<xref linkend="glib2"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="graphviz"/> (Required for valadoc)
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="dbus"/> (Required for the tests),
<xref linkend="graphviz"/> (Required for valadoc),
<xref linkend="libxslt"/> (Required for generating the documentation),
<ulink url="https://ftp.gnu.org/gnu/help2man/">help2man</ulink>, and
<ulink url="https://weasyprint.org/">weasyprint</ulink>
@ -100,6 +104,7 @@
<para>Install <application>Vala</application> by running the following
commands:</para>
<!--
<note>
<para>The two sed commands and the autoreconf command below are required
if the optional dependency <xref linkend="graphviz"/> is not installed.
@ -110,6 +115,7 @@
sed -i '/valadoc/d' Makefile.am &amp;&amp;
ACLOCAL= autoreconf -fiv</userinput></screen>
</note>
Removed in 0.42.0 - recommended Graphite. -renodr -->
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>

View File

@ -44,6 +44,10 @@
<listitem>
<para>September 5th, 2018</para>
<itemizedlist>
<listitem>
<para>[renodr] - Update to vala-0.42.0. Fixes
<ulink url="&blfs-ticket-root;11042">#11042</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to samba-4.8.5. Fixes
<ulink url="&blfs-ticket-root;11059">#11059</ulink>.</para>

View File

@ -341,8 +341,8 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY swig-version "3.0.12">
<!ENTITY tcl-version "8.6.8">
<!ENTITY tk-version "8.6.8">
<!ENTITY vala-major-version "0.40"> <!-- even minors only -->
<!ENTITY vala-version "&vala-major-version;.8">
<!ENTITY vala-major-version "0.42"> <!-- even minors only -->
<!ENTITY vala-version "&vala-major-version;.0">
<!ENTITY valgrind-version "3.13.0">
<!ENTITY yasm-version "1.3.0">