Author: dj
Date: 2005-11-19 23:19:27 -0700 (Sat, 19 Nov 2005)
New Revision: 5284
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/xsoft/suites/openoffice.xml
Log:
Added OOo-no-pam patch and cleaned up text.
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2005-11-19 23:59:27 UTC
(rev 5283)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2005-11-20 06:19:27 UTC
(rev 5284)
@@ -48,6 +48,10 @@
<para>[randy] - Added notes to start a D-BUS session daemon to the
D-BUS, GDM and GNOME Configuration instructions.</para>
</listitem>
+ <listitem>
+ <para>[dj] - Cleaned up OpenOffice instructions and added
+ a no-pam patch.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/xsoft/suites/openoffice.xml
===================================================================
--- trunk/BOOK/xsoft/suites/openoffice.xml 2005-11-19 23:59:27 UTC (rev
5283)
+++ trunk/BOOK/xsoft/suites/openoffice.xml 2005-11-20 06:19:27 UTC (rev
5284)
@@ -77,14 +77,12 @@
url="&patch-root;/OOo_&openoffice-version;-pkgconfig_0.17-1.patch"/></para>
</listitem>
-<!-- To be added after verification
<listitem>
<para>Optional patch if
<application>Linux-PAM</application>-&Linux_PAM-version; is not
installed: <ulink
url="&patch-root;/OOo_&openoffice-version;-no_pam-1.patch"/></para>
</listitem>
--->
<!-- Will be added after patch header is corrected.
<listitem>
@@ -112,36 +110,41 @@
<bridgehead renderas="sect3">OpenOffice Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para><xref linkend="zip"/>,
- <xref linkend="unzip"/>,
- <xref linkend="tcsh"/>,
+ <para>
<xref linkend="which"/>,
- <xref linkend="jdk"/>,
<xref linkend="apache-ant"/>,
- <xref linkend="pkgconfig"/>,
- <xref linkend="perl-xml-parser"/>,
+ <xref linkend="libidl"/>,
+ <xref linkend="libxml2"/>,
+ <application>Perl Modules</application>
+ <xref linkend="perl-xml-parser"/> and
<xref linkend="perl-archive-zip"/>,
- <xref linkend="libidl"/>, and
- <xref linkend="libxml2"/>.</para>
+ <xref linkend="tcsh"/>,
+ <xref linkend="unzip"/>,
+ <xref linkend="which"/>, and
+ <xref linkend="zip"/>.</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
- <para><xref linkend="freetype2"/>,
- <xref linkend="startup-notification"/>,
+ <para><xref linkend="cups"/>,
<xref linkend="desktop-file-utils"/>,
- <xref linkend="libart_lgpl"/>, and
- <xref linkend="curl"/>,
- <xref linkend="libjpeg"/>, and
- <xref linkend="libtiff"/>.</para>
+ <xref linkend="freetype2"/>,
+ <xref linkend="libart_lgpl"/>,
+ <xref linkend="libjpeg"/>,
+ <xref linkend="libtiff"/>, and
+ <xref linkend="startup-notification"/>.</para>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para><xref linkend="Linux_PAM"/>,
+ <para><xref linkend="cups"/>,
+ <xref linkend="curl"/>,
+ <xref linkend="Linux_PAM"/>,
+ <xref linkend="mozilla"/>,
+<!--
+ or <xref linkend="firefox"/>,
+-->
<xref linkend="nas"/>,
+ <ulink url="http://www.webdav.org/neon/">neon-0.25.4</ulink>,
<xref linkend="python"/>,
- <ulink url="http://www.webdav.org/neon/">neon-0.25.4</ulink>,
- <xref linkend="unixodbc"/>,
- <xref linkend="mozilla"/>, and
-<!-- <xref linkend="mozilla"/> or <xref linkend="firefox"/>, and -->
- <xref linkend="sane"/>.</para>
+ <xref linkend="sane"/>, and
+ <xref linkend="unixodbc"/>.</para>
</sect2>
@@ -179,11 +182,9 @@
<!-- To be removed before final release -->
- <note><para>If you have previously installed Mozilla
-<!-- or Firefox, -->
- a change
- may be needed to the installed headers. As the root user, use these
- commands to make the change if needed.</para></note>
+ <note><para>If building against the system Mozilla or Firefox, a
+ a change may be required to the installed headers. The following commands
+ will make the change only if it is necessary.</para></note>
<!-- <para>Mozilla:</para> -->
<screen role="root"><userinput>cd /usr/include/mozilla-&mozilla-version;
&&
@@ -252,7 +253,7 @@
<screen role="root"><userinput>cd instsetoo_native/unxlngi6.pro/OpenOffice/\
install/en-US/linux-2.6-intel/buildroot/opt &&
-cp -a openoffice.org2.0 /opt/openoffice-2.0.0</userinput></screen>
+cp -a -v openoffice.org2.0 /opt/openoffice-2.0.0</userinput></screen>
<para>Still as the <systemitem class="username">root</systemitem>
user:</para>
@@ -268,9 +269,9 @@
<screen role="root"><userinput>cd ../../../../../../../../sysui/desktop/icons
&&
install -v -d /usr/share/icons/{HighContrast,hicolor,locolor} -m755 &&
-cp -a HighContrast/*x* /usr/share/icons/HighContrast &&
-cp -a hicolor/*x* /usr/share/icons/hicolor &&
-cp -a locolor/*x* /usr/share/icons/locolor</userinput></screen>
+cp -a -v HighContrast/*x* /usr/share/icons/HighContrast &&
+cp -a -v hicolor/*x* /usr/share/icons/hicolor &&
+cp -a -v locolor/*x* /usr/share/icons/locolor</userinput></screen>
<para>If you have installed <xref linkend="desktop-file-utils"/> and use
<application>KDE</application>, there is no furthur configuration
@@ -289,7 +290,7 @@
echo "Icon=`echo $appl | sed 's/.desktop//'`" >> $appl
done &&
sed -i '[EMAIL PROTECTED]/[EMAIL PROTECTED]/spadmin@' printeradmin.desktop
&&
-cp *.desktop /usr/share/applications</userinput></screen>
+cp -v *.desktop /usr/share/applications</userinput></screen>
<para>Finally, if you'd like to edit <application>OpenOffice</application>
documents directly from <application>Mozilla</application> or
@@ -305,11 +306,12 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <para><parameter>--enable-libart</parameter>: Use libart instead of gpc for
- polygon clipping.</para>
+ <para><parameter>--enable-libart</parameter>: This switch forces the Use
+ of libart instead of <application>gpc</application> for polygon
+ clipping.</para>
- <para><parameter>--enable-libsn</parameter>: Use
- <application>startup-notification</application>.</para>
+ <para><parameter>--enable-libsn</parameter>: This switch enables the use
+ of <application>startup-notification</application>.</para>
<para><parameter>--disable-fontooo</parameter>: Use
<application>Fontconfig</application> instead of FontOOo.</para>
@@ -326,25 +328,32 @@
<application>Mozilla</application> suite.</para>
<para><parameter>--with-build-version=BLFS</parameter>:
- appends "BLFS" to the end of the version string.</para>
+ Appends "BLFS" to the end of the version string.</para>
- <para><parameter>--with-package-format=native</parameter>: diables the
- build of <application>RPM</application> packages.</para>
+ <para><parameter>--with-package-format=native</parameter>: This switch
+ disables the build of <application>RPM</application> packages.</para>
- <para><parameter>--disable-binfilter</parameter>: disables the build of
- legacy <application>StarOffice-5</application> import filters.</para>
+ <para><parameter>--disable-binfilter</parameter>: This switch disables the
+ build of legacy <application>StarOffice-5</application> import
+ filters.</para>
- <para><parameter>--with-firefox</parameter>: enables the use of
+<!--
+ <para><parameter>- -with-firefox</parameter>: Enables the use of
<application>Firefox</application> in place of the full
<application>Mozilla</application> suite. This will disable the use
of a <application>Thunderbird</application> address book as a data
source.</para>
+-->
+ <para><parameter>--disable-cups</parameter>: Disable the use of
+ <application>cups</application> for printing.</para>
+
<para><parameter>--with-lang=<replaceable>[LANG]</replaceable></parameter>:
- Make install set for the desired language. ENUS is the default.</para>
+ Makes an install set for the desired language. ENUS is the default.</para>
<para><parameter>--with-dict=<replaceable>[LANG]</replaceable></parameter>:
- Install dictionaries for the desired language. ENUS is the default.</para>
+ This switch installs dictionaries for the desired languages. ENUS is
+ the default.</para>
<para><command>./bootstrap</command>: Build the
<application>dmake</application> utility required to complete the
@@ -380,7 +389,8 @@
<varlistentry id="sbase">
<term><command>sbase</command></term>
<listitem>
- <para>database application.</para>
+ <para><application>sbase</application> is a database
+ application.</para>
<indexterm zone="openoffice sbase">
<primary sortas="b-sbase">sbase</primary>
</indexterm>
@@ -390,7 +400,8 @@
<varlistentry id="scalc">
<term><command>scalc</command></term>
<listitem>
- <para>spreadsheet application.</para>
+ <para><application>scalc</application> is a spreadsheet
+ application.</para>
<indexterm zone="openoffice scalc">
<primary sortas="b-scalc">scalc</primary>
</indexterm>
@@ -400,7 +411,8 @@
<varlistentry id="sdraw">
<term><command>sdraw</command></term>
<listitem>
- <para>drawing application.</para>
+ <para><application>sdraw</application> is a drawing
+ application.</para>
<indexterm zone="openoffice sdraw">
<primary sortas="b-sdraw">sdraw</primary>
</indexterm>
@@ -410,7 +422,8 @@
<varlistentry id="simpress">
<term><command>simpress</command></term>
<listitem>
- <para>presentation application.</para>
+ <para><application>simpress</application> is a presentation
+ application.</para>
<indexterm zone="openoffice simpress">
<primary sortas="b-simpress">simpress</primary>
</indexterm>
@@ -420,7 +433,8 @@
<varlistentry id="smath">
<term><command>smath</command></term>
<listitem>
- <para>mathematical formula editor.</para>
+ <para><application>smath</application> is a mathematical formula
+ editor.</para>
<indexterm zone="openoffice smath">
<primary sortas="b-smath">smath</primary>
</indexterm>
@@ -430,8 +444,9 @@
<varlistentry id="soffice">
<term><command>soffice</command></term>
<listitem>
- <para>opens a base window with access to all
- <application>OpenOffice</application> applications.</para>
+ <para><application>soffice</application> opens a base window with
+ access to all <application>OpenOffice</application>
+ applications.</para>
<indexterm zone="openoffice soffice">
<primary sortas="b-soffice">soffice</primary>
</indexterm>
@@ -441,9 +456,9 @@
<varlistentry id="spadmin">
<term><command>spadmin</command></term>
<listitem>
- <para><application>OpenOffice</application> Printer Configuration.
- You may need to run this if you are having any printing
- problems.</para>
+ <para><application>spadmin</application> is the
+ <application>OpenOffice</application> printer configuration
+ utility.</para>
<indexterm zone="openoffice spadmin">
<primary sortas="b-spadmin">spadmin</primary>
</indexterm>
@@ -453,7 +468,8 @@
<varlistentry id="swriter">
<term><command>swriter</command></term>
<listitem>
- <para>word processing application.</para>
+ <para><application>swriter</application> is a word processing
+ application.</para>
<indexterm zone="openoffice swriter">
<primary sortas="b-swriter">swriter</primary>
</indexterm>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page