Ignore:
Timestamp:
06/06/2012 12:35:15 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
eaa4f878
Parents:
aa4778c4
Message:

thunderbird-13.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    raa4778c4 r604ba3d8  
    1010  <!ENTITY libreoffice-core-md5sum        "61afc900785dd7d071b96d9ab0af46f3">
    1111  <!ENTITY libreoffice-core-size          "99 MB">
    12   <!ENTITY libreoffice-buildsize          "6.1 GB (337 MB installed)">
     12  <!ENTITY libreoffice-buildsize          "6.0 GB (345 MB installed)">
    1313  <!ENTITY libreoffice-time               "121 SBU">
    1414]>
     
    168168    </para>
    169169
    170 <screen><userinput>./autogen.sh --prefix=/usr \
     170<screen><userinput>sed -i 's# ORBit-2.0##' configure.in &amp;&amp;
     171./autogen.sh --prefix=/usr \
    171172  --disable-binfilter      \
    172173  --disable-gconf          \
     
    210211do
    211212  echo '#!/bin/bash' > /usr/bin/${program}
    212   echo "exec $SOFFICE --nologo --${program} \"\${@}\"" >> /usr/bin/${program}
     213  echo "exec ${SOFFICE} --nologo --${program} \"\${@}\"" >> /usr/bin/${program}
    213214  chmod 755 /usr/bin/${program}
    214215done          &amp;&amp;
    215216unset SOFFICE &amp;&amp;
    216 ln -sf ../lib/libreoffice/program/spadmin /usr/bin/printeradmin &amp;&amp;
    217 ln -sf ../lib/libreoffice/program/unopkg /usr/bin               &amp;&amp;
    218 cp sysui/desktop/man/{libreoffice,unopkg}.1 /usr/share/man/man1 &amp;&amp;
     217ln -sfv ../lib/libreoffice/program/spadmin /usr/bin/printeradmin &amp;&amp;
     218ln -sfv ../lib/libreoffice/program/unopkg /usr/bin               &amp;&amp;
     219cp sysui/desktop/man/{libreoffice,unopkg}.1 /usr/share/man/man1  &amp;&amp;
    219220for res in 16 32 48 128 256
    220221do
     
    232233
    233234    <para>
     235      <command>sed -i 's# ORBit-2.0##' configure.in</command>: If you remove the
     236      <option>--disable-gconf</option> configure will check for the deprecated
     237      ORBit. This sed removes the check for ORBit.
     238    </para>
     239
     240    <para>
    234241      <option>--enable-gtk3</option>: Add this option if you've installed and
    235242      want to use <application>Gtk+-3</application>.
     
    250257
    251258    <para>
    252       <option>--disable-gconf</option>: Compiling with support for
    253       <application>GConf</application> requires the deprecated
    254       <application>ORBit</application>.
     259      <option>--disable-gconf</option>: Remove this option if you want to
     260      compile Libre Office with GConf support.
    255261    </para>
    256262
     
    284290      support. en-US is always included by default. To list several languages,
    285291      separate them with a space. For all languages, use --with-lang=ALL
    286       <!-- For a list of the available options:
    287       <command>ls translations/source</command>. -->
     292      For a list of the available languages, after you've run ./download:
     293      <command>ls translations/source</command>.
    288294    </para>
    289295
Note: See TracChangeset for help on using the changeset viewer.