Changeset b6b8e1e


Ignore:
Timestamp:
11/01/2020 02:21:51 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
90025d31
Parents:
925dbb2a
Message:

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

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23859 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r925dbb2a rb6b8e1e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "30">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "01">                   <!-- Always 2 digits -->
     4<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
    66<!ENTITY copyrightdate "2001-&year;">
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 30th, &year;">
     9<!ENTITY releasedate  "November 1st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r925dbb2a rb6b8e1e  
    4343    -->
    4444    <listitem>
     45      <para>November 1st, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Do not use system icu in libreoffice, ICU-68
     49          breaks at least one of the external tarballs.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>October 30th, 2020</para>
    4656      <itemizedlist>
  • xsoft/office/libreoffice.xml

    r925dbb2a rb6b8e1e  
    221221 <!-- <xref linkend="gtk2"/>  -->
    222222      <xref linkend="harfbuzz"/>,
    223       <xref linkend="icu"/>,
     223      <xref linkend="icu"/> (build is currently broken),
    224224      <xref linkend="libatomic_ops"/>,
    225225      <xref linkend="lcms2"/>,
     
    378378    </para>
    379379
     380<!-- when system-icu works:
     381             \-\-with-system-icu           \ -->
     382
    380383<screen><userinput>sed -e "/gzip -f/d"   \
    381384    -e "s|.1.gz|.1|g" \
     
    410413             --with-system-graphite      \
    411414             --with-system-harfbuzz      \
    412              --with-system-icu           \
    413415             --with-system-jpeg          \
    414416             --with-system-lcms2         \
     
    740742    <!--
    741743    <para>
     744      Currently broken by ICU68 (TRUE and FALSE need to be true and false) on
     745      libe-book and perhaps elsewhere - commented explanation retained.  ken
    742746      <option>- -with-system-icu</option>: This command would use the system
    743747      version of <xref linkend="icu"/> which is normally considered to be a good
Note: See TracChangeset for help on using the changeset viewer.