Ignore:
Timestamp:
09/25/2021 05:42:56 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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:
acf677b
Parents:
fb25573
Message:

Update to libreoffice-7.2.1.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    rfb25573 r37a43a5a  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "a4f2e92dc6829d556156ec7a13a965b8">
     10  <!ENTITY libreoffice-core-md5sum        "2631963c2d42eab66f34c1e57e00a995">
    1111  <!ENTITY libreoffice-core-size          "241 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "885d9cb74978ac389d007a44c63f9fe9">
     14  <!ENTITY libreoffice-dict-md5sum        "e91a96bc9380bfb8b0226321d05bf5e1">
    1515  <!ENTITY libreoffice-dict-size          "48 MB">
    1616
    1717  <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
    18   <!ENTITY libreoffice-help-md5sum        "92f52be4258eb3a5e409f02a99401826">
     18  <!ENTITY libreoffice-help-md5sum        "f1f2a39364cc565c2c1970a33c54a3fc">
    1919  <!ENTITY libreoffice-help-size          "107 MB">
    2020
    2121  <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
    22   <!ENTITY libreoffice-translations-md5sum        "702e9c5ad967830ab1cc72a93dffb61a">
     22  <!ENTITY libreoffice-translations-md5sum        "bdbba4aa3c9283cdd5399822d27e9310">
    2323  <!ENTITY libreoffice-translations-size          "184 MB">
    2424
     
    343343
    344344    <para>
     345     First, fix a problem if bison-3.8 or later is installed:
     346    </para>
     347
     348<screen><userinput>if bison --version|grep -q 3.8; then
     349  sed -i 's/yyn/yyrule/' connectivity/source/parse/sqlbison.y
     350fi</userinput></screen>
     351
     352    <para>
    345353     Fix build failures introduced by the latest freetype version:
    346354    </para>
Note: See TracChangeset for help on using the changeset viewer.