Author: dj
Date: 2005-11-30 23:30:33 -0700 (Wed, 30 Nov 2005)
New Revision: 5335
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/xsoft/suites/openoffice.xml
Log:
OpenOffice updates
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2005-11-30 15:44:18 UTC (rev 5334)
+++ trunk/BOOK/general.ent 2005-12-01 06:30:33 UTC (rev 5335)
@@ -1,8 +1,8 @@
-<!ENTITY day "30">
-<!ENTITY month "11">
+<!ENTITY day "1">
+<!ENTITY month "12">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">
-<!ENTITY releasedate "November &day;th, &year;">
+<!ENTITY releasedate "November &day;st, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|stable|testing|unstable|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2005-11-30 15:44:18 UTC
(rev 5334)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2005-12-01 06:30:33 UTC
(rev 5335)
@@ -40,6 +40,14 @@
</listitem>
-->
+ <listitem>
+ <para>December 1st, 2005</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dj] - Added several fixes to OpenOffice instructions.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
<listitem>
<para>November 30th, 2005</para>
Modified: trunk/BOOK/xsoft/suites/openoffice.xml
===================================================================
--- trunk/BOOK/xsoft/suites/openoffice.xml 2005-11-30 15:44:18 UTC (rev
5334)
+++ trunk/BOOK/xsoft/suites/openoffice.xml 2005-12-01 06:30:33 UTC (rev
5335)
@@ -125,6 +125,8 @@
<para><xref linkend="cups"/>,
<xref linkend="desktop-file-utils"/>,
<xref linkend="freetype2"/>,
+ <xref linkend="gtk2"/>,
+ <xref linkend="gnome-vfs"/>,
<xref linkend="libart_lgpl"/>,
<xref linkend="libjpeg"/>,
<xref linkend="libtiff"/>, and
@@ -157,25 +159,26 @@
<para>Copy the <application>Beanshell</application> TAR ball into the
source tree and uncompress it:</para>
-<screen><userinput>cp ../bsh-2.0b4.tar.bz2 beanshell/download/ &&
-bzip2 -d beanshell/download/bsh-2.0b4.tar.bz2</userinput></screen>
+<screen><userinput>cp ../bsh-2.0b4-src.tar.bz2 beanshell/download/ &&
+bzip2 -d beanshell/download/bsh-2.0b4-src.tar.bz2</userinput></screen>
<para>If not using the system-installed <application>Mozilla</application>
or <application>Firefox</application>, copy the
<application>Mozilla</application> source TAR ball into the source
tree:</para>
-<screen><userinput>cp ../mozilla-1.7.5.tar.gz
moz/download/</userinput></screen>
+<screen><userinput>cp ../mozilla-source-1.7.5.tar.gz
moz/download/</userinput></screen>
- <para>If you want to optimize the build, edit
- <filename>solenv/inc/unxlngi6.mk</filename> and add the desired
optimization
- flags to the <envar>CFLAGSOPT</envar> variable. Some users have reported
- problems with <option>-fomit-frame-pointer</option>. The best option
- is to not use any custom optimizations. The following command removes an
- incorrect <option>-mcpu</option> option in the above file:</para>
+ <para>If you want to optimize the build, edit the appropriate makefile in
+ <filename>solenv/inc/</filename> and add the desired optimization
+ flags to the <envar>CFLAGSOPT</envar> variable. The makefiles are arch
+ specific, for instance edit <filename>solenv/inc/unxlngi6.mk</filename>
+ for i686. Some users have reported problems with
+ <option>-fomit-frame-pointer</option>. The best option is to not use any
+ custom optimizations. The following command removes an incorrect
+ <option>-mcpu</option> option in several of the makefiles:</para>
-<screen><userinput>sed -i "s:\-mcpu=pentiumpro::" \
- solenv/inc/unxlngi6.mk</userinput></screen>
+<screen><userinput>sed -i '/^ARCH_FLAGS\*=/d'
solenv/inc/unx{lngi{4,5,6},fbsdi}.mk</userinput></screen>
<!-- To be removed before final release -->
@@ -345,6 +348,9 @@
<para><parameter>--disable-cups</parameter>: Disable the use of
<application>cups</application> for printing.</para>
+ <para><parameter>--disable-gnome-vfs</parameter>: Disable the use of
+ <application>Gnome Virtual File System</application> libraries.</para>
+
<para><parameter>--with-lang=<replaceable>[LANG]</replaceable></parameter>:
Makes an install set for the desired language. ENUS is the default.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page