Changeset 6bbca81 for xsoft/office


Ignore:
Timestamp:
08/14/2019 04:57:35 PM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
5af02b37
Parents:
1d128a6
Message:

libreoffice-6.3.0.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    r1d128a6 r6bbca81  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "8239de1ab99236bd97623f8ceedfe926">
    11   <!ENTITY libreoffice-core-size          "205 MB">
     10  <!ENTITY libreoffice-core-md5sum        "d24bd7e5116743196c67e7df4b18458f">
     11  <!ENTITY libreoffice-core-size          "215 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "29b6ed9c014f920f0be311d296e2ac27">
    15   <!ENTITY libreoffice-dict-size          "43 MB">
     14  <!ENTITY libreoffice-dict-md5sum        "81df66dd522a2c56a4f11b24247fb114">
     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        "2baa1653f425be4d4d7b36541d8e30cd">
     18  <!ENTITY libreoffice-help-md5sum        "483f654eaa94f17c462494029d42334a">
    1919  <!ENTITY libreoffice-help-size          "13 MB">
    2020
    2121  <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
    22   <!ENTITY libreoffice-translations-md5sum        "fabd0015403771c06ace8c8ca024b9fd">
    23   <!ENTITY libreoffice-translations-size          "136 MB">
     22  <!ENTITY libreoffice-translations-md5sum        "21459291d488ecd7e4e8fb0fdcc55aca">
     23  <!ENTITY libreoffice-translations-size          "140 MB">
    2424
    2525  <!-- full size still accurate for 6.0.2, reconfiguring and rebuilding
    2626   the built source after initial DESTDIR install doesn't take a vast time -->
    2727
    28   <!ENTITY libreoffice-buildsize  "6.1 GB (749 MB installed). Installing the whole set of languages was previously reported to require up to 26 GB (2.9 GB installed)">
     28  <!ENTITY libreoffice-buildsize  "8.7 GB (821 MB installed). Installing the whole set of languages was previously reported to require up to 26 GB (2.9 GB installed)">
    2929
    3030  <!-- for 6.1.2.1 I allowed 2 SBU for downloads, my total was
     
    3232       for 6.1.4.2 I just used the total time - bdubbs
    3333  -->
    34   <!ENTITY libreoffice-time "63 SBU with parallelism=4 including typical download time">
     34  <!ENTITY libreoffice-time "60 SBU with parallelism=4 including typical download time">
    3535
    3636]>
     
    361361
    362362<!-- Removed in 6.2             - -with-alloc=system         \-->
     363<!-- In 6.3  -disable-gtk -enable-gtk3 added (sic, I accidentally built like
     364     that) which allows removal of  - -with-system-cairo but did NOT cause
     365     system epoxy to be automatically used, as configure claimed -->
    363366./autogen.sh --prefix=$LO_PREFIX         \
    364367             --sysconfdir=/etc           \
     
    370373             --without-system-dicts      \
    371374             --disable-dconf             \
     375             -disable-gtk -enable-gtk3   \
    372376             --disable-odk               \
    373377             --enable-release-build=yes  \
    374378             --enable-python=system      \
     379             --with-jdk-home=/opt/jdk    \
    375380             --with-system-apr           \
    376381             --with-system-boost         \
    377              --with-system-cairo         \
    378382             --with-system-clucene       \
    379383             --with-system-curl          \
     384             --with-system-epoxy         \
    380385             --with-system-expat         \
    381386             --with-system-glm           \
     
    513518
    514519    <para>
     520      <parameter>--with-jdk-home=/opt/jdk</parameter>: This parameter will silence
     521      a warning that the configure script attempted to find JAVA_HOME
     522      automatically (even though that is passed in the environment). Omit this if
     523      you disabled java.
     524    </para>
     525
     526    <para>
    515527      <parameter>--with-myspell-dicts</parameter>: This switch adds myspell
    516528      dictionaries to the <application>LibreOffice</application> installation
     
    535547      <application>LibreOffice</application> with the
    536548      <application>GNOME DConf</application> configuration system support.
     549    </para>
     550
     551    <para>
     552      <parameter>-disable-gtk -enable-gtk3</parameter>: This pair of switches
     553      tell the configure script to use <application>gtk3</application> instead
     554      of <application>gtk2</application>.
    537555    </para>
    538556
Note: See TracChangeset for help on using the changeset viewer.