Author: renodr
Date: Wed Sep  5 14:07:44 2018
New Revision: 20459

Log:
Update to vala-0.42.0

Modified:
   trunk/BOOK/general/prog/vala.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/prog/vala.xml
==============================================================================
--- trunk/BOOK/general/prog/vala.xml    Wed Sep  5 13:33:25 2018        (r20458)
+++ trunk/BOOK/general/prog/vala.xml    Wed Sep  5 14:07:44 2018        (r20459)
@@ -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>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Sep  5 13:33:25 
2018        (r20458)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Sep  5 14:07:44 
2018        (r20459)
@@ -45,6 +45,10 @@
       <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>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Wed Sep  5 13:33:25 2018        (r20458)
+++ trunk/BOOK/packages.ent     Wed Sep  5 14:07:44 2018        (r20459)
@@ -341,8 +341,8 @@
 <!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">
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to