Author: pierre
Date: Sat Mar 16 08:15:05 2019
New Revision: 21342

Log:
Fix VTE build with newer versions of Vala, and
Fix changelog for systemd

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/gnome/platform/vte.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sat Mar 16 02:28:07 2019        (r21341)
+++ trunk/BOOK/general.ent      Sat Mar 16 08:15:05 2019        (r21342)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "15">                   <!-- Always 2 digits -->
+<!ENTITY day          "16">                   <!-- Always 2 digits -->
 <!ENTITY month        "03">                   <!-- Always 2 digits -->
 <!ENTITY year         "2019">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "March 15th, &year;">
+<!ENTITY releasedate  "March 16th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/gnome/platform/vte.xml
==============================================================================
--- trunk/BOOK/gnome/platform/vte.xml   Sat Mar 16 02:28:07 2019        (r21341)
+++ trunk/BOOK/gnome/platform/vte.xml   Sat Mar 16 08:15:05 2019        (r21342)
@@ -105,6 +105,15 @@
     <title>Installation of VTE</title>
 
     <para>
+      First, fix compilation of a Vala program with newer versions of
+      Vala (0.43 and more):
+    </para>
+
+<!-- Upstream fix: -->
+<screen><userinput>sed -e '/bool audible/i\    public int dummy;' \
+    -i bindings/vala/app.vala</userinput></screen>
+
+    <para>
       Install <application>VTE</application> by running the following
       commands:
     </para>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Mar 16 02:28:07 
2019        (r21341)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Mar 16 08:15:05 
2019        (r21342)
@@ -42,7 +42,16 @@
     </listitem>
 -->
 
-    <listitem revision="sysv">
+    <listitem>
+      <para>March 16th, 2019</para>
+      <itemizedlist>
+        <listitem>
+          <para>[pierre] - Fix building VTE with newer versions of Vala.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>March 15th, 2019</para>
       <itemizedlist>
         <listitem>
-- 
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