Author: ken
Date: Sun Nov  1 06:21:51 2020
New Revision: 23859

Log:
Do not use system  icu for libreoffice, ICU68 breaks at last one external 
tarball.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/xsoft/office/libreoffice.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sat Oct 31 21:38:03 2020        (r23858)
+++ trunk/BOOK/general.ent      Sun Nov  1 06:21:51 2020        (r23859)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "30">                   <!-- Always 2 digits -->
-<!ENTITY month        "10">                   <!-- Always 2 digits -->
+<!ENTITY day          "01">                   <!-- Always 2 digits -->
+<!ENTITY month        "11">                   <!-- Always 2 digits -->
 <!ENTITY year         "2020">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "October 30th, &year;">
+<!ENTITY releasedate  "November 1st, &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/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Oct 31 21:38:03 
2020        (r23858)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Nov  1 06:21:51 
2020        (r23859)
@@ -42,6 +42,16 @@
     </listitem>
     -->
     <listitem>
+      <para>November 1st, 2020</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - Do not use system icu in libreoffice, ICU-68
+          breaks at least one of the external tarballs.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>October 30th, 2020</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/xsoft/office/libreoffice.xml
==============================================================================
--- trunk/BOOK/xsoft/office/libreoffice.xml     Sat Oct 31 21:38:03 2020        
(r23858)
+++ trunk/BOOK/xsoft/office/libreoffice.xml     Sun Nov  1 06:21:51 2020        
(r23859)
@@ -220,7 +220,7 @@
       <xref linkend="gtk3"/>,
  <!-- <xref linkend="gtk2"/>  -->
       <xref linkend="harfbuzz"/>,
-      <xref linkend="icu"/>,
+      <xref linkend="icu"/> (build is currently broken),
       <xref linkend="libatomic_ops"/>,
       <xref linkend="lcms2"/>,
       <xref linkend="librsvg"/>,
@@ -377,6 +377,9 @@
       the following commands:
     </para>
 
+<!-- when system-icu works:
+             \-\-with-system-icu           \ -->
+
 <screen><userinput>sed -e "/gzip -f/d"   \
     -e "s|.1.gz|.1|g" \
     -i bin/distro-install-desktop-integration &amp;&amp;
@@ -409,7 +412,6 @@
              --with-system-gpgmepp       \
              --with-system-graphite      \
              --with-system-harfbuzz      \
-             --with-system-icu           \
              --with-system-jpeg          \
              --with-system-lcms2         \
              --with-system-libatomic_ops \
@@ -739,6 +741,8 @@
 
     <!--
     <para>
+      Currently broken by ICU68 (TRUE and FALSE need to be true and false) on
+      libe-book and perhaps elsewhere - commented explanation retained.  ken
       <option>- -with-system-icu</option>: This command would use the system
       version of <xref linkend="icu"/> which is normally considered to be a 
good
       thing to do. However, one of the very minor packages pulled in by
-- 
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