Changeset 51347047 for xsoft/office


Ignore:
Timestamp:
02/03/2024 01:08:58 AM (3 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, lazarus, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
7b231190
Parents:
4aa2043
Message:

Update to libreoffice-24.2.0.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    r4aa2043 r51347047  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "51cb8339342bf6d95b07c72b6106cb00">
    11   <!ENTITY libreoffice-core-size          "269 MB">
     10  <!ENTITY libreoffice-core-md5sum        "d82a556fa5aec1a5d08e0b11363ee936">
     11  <!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        "d0cd4106c2563797ba1e1dfde16ca9ed">
    15   <!ENTITY libreoffice-dict-size          "51 MB">
     14  <!ENTITY libreoffice-dict-md5sum        "67e540e2306a7832042f2bd0dc929e79">
     15  <!ENTITY libreoffice-dict-size          "52 MB">
    1616
    1717  <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
    18   <!ENTITY libreoffice-help-md5sum        "894da18320e5cdfc262e3bef4da2c0ce">
     18  <!ENTITY libreoffice-help-md5sum        "543bfeb28fba6cbf6dbe36dc6e8451e1">
    1919  <!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        "74613c314685d6a8ec85d55ed8e69179">
    23   <!ENTITY libreoffice-translations-size          "207 MB">
     22  <!ENTITY libreoffice-translations-md5sum        "8a03a779d3defa7226c883767202d418">
     23  <!ENTITY libreoffice-translations-size          "211 MB">
    2424
    2525  <!-- full size remeasured for 7.0.0.3 -->
    2626
    27   <!ENTITY libreoffice-buildsize  "10 GB including the additional files if downloaded during the build (725 MB installed). Installing the whole set of languages requires more than 25 GB (around 3 GB installed)">
     27  <!ENTITY libreoffice-buildsize  "11 GB including the additional files if downloaded during the build (729 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
     
    5858       For 7.5.4.2, I increased the parallelism to 8.  -bdubbs
    5959  -->
    60   <!ENTITY libreoffice-time "25 SBU with parallelism=8 (will vary due to download time)">
     60  <!ENTITY libreoffice-time "30 SBU with parallelism=8 (will vary due to download time)">
    6161
    6262]>
     
    283283      <ulink url="https://box2d.org/documentation/">box2d</ulink>,
    284284      <ulink url="https://projects.coin-or.org/CoinMP/">CoinMP</ulink>,
    285       <ulink url='https://freedesktop.org/wiki/Software/cppunit/'>Cppunit</ulink>
     285      <ulink url='https://freedesktop.org/wiki/Software/cppunit/'>Cppunit</ulink>,
    286286      <ulink url="https://www.firebirdsql.org/">Firebird</ulink>,
    287287      <ulink url="https://github.com/behdad/glyphy">glyphy</ulink>,
     
    364364
    365365    <para>
    366       First, fix build failures caused by libxml2-2.12.x:
     366      First, fix a build failure with libxml2 and a bug with linking to zlib:
    367367    </para>
    368368
     
    789789    </para>
    790790
     791    <para>
     792      <option>--enable-qt6</option>: This switch enables support for integration
     793      with Qt6 and the Qt6 theming engine. If <xref linkend="qt6"/> is not
     794      installed in <filename class="directory">/usr</filename>, the include and
     795      library directories must be specified in the <envar>QT6INC</envar> and
     796      <envar>QT6LIB</envar> environment variables.
     797    </para>
     798
     799    <!-- For when we add KDE 6 to the book next cycle.
     800    <para>
     801      <!- - Brings in - -enable-qt5 as well. - ->
     802      <option>- -enable-kf6</option>: Builds with KDE/Plasma integration. If
     803      <xref linkend="qt6"/> and/or <xref linkend="kf6-frameworks"/> are not
     804      installed in <filename class="directory">/usr</filename>, the include
     805      and library directories must be specified in <envar>QT6INC</envar>,
     806      <envar>QT6LIB</envar>, <envar>KF6INC</envar>, and <envar>KF6LIB</envar>,
     807      respectively.
     808    </para>
     809    -->
     810
    791811    <!--
    792812    <para>
Note: See TracChangeset for help on using the changeset viewer.