Changeset 95e781d


Ignore:
Timestamp:
03/09/2022 11:03:28 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
f179b24
Parents:
0075912
Message:

Update to libreoffice-7.3.1.3

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r0075912 r95e781d  
    4343    -->
    4444    <listitem>
     45      <para>March 9th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to libreoffice-7.3.1.3.  Fixes
     49          <ulink url="&blfs-ticket-root;16191">#16191</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>March 8th, 2022</para>
    4656      <itemizedlist>
  • packages.ent

    r0075912 r95e781d  
    934934<!ENTITY gnucash-version              "2.4.11">
    935935
    936 <!ENTITY libreoffice-version          "7.3.0">
     936<!ENTITY libreoffice-version          "7.3.1">
    937937<!ENTITY libreoffice-patch            ".3">
    938938<!ENTITY libreoffice-dlversion        "&libreoffice-version;&libreoffice-patch;">
  • xsoft/office/libreoffice.xml

    r0075912 r95e781d  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "8d7d3fb99d3680d58c92f42e20657965">
    11   <!ENTITY libreoffice-core-size          "243 MB">
     10  <!ENTITY libreoffice-core-md5sum        "2971a88433ea99300f318b87282d45e9">
     11  <!ENTITY libreoffice-core-size          "244 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "6fe0cf7013eff269963fd20bda0db758">
     14  <!ENTITY libreoffice-dict-md5sum        "c50f1f844a522c2f646e2df422280de8">
    1515  <!ENTITY libreoffice-dict-size          "49 MB">
    1616
    1717  <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
    18   <!ENTITY libreoffice-help-md5sum        "c13bd667ae1a5d3bc1a6901ee9f0e832">
     18  <!ENTITY libreoffice-help-md5sum        "57a3de22b50676bbe6cb9d426c773232">
    1919  <!ENTITY libreoffice-help-size          "108 MB">
    2020
    2121  <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
    22   <!ENTITY libreoffice-translations-md5sum        "238651ac802e42411ad973f258718428">
     22  <!ENTITY libreoffice-translations-md5sum        "2caff63eeeda6e79e2b78d1025c5d3ad">
    2323  <!ENTITY libreoffice-translations-size          "187 MB">
    2424
    2525  <!-- full size remeasured for 7.0.0.3 -->
    2626
    27   <!ENTITY libreoffice-buildsize  "7.0 GB including the additional files if downloaded during the build (793 MB installed). Installing the whole set of languages requires more than 25 GB (around 3 GB installed)">
     27  <!ENTITY libreoffice-buildsize  "7.0 GB including the additional files if downloaded during the build (806 MB installed). Installing the whole set of languages requires more than 25 GB (around 3 GB installed)">
    2828
    2929 <!-- Editors: many updates to poppler will break LO using system poppler until
     
    3636
    3737      Not a problem with 7.1.7.2 and poppler-21.05.0.  - bdubbs
     38      A problem with 7.3.1.3 and poppler-21.05.0, Arch had a patch.  - bdubbs
    3839
    3940  -->
     
    5657
    5758  -->
    58   <!ENTITY libreoffice-time "55 SBU with parallelism=4 (will vary due to download time)">
     59  <!ENTITY libreoffice-time "50 SBU with parallelism=4 (will vary due to download time)">
    5960
    6061]>
     
    180181      </listitem>
    181182
    182 <!-- keep one commented patch, it's sure to again need one or more in a few months:
    183 
    184       <listitem>
    185         <para>
    186           Required patch to fix building with <xref linkend="freetype2"/>:
    187           <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-freetype_fix-1.patch"/>
    188         </para>
    189       </listitem>
    190 -->
     183<!-- keep one commented patch, it's sure to again need one or more in a few months:-->
     184
     185      <listitem>
     186        <para>
     187          Required patch to fix building with <xref linkend="poppler"/>:
     188          <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-poppler_2203_fix-1.patch"/>
     189        </para>
     190      </listitem>
     191
    191192
    192193    </itemizedlist>
     
    354355fi</userinput></screen>
    355356
    356 <!--
    357     <para>
    358      Fix build failures introduced by the latest freetype version:
    359     </para>
    360 
    361 <screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-freetype_fix-1.patch</userinput></screen>
    362 -->
     357
     358    <para>
     359     Fix build failures introduced by the latest poppler version:
     360    </para>
     361
     362<screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-poppler_2203_fix-1.patch</userinput></screen>
    363363
    364364    <para>
Note: See TracChangeset for help on using the changeset viewer.