Changeset b4bff899


Ignore:
Timestamp:
08/15/2018 09:58:44 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
f0506d09
Parents:
53d0196
Message:

libreoffice-6.1.0.3

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r53d0196 rb4bff899  
    4545      <para>August 15th, 2018</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to libreoffice-6.1.0.3. Fixes
     49          <ulink url="&blfs-ticket-root;10458">#10458</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[ken] - Update to postgresql-10.5 (security fix). Fixes
  • packages.ent

    r53d0196 rb4bff899  
    729729<!ENTITY gnucash-version              "2.4.11">
    730730
    731 <!ENTITY libreoffice-version          "6.0.1">
    732 <!ENTITY libreoffice-patch            ".1">
     731<!ENTITY libreoffice-version          "6.1.0">
     732<!ENTITY libreoffice-patch            ".3">
    733733<!ENTITY libreoffice-dlversion        "&libreoffice-version;&libreoffice-patch;">
    734734
  • xsoft/office/libreoffice.xml

    r53d0196 rb4bff899  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "dbd43dd3edffd7d287aa4507d4d8e176">
    11   <!ENTITY libreoffice-core-size          "194 MB">
     10  <!ENTITY libreoffice-core-md5sum        "df908c245f1dca4b822345b82af2ea64">
     11  <!ENTITY libreoffice-core-size          "198 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "5728262270a88191938762b9021aafcd">
    15   <!ENTITY libreoffice-dict-size          "40 MB">
     14  <!ENTITY libreoffice-dict-md5sum        "d04eb21110e9e58ecdb6b361aff8feaf">
     15  <!ENTITY libreoffice-dict-size          "41 MB">
    1616
    1717  <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
    18   <!ENTITY libreoffice-help-md5sum        "9b63e89901110c3dc8eb993b1b4f1976">
    19   <!ENTITY libreoffice-help-size          "2.9 MB">
     18  <!ENTITY libreoffice-help-md5sum        "6958c0501d60c75fc1eb65f3e0182ef">
     19  <!ENTITY libreoffice-help-size          "16 MB">
    2020
    2121  <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
    22   <!ENTITY libreoffice-translations-md5sum        "97add88b7745c78d91213c597564523d">
    23   <!ENTITY libreoffice-translations-size          "133 MB">
     22  <!ENTITY libreoffice-translations-md5sum        "7f8bd2d2102cfb434d8d22df7c907ab5">
     23  <!ENTITY libreoffice-translations-size          "135 MB">
    2424
    2525
    2626  <!-- full size still accurate for 6.0.1, reconfiguring and rebuilding
    2727   the built source after initial DESTDIR install doesn't take a vast time -->
    28   <!ENTITY libreoffice-buildsize          "8.4 GB (767 MB installed). Installing the whole set of languages has been reported to require up to 26 GB (2.9 GB installed)">
    29   <!ENTITY libreoffice-time               "48 SBU with parallelism=4 + download time">
     28  <!ENTITY libreoffice-buildsize          "8.8 GB (805 MB installed). Installing the whole set of languages was previously reported to require up to 26 GB (2.9 GB installed)">
     29  <!-- in this case I allowed 2 SBU for downloads, my total was 66 SBU with fast downloads -->
     30  <!ENTITY libreoffice-time               "64 SBU with parallelism=4 + download time">
    3031
    3132]>
     
    141142      </listitem>
    142143
    143       <listitem>
    144         <para>Required patch to fix building with system <xref linkend="poppler"/>:
    145          <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-poppler64-1.patch"/></para>
    146       </listitem>
    147 
    148       <listitem>
    149         <para>Required patch to fix building with system <xref linkend="python3"/>:
    150          <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-python37-1.patch"/></para>
    151       </listitem>
    152 
    153 <!--
     144
     145<!-- keep one commented patch, it's sure to again need one or more in a few months
    154146      <listitem>
    155147        <para>
     
    356348
    357349sed -e "/distro-install-file-lists/d" -i Makefile.in &amp;&amp;
    358 
    359 patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-poppler64-1.patch &amp;&amp;
    360 
    361 patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-python37-1.patch &amp;&amp;
    362350
    363351./autogen.sh --prefix=$LO_PREFIX         \
     
    533521
    534522    <para>
    535       <parameter>--without-junit</parameter>: This switch disables the HSQLDB
    536       tests (the HSQLDB driver is written in Java). If you want to run the
    537       tests, be sure to install <filename>junit.jar</filename> and <filename>
    538       hamcrest.jar</filename> in <filename class="directory">/usr/share/java
    539       </filename>.
     523      <parameter>--without-junit</parameter>: This switch disables the tests
     524      for the deprecatedHSQLDB driver which is written in Java. If you wish
     525      to build this driver replace this switch with the set of switches
     526      described below under '--with-java'.
    540527    </para>
    541528
     
    551538      <application>LibreOffice</application> based application.
    552539    </para>
    553 
    554 <!-- Seems to build with gcc-7 and libreoffice-5.3.4
    555     <para>
    556       <parameter>- -disable-firebird-sdbc</parameter>: The bundled version
    557       of Firebird does not build properly with GCC-6.
    558     </para>
    559 -->
    560540
    561541    <para>
     
    642622
    643623    <para>
    644       <option>--without-java</option>: This switch disables
     624      <option>--with-java</option>: This switch enables
    645625      <application>Java</application> support in
    646       <application>LibreOffice</application>. Java is needed for the HSQLDB
    647       driver, which allows reading databases created by other programs into
    648       libreoffice <application>base</application>.
     626      <application>LibreOffice</application>. Java is needed for the
     627      deprecated HSQLDB driver, which allows reading databases created by
     628      other programs or in earlier versions of libreoffice
     629      <application>base</application>. You may also need to add
     630      <option>--with-junit=/opt/ant/lib/junit-&junit-version;.jar</option>
     631      <option>--with-jdk-home=/opt/jdk</option> and
     632      <option>--with-hamcrest=/opt/ant/lib/hamcrest-core-&hamcrest-version;.jar</option>
    649633    </para>
    650634
Note: See TracChangeset for help on using the changeset viewer.