Changeset 3b4b699


Ignore:
Timestamp:
04/24/2004 09:52:52 PM (20 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9ffef31d
Parents:
07660714
Message:

Update to openoffice-1.1.1

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r07660714 r3b4b699  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>April 24th, 2004 [tushar]: Updated to
     15openoffice-1.1.1.</para></listitem>
    1316
    1417<listitem><para>April 24th, 2004 [larry]: Updated to
  • xsoft/suites/openoffice/openoffice-exp.xml

    r07660714 r3b4b699  
    77<para><parameter>--with-lang=ALL</parameter>: Make install sets for all available languages.</para>
    88
     9<para><parameter>--with-dict=ALL</parameter>: Install dictionaries for all available languages..</para>
     10
     11<para><parameter>--with-libart</parameter>: Use libart instead of gpc for polygon clipping.</para>
     12
     13<para><parameter>--with-libsn</parameter>: Use startup-notification.</para>
     14
     15<para><parameter>--disable-java</parameter>: Do not build components that need java.</para>
     16
     17<para><parameter>--without-gpc</parameter>: Do not use gpc. Removes polygon clipping capability.</para>
     18
    919<para><command>./bootstrap</command>: Create packages required to bootstrap the build.</para>
    1020
    1121<para><command>dmake</command>: Compile the package.</para>
    1222
    13 <para><command>sed -e "s:^oo_home=...</command>: Remove version specific
     23<para><command>sed -i "s:^oo_home=...</command>: Remove version specific
    1424installation directory</para>
    1525
  • xsoft/suites/openoffice/openoffice-inst.xml

    r07660714 r3b4b699  
    22<title>Installation of <application>OpenOffice</application></title>
    33
    4 <para>Apply the downloaded patches and copy gpc files.</para>
     4<para>Apply the downloaded patches and optionally copy the gpc files.</para>
    55
    66<screen><userinput><command>mv ../gpc231/* external/gpc &amp;&amp;
    7 rm -rf ../gpc231 &amp;&amp;
    87for p in ../openoffice-&openoffice-version;-*.patch
    98do patch -Np1 -i $p
     
    1615The following command removes an incorrect -mcpu option in the above file.</para>
    1716
    18 <screen><userinput><command>cd solenv/inc &amp;&amp;
    19 cp unxlngi4.mk unxlngi4.mk.orig &amp;&amp;
    20 sed -e "s:\-mcpu=pentiumpro::" \
    21 unxlngi4.mk.orig &gt; unxlngi4.mk &amp;&amp;
    22 cd ../..</command></userinput></screen>
     17<screen><userinput><command>sed -i "s:\-mcpu=pentiumpro::" \
     18solenv/inc/unxlngi4.mk</command></userinput></screen>
    2319
    2420<para>Configure openoffice using the following commands. You may build install
     
    3329
    3430<screen><userinput><command>cd config_office/ &amp;&amp;
    35 ./configure --with-lang=ALL &amp;&amp;
     31./configure --with-lang=ALL \
     32--with-dict=ALL \
     33--enable-libsn --with-system-zlib &amp;&amp;
    3634cd ..</command></userinput></screen>
    3735
     
    6765
    6866<screen><userinput><command>cd instsetoo/unxlngi4.pro/01/normal &amp;&amp;
    69 cp install install.orig &amp;&amp;
    70 sed -e "s:^oo_home=.*:oo_home=openoffice:" install.orig > install &amp;&amp;
     67sed -i "s:^oo_home=.*:oo_home=openoffice:" install &amp;&amp;
    7168./install --prefix=/opt &amp;&amp;
    7269for appl in swriter scalc sdraw simpress smath soffice spadmin
  • xsoft/suites/openoffice/openoffice-intro.xml

    r07660714 r3b4b699  
    2121<sect3><title><application>OpenOffice</application> dependencies</title>
    2222<sect4><title>Required</title>
    23 <para><xref linkend="xfree86"/>, <xref linkend="j2sdk"/>,
     23<para><xref linkend="xfree86"/>
    2424<xref linkend="zip"/>, <xref linkend="unzip"/>, <xref linkend="tcsh"/>,
    2525<xref linkend="which"/></para></sect4>
     26<sect4><title>Recommended</title>
     27<para><xref linkend="j2sdk"/></para></sect4>
    2628<sect4><title>Optional</title>
    27 <para><xref linkend="Linux_PAM"/> and <ulink
     29<para><xref linkend="Linux_PAM"/>,
     30<xref linkend="libart_lgpl"/>,
     31<xref linkend="startup-notification"/> and <ulink
    2832url="http://ant.apache.org/">Apache Ant</ulink></para></sect4>
    2933</sect3>
     
    3135<sect3><title>Additional downloads</title>
    3236<itemizedlist spacing='compact'>
    33 <listitem><para>General Polygon Clipper Library (Required): <ulink
     37<listitem><para>General Polygon Clipper Library (Optional if <xref linkend="libart_lgpl"/> is used): <ulink
    3438url="ftp://ftp.cs.man.ac.uk/pub/toby/gpc/gpc231.tar.Z"/></para></listitem>
    35 <listitem><para>Required patch (Disable building of mozilla addressbook): <ulink
    36 url="&patch-root;/openoffice-&openoffice-version;-no-mozab.patch"/></para></listitem>
    3739<listitem><para>Required patch (Executable <command>test</command> is in
    3840<filename class="directory">/bin</filename>,
  • xsoft/suites/openoffice/openoffice.ent

    r07660714 r3b4b699  
    44<!ENTITY openoffice-exp SYSTEM "openoffice-exp.xml">
    55<!ENTITY openoffice-desc SYSTEM "openoffice-desc.xml">
    6 <!ENTITY openoffice-version "1.1.0">
    7 <!ENTITY openoffice-download-http "http://www.openoffice.org/dev_docs/source/&openoffice-version;/source.html">
     6<!ENTITY openoffice-version "1.1.1">
     7<!ENTITY openoffice-download-http "http://download.openoffice.org/&openoffice-version;/source.html">
    88<!ENTITY openoffice-download-ftp "">
    9 <!ENTITY openoffice-size "155 MB">
     9<!ENTITY openoffice-size "189 MB">
    1010<!ENTITY openoffice-buildsize "5.0 GB">
    1111<!ENTITY openoffice-time "">
Note: See TracChangeset for help on using the changeset viewer.