Update to libreoffice-4.4.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15780 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2015-04-04 16:39:16 +00:00
parent 64812e3b7f
commit d2bea743d4
3 changed files with 20 additions and 16 deletions

View File

@ -47,6 +47,10 @@
<listitem>
<para>April 4th, 2015</para>
<itemizedlist>
<listitem>
<para>[fernando] - Update to libreoffice-4.4.2. Fixes
<ulink url="&blfs-ticket-root;6362">#6362</ulink>.</para>
</listitem>
<listitem>
<para>[pierre] - Update to setuptools-15.0. Fixes
<ulink url="&blfs-ticket-root;6367">#6367</ulink>.</para>

View File

@ -586,7 +586,7 @@
<!ENTITY gnumeric-version "1.12.21">
<!ENTITY gnucash-version "2.4.11">
<!ENTITY libreoffice-version "4.4.1">
<!ENTITY libreoffice-version "4.4.2">
<!ENTITY libreoffice-patch ".2">
<!ENTITY libreoffice-dlversion "&libreoffice-version;&libreoffice-patch;">

View File

@ -7,19 +7,19 @@
<!ENTITY libreoffice-dl "http://download.documentfoundation.org/libreoffice/src/&libreoffice-version;">
<!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
<!ENTITY libreoffice-core-md5sum "4c7b5a8a37cb883382778a95604180cf">
<!ENTITY libreoffice-core-md5sum "5971b3feefec99f819d8b6c6260eb845">
<!ENTITY libreoffice-core-size "157 MB">
<!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
<!ENTITY libreoffice-dict-md5sum "3ad072ed9e744cb1f4b17538ee235229">
<!ENTITY libreoffice-dict-md5sum "37696675feedfc971fec8cf0dfc46d35">
<!ENTITY libreoffice-dict-size "36 MB">
<!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
<!ENTITY libreoffice-help-md5sum "c59c5680716e147ade109e3544f892f4">
<!ENTITY libreoffice-help-md5sum "a6cf287374c39a488dc8e77e062aa7b7">
<!ENTITY libreoffice-help-size "1.8 MB">
<!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
<!ENTITY libreoffice-translations-md5sum "85c9224cc524b8882e98568e4e7acf3a">
<!ENTITY libreoffice-translations-md5sum "538f8b3b9514cdc4ffb3d671f2f79609">
<!ENTITY libreoffice-translations-size "122 MB">
<!-- This package has some peculiarities, some discussed in the text.
@ -27,8 +27,8 @@
measured by editors, depending on architecture and sometimes installed
dependencies (with-system... -->
<!ENTITY libreoffice-buildsize "6.5 GB (572 MB installed)">
<!ENTITY libreoffice-time "38 SBU (using parallelism=12) estimated 170 SBU with one core">
<!ENTITY libreoffice-buildsize "9.6 GB (618 MB installed)">
<!ENTITY libreoffice-time "52 SBU (using parallelism=8) estimated 300 SBU with one core">
<!-- [bdubbs] For version 4.3.2.2 Built on x86_64 using -\-with-parallelism=4 -->
<!-- [bdubbs] For version 4.4.2.1 Built on x86_64 using -\-with-parallelism=12 -->
@ -51,7 +51,7 @@
<date>$Date$</date>
</sect1info>
<title>LibreOffice-&libreoffice-dlversion;</title>
<title>LibreOffice-&libreoffice-version;</title>
<indexterm zone="libreoffice">
<primary sortas="a-LibreOffice">LibreOffice</primary>
@ -153,13 +153,13 @@
</para>
</listitem>
<listitem>
<!-- <listitem>
<para>
Required patch for i686 systems, in order to fix a problem introduced
by <application>&gcc-490;</application>:
<ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-gcc_4_9_0-2.patch"/>
</para>
</listitem>
</listitem>-->
</itemizedlist>
<bridgehead renderas="sect3">LibreOffice Dependencies</bridgehead>
@ -354,14 +354,14 @@ ln -sv ../../../libreoffice-help-&libreoffice-dlversion;.tar.xz external
<screen><userinput>export LO_PREFIX=<replaceable>&lt;PREFIX&gt;</replaceable></userinput></screen>
<para>
<!-- <para>
For i686 systems, fix a problem introduced by <application>&gcc-490;</application>:
</para>
<screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-gcc_4_9_0-2.patch</userinput></screen>
-->
<para>
Locales "en-US" and "pt-BR", you will find below, are just examples; you
Locales "fr" and "en-GB", you will find below, are just examples; you
should change them to suit your needs - you might want to read the
"Command Explanations", further below, before proceeding.
</para>
@ -385,7 +385,7 @@ chmod -v +x bin/unpack-sources &amp;&amp;
./autogen.sh --prefix=$LO_PREFIX \
--sysconfdir=/etc \
--with-vendor="BLFS" \
--with-lang="en-US pt-BR" \
--with-lang="fr en-GB" \
--with-help \
--with-myspell-dicts \
--with-alloc=system \
@ -502,7 +502,7 @@ fi</userinput></screen>
</para>
<para>
<parameter>--with-lang="en-US pt-BR"</parameter>: This switch sets
<parameter>--with-lang="fr en-GB"</parameter>: This switch sets
what languages to support. To list several languages, separate them with
a space. For all languages, use
<parameter>--with-lang=ALL</parameter>.
@ -513,7 +513,7 @@ fi</userinput></screen>
For a list of the available languages, you can look at the translations
tarball: <command>tar -tf
../libreoffice-translations-&libreoffice-dlversion;.tar.xz | grep
translations/source| cut -d/ -f4 | uniq</command>.
translations/source| cut -d/ -f4 | uniq | sort</command> .
</para>
</note>