Ignore:
Timestamp:
04/18/2012 05:31:24 PM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
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:
524e3cf0
Parents:
25639ce3
Message:

Update/remove perl modules, remove pdl, libreoffice minor corrections.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    r25639ce3 ra6af3ab9  
    321321    <para>
    322322      <command>tar -xf ../libreoffice-translations-&libreoffice-version;.tar.xz
    323       --strip-components=1</command>: This untars the translations inside the
    324       source. The <option>--strip-components=1</option> option removes the
    325       leading directory from the path of the untared files. Without this option
    326       we would need to move or symlink the
     323      --strip-components=1</command>: This command untars the translations
     324      inside the source. The <option>--strip-components=1</option> option
     325      removes the leading directory from the path of the untared files. Without
     326      this option we would need to move or symlink the
    327327      <filename class="directory">translations</filename> folder into the
    328328      correct position.
     
    331331    <para>
    332332      <command>tar -xf ../libreoffice-help-&libreoffice-version;.tar.xz
    333       --strip-components=1</command>: This untars the help files inside the
    334       source. The <option>--strip-components=1</option> option removes the
     333      --strip-components=1</command>: This command untars the help files inside
     334      the source. The <option>--strip-components=1</option> option removes the
    335335      leading directory from the path of the untared files. Without this option
    336336      we would need to move or symlink the
     
    341341    <para>
    342342      <command>tar -xf ../libreoffice-dictionaries-&libreoffice-version;.tar.xz
    343       --strip-components=1</command>: This untars the dictionaries inside the
    344       source. The <option>--strip-components=1</option> option removes the
     343      --strip-components=1</command>: This command untars the dictionaries inside
     344      the source. The <option>--strip-components=1</option> option removes the
    345345      leading directory from the path of the untared files. Without this option
    346346      we would need to move or symlink the
     
    357357
    358358    <para>
    359       <option>--enable-gtk3</option>: add this option if you've installed and
     359      <option>--enable-gtk3</option>: Add this option if you've installed and
    360360      want to use <application>Gtk+-3</application>.
    361361    </para>
    362362
    363363    <para>
    364       <option>--disable-gstreamer</option>: add this option if you've not
     364      <option>--disable-gstreamer</option>: Add this option if you've not
    365365      installed <xref linkend="gst-plugins-base"/>.
    366366    </para>
     
    387387
    388388    <para>
    389       <option>--disable-odk</option>: This disables installing the office
    390       development kit. remove this option if you want to develop a
     389      <option>--disable-odk</option>: This option disables installing the
     390      office development kit. Remove this option if you want to develop a
    391391      <application>Libre Office</application> based application.
    392392    </para>
    393393
    394394    <para>
    395       <option>--with-system- ...</option>: These options stop it trying to
    396       compile its own versions of these dependencies. If you've not installed
    397       some of these dependencies remove the corresponding option.
     395      <option>--with-system- ...</option>: These options prevent
     396      <application>Libre Office</application> trying to compile its own
     397      versions of these dependencies. If you've not installed
     398      some of the dependencies, remove the corresponding option.
    398399    </para>
    399400
    400401    <para>
    401402      <option>--with-num-cpus=$(getconf _NPROCESSORS_ONLN)</option>: This option
    402       tells it to use all your CPUs to compile in parallel and speed up the
    403       build.
     403      tells <application>Libre Office</application> to use all your CPUs to compile
     404      in parallel and speed up the build.
    404405    </para>
    405406
     
    426427      cp -rf src/* ../libre-office-downloads</command>: The
    427428      <command>download</command> script downloads some 320MB of source
    428       tarballs, many of which are not not needed as they are probably already
     429      tarballs, many of which are not needed as they are probably already
    429430      installed on your system. This command makes a backup copy of the
    430431      downloaded files so you don't have to download them again if you decide to
     
    450451    <para>
    451452      <command>gtk-update-icon-cache /usr/share/icons/hicolor</command>: This
    452       rebuilds <filename>/usr/share/icons/hicolor/icon-theme.cache</filename> to
    453       include the new icons.
     453      command rebuilds
     454      <filename>/usr/share/icons/hicolor/icon-theme.cache</filename> to include
     455      the new icons.
    454456    </para>
    455457  </sect2>
Note: See TracChangeset for help on using the changeset viewer.