Changeset 2dc8feb


Ignore:
Timestamp:
08/31/2014 02:43:46 PM (10 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.6, 7.7, 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, krejzi/svn, 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:
59fb87e
Parents:
5153eb9
Message:

libreoffice-4.3.1.2: note recommending build in X, other minor fixes in xml comments and line lenghts.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    r5153eb9 r2dc8feb  
    2828  dependencies (with-system... -->
    2929
    30   <!ENTITY libreoffice-buildsize          "8.1 GB (497 MB installed) - 9.6 GB (528 MB installed), with translations">
     30  <!ENTITY libreoffice-buildsize          "8.1 GB (535 MB installed), with translations">
    3131  <!ENTITY libreoffice-time               "200 SBU, with translations">
    32   <!-- [fo] For version 4.3.1.2 I've got, for i686, SBU larger than the upper
    33   limit, thus, temporarily, decided to used a single SBU, instead of a range.
     32  <!-- [fo] For version 4.3.1.2 I've got, for i686, statistcs over the upper
     33  boundaries for x86_64 of previous versions, thus, temporarily, decided to use
     34  single statistcs, instead of a range.
    3435  -->
    3536  <!-- This package has some peculiarities, some discussed in the text.
     
    286287    </warning>-->
    287288
     289    <note>
     290      <para>
     291       It is recommended to build this package in a graphical environment,
     292       because there have been reports of failures when using
     293       <command>chroot</command> or <command>ssh</command>.
     294      </para>
     295    </note>
     296
    288297<screen role="root"><userinput>tar -xf libreoffice-&libreoffice-dlversion;.tar.xz --no-overwrite-dir &amp;&amp;
    289298cd libreoffice-&libreoffice-dlversion;</userinput></screen>
     
    297306<screen><userinput>install -dm755 external/tarballs &amp;&amp;
    298307
    299 tar -xf ../libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz --no-overwrite-dir --strip-components=1 &amp;&amp;
     308tar -xf ../libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz \
     309        --no-overwrite-dir --strip-components=1    &amp;&amp;
    300310<!-- Not necessary for this version
    301311tar -xf ../libreoffice-help-&libreoffice-dlversion;.tar.xz -\-no-overwrite-dir -\-strip-components=1 &amp;&amp;
     
    319329    </para>
    320330
    321 <screen><userinput>ln -sv ../../../libreoffice-translations-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen>
     331<screen><userinput>ln -sv ../../../libreoffice-translations-&libreoffice-dlversion;.tar.xz \
     332       external/tarballs/</userinput></screen>
    322333
    323334    <note>
Note: See TracChangeset for help on using the changeset viewer.