Changeset 93f46ca for xsoft/office


Ignore:
Timestamp:
12/25/2020 01:25:01 AM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 11.0, 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:
9c9beb8
Parents:
7a1065c
Message:

Update to libreoffice-7.0.4.2.
Update to gtkmm-3.24.3.
Update to gtk+-2.24.33.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    r7a1065c r93f46ca  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "7c07d445c7588c7ada6f6074a1bbc4c6">
    11   <!ENTITY libreoffice-core-size          "230 MB">
     10  <!ENTITY libreoffice-core-md5sum        "cad93ef2c87928b5a2971ae7e6474fe1">
     11  <!ENTITY libreoffice-core-size          "226 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "55ab3088c7c97715440cb69ebda28fe8">
    15   <!ENTITY libreoffice-dict-size          "46 MB">
     14  <!ENTITY libreoffice-dict-md5sum        "f55125ef3ec0541df31c87ee2fa00700">
     15  <!ENTITY libreoffice-dict-size          "44 MB">
    1616
    1717  <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
    18   <!ENTITY libreoffice-help-md5sum        "d486db827394ff5bcafebf9b1d563910">
     18  <!ENTITY libreoffice-help-md5sum        "3862b85f1dd0e7daf2e02484e3839e72">
    1919  <!ENTITY libreoffice-help-size          "106 MB">
    2020
    2121  <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
    22   <!ENTITY libreoffice-translations-md5sum        "0512dc56db2697c5c0e843947958ba96">
     22  <!ENTITY libreoffice-translations-md5sum        "05aa6fbbec0cc08005ff6dca32cb4c40">
    2323  <!ENTITY libreoffice-translations-size          "168 MB">
    2424
    2525  <!-- full size remeasured for 7.0.0.3 -->
    2626
    27   <!ENTITY libreoffice-buildsize  "9.0 GB including the additional files if downloaded during the build (823 MB installed). Installing the whole set of languages requires more than 25 GB (around 3 GB installed)">
     27  <!ENTITY libreoffice-buildsize  "6.5 GB including the additional files if downloaded during the build (775 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
     
    4949       dictionaries. -renodr
    5050  -->
    51   <!ENTITY libreoffice-time "56 SBU with parallelism=4 including typical download time">
     51  <!ENTITY libreoffice-time "45 SBU with parallelism=4 including typical download time">
    5252
    5353]>
     
    375375    </para>
    376376
     377    <note>
     378      <para>
     379        If you set the ACLOCAL environment variable to support insalling
     380        Xorg in /opt, you will need to unset it for this procedure.
     381      </para>
     382    </note>
     383
    377384    <para>
    378385      Prepare <application>LibreOffice</application> for compilation by running
     
    389396sed -e "/distro-install-file-lists/d" -i Makefile.in &amp;&amp;
    390397
    391 sed -e 's@getURI()->c_str()@getURI().c_str()@' \
    392     -i sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx &amp;&amp;
    393 
    394398sed -i 29a\
    395399'\\t\t&amp;&amp;sed -i "s/TRUE/true/g" src/lib/libcdr_utils.cpp \\' \
     
    399403'\\t\t&amp;&amp;sed -i "s/TRUE/true/g" src/lib/EBOOKCharsetConverter.cpp \\' \
    400404external/libebook/ExternalProject_libebook.mk &amp;&amp;
    401 
    402 sed -i 's/TRUE/true/' i18npool/source/calendar/calendar_gregorian.cxx &amp;&amp;
    403405
    404406./autogen.sh --prefix=$LO_PREFIX         \
Note: See TracChangeset for help on using the changeset viewer.