Changeset 28370fe for xsoft/office


Ignore:
Timestamp:
08/28/2015 09:55:25 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
03b05e7
Parents:
bbacc9a
Message:
  • More short descriptions from Denis Mugnier.
  • Fix main menu display problem for LXQT from hykwok1.
  • fontforge-20150824: --enable-debug requires libspiro.
  • Update to firefox-40.0.3.
  • Update to libreoffice-5.0.1.
  • Update to NetworkManager-1.0.6 and network-manager-applet-1.0.6.
  • Update to unrar-5.3.3.
  • Update to NSPR-4.10.9.
  • Update to libassuan-2.3.0.
  • Update to xterm-320.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    rbbacc9a r28370fe  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "e8e79a7706fd22416d5f3b58195b0ee7">
    11   <!ENTITY libreoffice-core-size          "159 MB">
     10  <!ENTITY libreoffice-core-md5sum        "a47ad3fbfc1b1b665598e1c133692a19">
     11  <!ENTITY libreoffice-core-size          "160 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "bdf1f534ae937786dda2cf186f83d1a3">
    15   <!ENTITY libreoffice-dict-size          "36 MB">
     14  <!ENTITY libreoffice-dict-md5sum        "9387260f57692572809809e9defeed47">
     15  <!ENTITY libreoffice-dict-size          "35 MB">
    1616
    1717  <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
    18   <!ENTITY libreoffice-help-md5sum        "029d47223caa6dc8c66817ed76f4c3a2">
     18  <!ENTITY libreoffice-help-md5sum        "866e29eac8df9e106116e484e9068506">
    1919  <!ENTITY libreoffice-help-size          "1.8 MB">
    2020
    2121  <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
    22   <!ENTITY libreoffice-translations-md5sum        "232bbb0e98de27f9fd3500e9d7558176">
    23   <!ENTITY libreoffice-translations-size          "124 MB">
     22  <!ENTITY libreoffice-translations-md5sum        "44378180db18158fb68fa39d555e079d">
     23  <!ENTITY libreoffice-translations-size          "125 MB">
    2424
    2525  <!-- This package has some peculiarities, some discussed in the text.
     
    2828  dependencies (with-system... -->
    2929
    30   <!ENTITY libreoffice-buildsize          "9.8 GB (649 MB installed)">
     30  <!ENTITY libreoffice-buildsize          "12 GB (649 MB installed)">
    3131  <!ENTITY libreoffice-time               "62 SBU (using parallelism=4) estimated 170 SBU with one core">
    3232
     
    183183
    184184    <para role="recommended">
    185       <xref linkend="boost"/>,
     185      <!-- currently broken <xref linkend="boost"/>,-->
    186186      <xref linkend="clucene"/>,
    187187      <xref linkend="cups"/>,
     
    408408             --enable-release-build=yes  \
    409409             --enable-python=system      \
    410              --with-system-boost         \
     410             --without-system-boost      \
    411411             --with-system-clucene       \
    412412             --with-system-cairo         \
     
    545545
    546546    <para>
     547      <parameter>--without-system-boost</parameter>: This switch disables use
     548      of system boost, so bundled one is used, because currently, the build is
     549      broken with <xref linkend="boost"/>.
     550    </para>
     551
     552    <para>
    547553      <parameter>--without-system-dicts</parameter>: This switch disables use
    548554      of  dictionaries from system paths, so the ones installed by this package
Note: See TracChangeset for help on using the changeset viewer.