Changeset bccbdaea for xsoft


Ignore:
Timestamp:
11/29/2005 07:07:13 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
0034f4f
Parents:
90bc173
Message:

Trailing spaces clean-up. Basicnet, book, and general parts.

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

Location:
xsoft
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r90bc173 rbccbdaea  
    154154    to the <command>configure</command> script if you have
    155155    <application>libjpeg</application> installed.</para>
    156            
     156
    157157    <para>This package does not come with a test suite.</para>
    158158
  • xsoft/graphweb/galeon.xml

    r90bc173 rbccbdaea  
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    6262    <para><xref linkend="gnome-desktop"/> and
    63     <xref linkend="mozilla"/> or <xref linkend="firefox"/> or 
     63    <xref linkend="mozilla"/> or <xref linkend="firefox"/> or
    6464    <xref linkend="thunderbird"/></para>
    6565
  • xsoft/graphweb/mozilla.xml

    r90bc173 rbccbdaea  
    9090      </listitem>
    9191    </itemizedlist>
    92                                    
     92
    9393    <para>To enable the <application>Enigmail</application> extension to
    9494    the <application>Mozilla</application> mail client, you'll need to
  • xsoft/office/abiword.xml

    r90bc173 rbccbdaea  
    7373    <ulink url="http://www.abisource.com/enchant/">Enchant</ulink>
    7474    (uses <xref linkend="aspell"/>) and
    75     <ulink url="http://wvware.sourceforge.net/">wv</ulink> (with 
     75    <ulink url="http://wvware.sourceforge.net/">wv</ulink> (with
    7676    <ulink url="http://sourceforge.net/projects/wvware">libwmf</ulink>
    7777    installed first)</para>
     
    156156    <application>GCC</application>-4.0.x. This parameter prevents linking to
    157157    the package and incurring a build failure.</para>
    158    
     158
    159159    <para><command>./make-html.sh</command>: This command creates the HTML files
    160160    used by <application>AbiWord</application> when help is requested from the
  • xsoft/office/gnucash.xml

    r90bc173 rbccbdaea  
    182182
    183183      <para>If you wish to use <application>GnuCash</application> to retrieve
    184       stock price quotes and stock historical information, you'll need to 
     184      stock price quotes and stock historical information, you'll need to
    185185      install the following <application>Perl</application> modules:
    186186      <xref linkend="perl-lwp"/>, <xref linkend="perl-date-manip"/>,
  • xsoft/office/gnumeric.xml

    r90bc173 rbccbdaea  
    5757    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    5858    <itemizedlist spacing="compact">
    59       <listitem> 
     59      <listitem>
    6060        <para>Required patch: <ulink
    6161        url="&patch-root;/gnumeric-&gnumeric-version;-libgsf-1.patch"/></para>
  • xsoft/other/balsa.xml

    r90bc173 rbccbdaea  
    7373    <ulink url="../server/mail.html">MTA</ulink> that links to
    7474    <command>/usr/sbin/sendmail</command>),
    75     <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>, and 
     75    <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>, and
    7676    <ulink url="http://www.sqlite.org/">SQLite</ulink></para>
    7777
     
    8080    <ulink url="http://www.gnupg.org/download/index.html#gpgme">GPGME</ulink> and
    8181    <ulink url="http://www.gnupg.org/download/index.html#gnupg2">GnuPG-1.9.x</ulink></para>
    82    
     82
    8383  </sect2>
    8484
     
    154154
    155155      <para>If you enable filters for your incoming POP3 mail, you must have
    156       <xref linkend="procmail"/> installed, as the incoming mail will be 
     156      <xref linkend="procmail"/> installed, as the incoming mail will be
    157157      handed off to <command>procmail</command> for processing.</para>
    158158
  • xsoft/other/thunderbird.xml

    r90bc173 rbccbdaea  
    2828any changes to the options passed to configure. This file shows the
    2929default build used by Mozilla. BLFS adds to this, but the values here
    30 should be in our setup. The stuff about ActiveX can be ignored as 
     30should be in our setup. The stuff about ActiveX can be ignored as
    3131that is Windows crap only.
    3232
     
    147147export BUILD_OFFICIAL="1" &amp;&amp;
    148148export MOZ_THUNDERBIRD="1" &amp;&amp;
    149 patch -Np1 -i ../thunderbird-&thunderbird-version;-gcc4-2.patch &amp;&amp; 
    150 patch -Np1 -i ../thunderbird-&thunderbird-version;-fixes-1.patch &amp;&amp; 
     149patch -Np1 -i ../thunderbird-&thunderbird-version;-gcc4-2.patch &amp;&amp;
     150patch -Np1 -i ../thunderbird-&thunderbird-version;-fixes-1.patch &amp;&amp;
    151151./configure --prefix=/usr \
    152152            --with-default-mozilla-five-home=/usr/lib/thunderbird-&thunderbird-version; \
     
    237237    <para>Finally, unset the build variables from the unprivileged user's
    238238    environment:</para>
    239    
     239
    240240<screen><userinput>unset MOZILLA_OFFICIAL &amp;&amp;
    241241unset BUILD_OFFICIAL &amp;&amp;
     
    276276      You'll then see the
    277277      <filename>enigmail-&thunderbird-enigmail-version;-linux-????.xpi</filename>
    278       file listed. Choose this file and click on <quote>Open</quote>, then 
     278      file listed. Choose this file and click on <quote>Open</quote>, then
    279279      click on <quote>Install now</quote>. The
    280280      <application>Enigmail</application> extension will install and you will
  • xsoft/suites/koffice.xml

    r90bc173 rbccbdaea  
    9292    <xref linkend="mysql"/> (plugin),
    9393    <xref linkend="imagemagick"/>(required for krita),
    94     <ulink url="http://sourceforge.net/projects/wvware/">libwv2</ulink> (for MS 
     94    <ulink url="http://sourceforge.net/projects/wvware/">libwv2</ulink> (for MS
    9595    Word filter),
    9696    <ulink url="http://libwpd.sf.net/">libwpd</ulink> (for Wordperfect filter),
     
    118118      <command>make install</command>.</para>
    119119    </note>
    120    
     120
    121121   <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    122122
  • xsoft/suites/openoffice.xml

    r90bc173 rbccbdaea  
    7373      </listitem>
    7474      <listitem>
    75         <para>Required patch for use with pkgconfig-0.17 and greater: 
     75        <para>Required patch for use with pkgconfig-0.17 and greater:
    7676        <ulink
    7777        url="&patch-root;/OOo_&openoffice-version;-pkgconfig_0.17-1.patch"/></para>
     
    8080      <listitem>
    8181        <para>Optional patch if
    82         <application>Linux-PAM</application>-&linux-pam-version; is not 
     82        <application>Linux-PAM</application>-&linux-pam-version; is not
    8383        installed: <ulink
    8484        url="&patch-root;/OOo_&openoffice-version;-no_pam-1.patch"/></para>
    85       </listitem> 
    86 
    87 <!--  Will be added after patch header is corrected. 
    88       <listitem>
    89         <para>Optional patch if building against the system installed 
    90         <application>Firefox</application>: <ulink 
     85      </listitem>
     86
     87<!--  Will be added after patch header is corrected.
     88      <listitem>
     89        <para>Optional patch if building against the system installed
     90        <application>Firefox</application>: <ulink
    9191        url="&patch-root;/OOo_&openoffice-version;-xmlsec_no_mozilla-1.patch"/>
    9292        </para>
     
    9494-->
    9595      <listitem>
    96         <para>Required update for use with 
    97         <application>JDK-&jdk-src-version;</application>.  <ulink 
     96        <para>Required update for use with
     97        <application>JDK-&jdk-src-version;</application>.  <ulink
    9898        url="ftp://anduin.linuxfromscratch.org/BLFS/svn/b/bsh-2.0b4-src.tar.bz2"/>
    9999        </para>
     
    103103        <application>Mozilla</application>
    104104<!--        or <application>Firefox</application>  -->
    105         browser.  <ulink 
     105        browser.  <ulink
    106106        url="ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.5/source/mozilla-source-1.7.5.tar.gz"/></para>
    107107      </listitem>
     
    119119    <xref linkend="tcsh"/>,
    120120    <xref linkend="unzip"/>,
    121     <xref linkend="which"/>, and 
     121    <xref linkend="which"/>, and
    122122    <xref linkend="zip"/>.</para>
    123123
     
    155155done</userinput></screen>
    156156
    157     <para>Copy the <application>Beanshell</application> TAR ball into the 
     157    <para>Copy the <application>Beanshell</application> TAR ball into the
    158158    source tree and uncompress it:</para>
    159159
     
    162162
    163163    <para>If not using the system-installed <application>Mozilla</application>
    164     or <application>Firefox</application>, copy the 
    165     <application>Mozilla</application> source TAR ball into the source 
     164    or <application>Firefox</application>, copy the
     165    <application>Mozilla</application> source TAR ball into the source
    166166    tree:</para>
    167167
     
    200200
    201201<!--  To be added after xmlsec_no_mozilla patch header is corrected
    202     <note><para>If you intend to use the system-installed 
    203     <application>Mozilla</application> or 
    204     <application>Firefox</application>, replace the 
     202    <note><para>If you intend to use the system-installed
     203    <application>Mozilla</application> or
     204    <application>Firefox</application>, replace the
    205205    <parameter> - - enable-build-mozilla</parameter> switch with
    206     <parameter>- -with-system-mozilla</parameter>.  Additionally for 
    207     <application>Firefox</application>, add the 
    208     <parameter>- -with-firefox</parameter> switch. You will also be 
    209     unable to use a <application>Thunderbird</application> address 
    210     book as a data source if built against 
     206    <parameter>- -with-system-mozilla</parameter>.  Additionally for
     207    <application>Firefox</application>, add the
     208    <parameter>- -with-firefox</parameter> switch. You will also be
     209    unable to use a <application>Thunderbird</application> address
     210    book as a data source if built against
    211211    <application>Firefox</application>.</para></note>
    212212-->
     
    245245dmake</userinput></screen>
    246246
    247     <para>Install <application>OpenOffice</application> as the 
    248     <systemitem class="username">root</systemitem> user with the 
     247    <para>Install <application>OpenOffice</application> as the
     248    <systemitem class="username">root</systemitem> user with the
    249249    following commands:</para>
    250250
     
    253253cp -a -v openoffice.org2.0 /opt/openoffice-2.0.0</userinput></screen>
    254254
    255     <para>Still as the <systemitem class="username">root</systemitem> 
     255    <para>Still as the <systemitem class="username">root</systemitem>
    256256    user:</para>
    257257
    258258<screen role="root"><userinput>for appl in sbase scalc sdraw simpress smath soffice spadmin swriter
    259 do 
     259do
    260260    ln -v -sf /opt/openoffice-2.0.0/program/$appl /usr/bin/$appl
    261261done</userinput></screen>
    262262
    263     <para>The icons are not installed by default.  While still the 
     263    <para>The icons are not installed by default.  While still the
    264264    <systemitem class="username">root</systemitem> user, install the icons
    265265    with the following commands:</para>
     
    292292    <para>Finally, if you'd like to edit <application>OpenOffice</application>
    293293    documents directly from <application>Mozilla</application> or
    294     <application>Firefox</application>, create a symbolic link in your 
    295     plugins directory to 
     294    <application>Firefox</application>, create a symbolic link in your
     295    plugins directory to
    296296    <filename>/opt/openoffice-2.0.0/program/libnpsoplugin.so</filename>.
    297     Additionally, you must enable the plugin from the 
    298     <parameter>Internet Options</parameter> within any 
     297    Additionally, you must enable the plugin from the
     298    <parameter>Internet Options</parameter> within any
    299299    <application>OpenOffice</application> application.</para>
    300300
     
    304304    <title>Command Explanations</title>
    305305
    306     <para><parameter>--enable-libart</parameter>: This switch forces the Use 
    307     of libart instead of <application>gpc</application> for polygon 
     306    <para><parameter>--enable-libart</parameter>: This switch forces the Use
     307    of libart instead of <application>gpc</application> for polygon
    308308    clipping.</para>
    309309
     
    311311    of <application>startup-notification</application>.</para>
    312312
    313     <para><parameter>--disable-fontooo</parameter>: Use 
     313    <para><parameter>--disable-fontooo</parameter>: Use
    314314    <application>Fontconfig</application> instead of FontOOo.</para>
    315315
    316316    <para><parameter>--without-fonts</parameter>: Do not install Bitstream Vera
    317     fonts since they are already bundled with 
     317    fonts since they are already bundled with
    318318    <application>X</application>.</para>
    319319
    320320    <para><parameter>--with-system-*</parameter>: Use the system libraries
    321     and programs instead of building the packagees included in the build 
     321    and programs instead of building the packagees included in the build
    322322    tree.</para>
    323323
     
    328328    Appends "BLFS" to the end of the version string.</para>
    329329
    330     <para><parameter>--with-package-format=native</parameter>: This switch 
     330    <para><parameter>--with-package-format=native</parameter>: This switch
    331331    disables the build of <application>RPM</application> packages.</para>
    332332
    333     <para><parameter>--disable-binfilter</parameter>: This switch disables the 
    334     build of legacy <application>StarOffice-5</application> import 
     333    <para><parameter>--disable-binfilter</parameter>: This switch disables the
     334    build of legacy <application>StarOffice-5</application> import
    335335    filters.</para>
    336336
    337337<!--
    338     <para><parameter>- -with-firefox</parameter>: Enables the use of 
     338    <para><parameter>- -with-firefox</parameter>: Enables the use of
    339339    <application>Firefox</application> in place of the full
    340340    <application>Mozilla</application> suite.  This will disable the use
     
    343343-->
    344344
    345     <para><parameter>--disable-cups</parameter>: Disable the use of 
     345    <para><parameter>--disable-cups</parameter>: Disable the use of
    346346    <application>cups</application> for printing.</para>
    347347
     
    350350
    351351    <para><parameter>--with-dict=<replaceable>[LANG]</replaceable></parameter>:
    352     This switch installs dictionaries for the desired languages. ENUS is 
     352    This switch installs dictionaries for the desired languages. ENUS is
    353353    the default.</para>
    354354
    355     <para><command>./bootstrap</command>: Build the 
    356     <application>dmake</application> utility required to complete the 
     355    <para><command>./bootstrap</command>: Build the
     356    <application>dmake</application> utility required to complete the
    357357    build.</para>
    358358
     
    387387        <term><command>sbase</command></term>
    388388        <listitem>
    389           <para><application>sbase</application> is a database 
     389          <para><application>sbase</application> is a database
    390390          application.</para>
    391391          <indexterm zone="openoffice sbase">
     
    398398        <term><command>scalc</command></term>
    399399        <listitem>
    400           <para><application>scalc</application> is a spreadsheet 
     400          <para><application>scalc</application> is a spreadsheet
    401401          application.</para>
    402402          <indexterm zone="openoffice scalc">
     
    409409        <term><command>sdraw</command></term>
    410410        <listitem>
    411           <para><application>sdraw</application> is a drawing 
     411          <para><application>sdraw</application> is a drawing
    412412          application.</para>
    413413          <indexterm zone="openoffice sdraw">
     
    420420        <term><command>simpress</command></term>
    421421        <listitem>
    422           <para><application>simpress</application> is a presentation 
     422          <para><application>simpress</application> is a presentation
    423423          application.</para>
    424424          <indexterm zone="openoffice simpress">
     
    431431        <term><command>smath</command></term>
    432432        <listitem>
    433           <para><application>smath</application> is a mathematical formula 
     433          <para><application>smath</application> is a mathematical formula
    434434          editor.</para>
    435435          <indexterm zone="openoffice smath">
     
    442442        <term><command>soffice</command></term>
    443443        <listitem>
    444           <para><application>soffice</application> opens a base window with 
    445           access to all <application>OpenOffice</application> 
     444          <para><application>soffice</application> opens a base window with
     445          access to all <application>OpenOffice</application>
    446446          applications.</para>
    447447          <indexterm zone="openoffice soffice">
     
    454454        <term><command>spadmin</command></term>
    455455        <listitem>
    456           <para><application>spadmin</application> is the 
     456          <para><application>spadmin</application> is the
    457457          <application>OpenOffice</application> printer configuration
    458458          utility.</para>
     
    466466        <term><command>swriter</command></term>
    467467        <listitem>
    468           <para><application>swriter</application> is a word processing 
     468          <para><application>swriter</application> is a word processing
    469469          application.</para>
    470470          <indexterm zone="openoffice swriter">
Note: See TracChangeset for help on using the changeset viewer.