Changeset b273739 for xsoft/office


Ignore:
Timestamp:
11/27/2023 12:04:40 AM (5 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
f9155d1
Parents:
f34b833
Message:

Update to libreoffice-7.6.3.2

Contains a patch as well to build with libxml2-2.12.x

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    rf34b833 rb273739  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "13fca0b5df68b445340d7c5f8373e99c">
     10  <!ENTITY libreoffice-core-md5sum        "3d083e600db4f747c90c714292f1d695">
    1111  <!ENTITY libreoffice-core-size          "268 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "f44ce208c556bc06c9e09a9d742cf580">
     14  <!ENTITY libreoffice-dict-md5sum        "8f45d0f565ced013322a39e9ff82560f">
    1515  <!ENTITY libreoffice-dict-size          "51 MB">
    1616
    1717  <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
    18   <!ENTITY libreoffice-help-md5sum        "5dd9257d057c547ba37bbb2d1a77e5af">
    19   <!ENTITY libreoffice-help-size          "159 MB">
     18  <!ENTITY libreoffice-help-md5sum        "75456f759fc8eb6558c820ba873dc20e">
     19  <!ENTITY libreoffice-help-size          "160 MB">
    2020
    2121  <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
    22   <!ENTITY libreoffice-translations-md5sum        "6ec3d46a10a4b62c86b9890779775198">
     22  <!ENTITY libreoffice-translations-md5sum        "cb7799ef7a55c0d965ecf698ddd670b0">
    2323  <!ENTITY libreoffice-translations-size          "207 MB">
    2424
     
    5858       For 7.5.4.2, I increased the parallelism to 8.  -bdubbs
    5959  -->
    60   <!ENTITY libreoffice-time "22 SBU with parallelism=8 (will vary due to download time)">
     60  <!ENTITY libreoffice-time "25 SBU with parallelism=8 (will vary due to download time)">
    6161
    6262]>
     
    190190      </listitem>
    191191-->
     192      <listitem>
     193        <para>
     194          Required patch to fix building with libxml2-2.12.x:
     195          <ulink url="patch-root;/libreoffice-&libreoffice-dlversion;-consolidated_fixes-1.patch"/>
     196        </para>
     197      </listitem>
    192198    </itemizedlist>
    193199    <bridgehead renderas="sect3">LibreOffice Dependencies</bridgehead>
     
    358364
    359365    <para>
     366      First, fix build failures caused by libxml2-2.12.x:
     367    </para>
     368
     369<screen><userinput remap="pre">patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-consolidated_fixes-1.patch</userinput></screen>
     370
     371    <para>
    360372      If you have downloaded the dictionaries, help and translations tarballs,
    361373      create symlinks to them from the source directory so they won't get
Note: See TracChangeset for help on using the changeset viewer.