Changeset 514797f for xsoft


Ignore:
Timestamp:
12/19/2015 12:05:28 PM (8 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.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:
924fcd6
Parents:
a44f951
Message:
  • Update to poppler-0.39.0.
  • Update to ruby-2.2.4.
  • Update to samba-4.3.3.
  • Update to libreoffice-5.0.4 (libreoffice-5.0.4.2).
  • Update to boost_1_60_0.
  • Update to libcroco-0.6.11.
  • Update to Archive-Zip-1.56 (perl module).
  • Update to php-7.0.1.
  • Update to cups-filters-1.5.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    ra44f951 r514797f  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "879471fa970c30bb080e11906a3bcdab">
    11   <!ENTITY libreoffice-core-size          "159 MB">
     10  <!ENTITY libreoffice-core-md5sum        "0c6381581f93ef7142b00837002755dd">
     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        "c36d48ec2f90278b03a27d8d3449744d">
    15   <!ENTITY libreoffice-dict-size          "35 MB">
     14  <!ENTITY libreoffice-dict-md5sum        "eaad734b700e4ccc2362097a84392ba0">
     15  <!ENTITY libreoffice-dict-size          "36 MB">
    1616
    1717  <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
    18   <!ENTITY libreoffice-help-md5sum        "0ba4c4939e01ed63e39b0751da54ae8f">
     18  <!ENTITY libreoffice-help-md5sum        "82f2dcd28e6bfe33e0edb480b9c8f8e4">
    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        "8439f56d4696e64571bbdc8224ede59d">
    23   <!ENTITY libreoffice-translations-size          "124 MB">
    24   <!ENTITY libreoffice-buildsize          "9 GB (671 MB installed)">
    25   <!ENTITY libreoffice-time               "202 SBU with one core">
     22  <!ENTITY libreoffice-translations-md5sum        "73711d36f4d16b0e2657367c823e1872">
     23  <!ENTITY libreoffice-translations-size          "125 MB">
     24
     25
     26  <!ENTITY libreoffice-buildsize          "12 GB (647 MB installed)">
     27  <!ENTITY libreoffice-time               "64.3 SBU with parallelism = 4 (reputedly 202+ SBU with one core)">
    2628
    2729  <!-- This package has some peculiarities, some discussed in the text.
     
    3739  <!-- [fernando]  For version 4.4.4.3 Built on x86_64 using -\-with-parallelism=4 -->
    3840  <!-- [fernando]  For version 5.0.0.5 Built on x86_64 using -\-with-parallelism=4 -->
     41  <!-- [fernando]  For version 5.0.4.2 Built on x86_64 using -\-with-parallelism=4 -->
    3942]>
    4043
     
    148151        </para>
    149152      </listitem>
    150 
     153<!--
    151154      <listitem>
    152155        <para>
     
    154157          <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-boost_1_59_0-1.patch"/>
    155158        </para>
    156       </listitem>
     159      </listitem>-->
    157160    </itemizedlist>
    158161
     
    178181
    179182    <para role="recommended">
    180       <xref linkend="boost"/>,
     183      <xref linkend="boost"/> (currently, broken with boost-1.60.0),
    181184      <xref linkend="clucene"/>,
    182185      <xref linkend="cups"/>,
     
    360363
    361364<screen><userinput>export LO_PREFIX=<replaceable>&lt;PREFIX&gt;</replaceable></userinput></screen>
    362 
     365<!--
    363366    <para>
    364367     Fix build failures introduced by <application>boost-&boost-version;</application>:
    365368    </para>
    366369
    367 <screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-boost_1_59_0-1.patch</userinput></screen>
     370<screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-boost_1_59_0-1.patch</userinput></screen>-->
    368371
    369372    <para>
     
    383386
    384387sed -e "/distro-install-file-lists/d" -i Makefile.in &amp;&amp;
    385 
     388<!--
    386389sed -e "/ustrbuf/a #include &lt;algorithm&gt;" \
    387     -i svl/source/misc/gridprinter.cxx   &amp;&amp;
     390    -i svl/source/misc/gridprinter.cxx   &amp;&amp;-->
    388391
    389392chmod -v +x bin/unpack-sources &amp;&amp;
     
    397400             --with-alloc=system         \
    398401             --without-java              \
     402             --without-system-boost      \
    399403             --without-system-dicts      \
    400404             --disable-gconf             \
     
    403407             --enable-release-build=yes  \
    404408             --enable-python=system      \
    405              --with-system-boost         \
    406409             --with-system-clucene       \
    407410             --with-system-cairo         \
     
    488491<screen role="root"><userinput>update-desktop-database</userinput></screen>
    489492
     493    <para>
     494      The suite and main modules can be started from the menu. From a terminal,
     495      the suite can be started with <command>libreoffice</command> command and
     496      the modules with <command>libreoffice
     497      --<replaceable>&lt;module&gt;</replaceable></command> command,
     498      respectively, where <replaceable>&lt;module&gt;</replaceable> is one of
     499      base, calc, draw, impress, math or writer. Modules cannot be started using
     500      their shell starting script names (see "Installed Programs", below), if
     501      LO_PREFIX is other than <filename class='directory'>/user</filename>,
     502      unless <filename class='directory'>$LO_PREFIX/bin</filename> directory is
     503      appended to the PATH.
     504    </para>
     505
    490506  </sect2>
    491507
     
    495511    <para>
    496512      <command>sed -e ...</command>: The first sed prevents compression of the
    497       manual pages, the second one prevents install from failing and the third
     513      manual pages, the second one prevents install from failing<!-- and the third
    498514      one includes a missing header without which <command>make build</command>
    499       fails.
     515      fails-->.
    500516    </para>
    501517
     
    669685      <?dbhtml list-presentation="table"?>
    670686
     687      <varlistentry id="libreoffice-suite">
     688        <term><command>libreoffice (or soffice)</command></term>
     689        <listitem>
     690          <para>
     691            is the main libreofice suite (symlink to
     692            $LO_PREFIX/lib/libreoffice/program/soffice).
     693          </para>
     694          <indexterm zone="libreoffice libreoffice-suite">
     695            <primary sortas="b-libreoffice-suite">libreoffice-suite</primary>
     696          </indexterm>
     697        </listitem>
     698      </varlistentry>
     699
    671700      <varlistentry id="lobase">
    672701        <term><command>lobase</command></term>
    673702        <listitem>
    674703          <para>
    675             is a database manager.
     704            is the database manager module shell starting script.
    676705          </para>
    677706          <indexterm zone="libreoffice lobase">
     
    685714        <listitem>
    686715          <para>
    687             is a spreadsheet program.
     716            is the spreadsheet module shell starting script.
    688717          </para>
    689718          <indexterm zone="libreoffice localc">
     
    697726        <listitem>
    698727          <para>
    699             is a vector graphics editor and diagramming tool.
     728            is the vector graphics editor and diagramming tool module shell
     729            starting script.
    700730          </para>
    701731          <indexterm zone="libreoffice lodraw">
     
    709739        <listitem>
    710740          <para>
    711             can edit and display PowerPoint presentations.
     741            is the (PowerPoint) presentations editor and displayer
     742            module shell starting script.
    712743          </para>
    713744          <indexterm zone="libreoffice loimpress">
     
    721752        <listitem>
    722753          <para>
    723             is a mathematical formula editor.
     754            is the mathematical formula editor module shell starting script.
    724755          </para>
    725756          <indexterm zone="libreoffice lomath">
     
    733764        <listitem>
    734765          <para>
    735             is a word processor.
     766            is the word processor module shell starting script.
    736767          </para>
    737768          <indexterm zone="libreoffice lowriter">
     
    746777          <para>
    747778            is a tool to manage <application>LibreOffice</application>
    748             extensions from the command line.
     779            extensions from the command line shell starting script.
    749780          </para>
    750781          <indexterm zone="libreoffice unopkg">
Note: See TracChangeset for help on using the changeset viewer.