Ignore:
Timestamp:
04/04/2015 04:39:16 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:
2936620
Parents:
64812e3b
Message:

Update to libreoffice-4.4.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    r64812e3b rd2bea743  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "4c7b5a8a37cb883382778a95604180cf">
     10  <!ENTITY libreoffice-core-md5sum        "5971b3feefec99f819d8b6c6260eb845">
    1111  <!ENTITY libreoffice-core-size          "157 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "3ad072ed9e744cb1f4b17538ee235229">
     14  <!ENTITY libreoffice-dict-md5sum        "37696675feedfc971fec8cf0dfc46d35">
    1515  <!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        "c59c5680716e147ade109e3544f892f4">
     18  <!ENTITY libreoffice-help-md5sum        "a6cf287374c39a488dc8e77e062aa7b7">
    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        "85c9224cc524b8882e98568e4e7acf3a">
     22  <!ENTITY libreoffice-translations-md5sum        "538f8b3b9514cdc4ffb3d671f2f79609">
    2323  <!ENTITY libreoffice-translations-size          "122 MB">
    2424
     
    2828  dependencies (with-system... -->
    2929
    30   <!ENTITY libreoffice-buildsize          "6.5 GB (572 MB installed)">
    31   <!ENTITY libreoffice-time               "38 SBU (using parallelism=12) estimated 170 SBU with one core">
     30  <!ENTITY libreoffice-buildsize          "9.6 GB (618 MB installed)">
     31  <!ENTITY libreoffice-time               "52 SBU (using parallelism=8) estimated 300 SBU with one core">
    3232
    3333  <!-- [bdubbs]  For version 4.3.2.2 Built on x86_64 using -\-with-parallelism=4 -->
     
    5252  </sect1info>
    5353
    54   <title>LibreOffice-&libreoffice-dlversion;</title>
     54  <title>LibreOffice-&libreoffice-version;</title>
    5555
    5656  <indexterm zone="libreoffice">
     
    154154      </listitem>
    155155
    156       <listitem>
     156<!--      <listitem>
    157157        <para>
    158158          Required patch for i686 systems, in order to fix a problem introduced
     
    160160          <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-gcc_4_9_0-2.patch"/>
    161161        </para>
    162       </listitem>
     162      </listitem>-->
    163163    </itemizedlist>
    164164
     
    355355<screen><userinput>export LO_PREFIX=<replaceable>&lt;PREFIX&gt;</replaceable></userinput></screen>
    356356
    357     <para>
     357<!--    <para>
    358358     For i686 systems, fix a problem introduced by <application>&gcc-490;</application>:
    359359    </para>
    360360
    361361<screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-gcc_4_9_0-2.patch</userinput></screen>
    362 
    363     <para>
    364       Locales "en-US" and "pt-BR", you will find below, are just examples; you
     362-->
     363    <para>
     364      Locales "fr" and "en-GB", you will find below, are just examples; you
    365365      should change them to suit your needs - you might want to read the
    366366      "Command Explanations", further below, before proceeding.
     
    386386             --sysconfdir=/etc           \
    387387             --with-vendor="BLFS"        \
    388              --with-lang="en-US pt-BR"   \
     388             --with-lang="fr en-GB"      \
    389389             --with-help                 \
    390390             --with-myspell-dicts        \
     
    503503
    504504    <para>
    505       <parameter>--with-lang="en-US pt-BR"</parameter>: This switch sets
     505      <parameter>--with-lang="fr en-GB"</parameter>: This switch sets
    506506      what languages to support. To list several languages, separate them with
    507507      a space. For all languages, use
     
    514514        tarball: <command>tar -tf
    515515        ../libreoffice-translations-&libreoffice-dlversion;.tar.xz | grep
    516         translations/source| cut -d/ -f4 | uniq</command>.
     516        translations/source| cut -d/ -f4 | uniq | sort</command> .
    517517      </para>
    518518    </note>
Note: See TracChangeset for help on using the changeset viewer.