Changeset 3b4b699
- Timestamp:
- 04/24/2004 09:52:52 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9ffef31d
- Parents:
- 07660714
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r07660714 r3b4b699 11 11 12 12 <itemizedlist> 13 14 <listitem><para>April 24th, 2004 [tushar]: Updated to 15 openoffice-1.1.1.</para></listitem> 13 16 14 17 <listitem><para>April 24th, 2004 [larry]: Updated to -
xsoft/suites/openoffice/openoffice-exp.xml
r07660714 r3b4b699 7 7 <para><parameter>--with-lang=ALL</parameter>: Make install sets for all available languages.</para> 8 8 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 9 19 <para><command>./bootstrap</command>: Create packages required to bootstrap the build.</para> 10 20 11 21 <para><command>dmake</command>: Compile the package.</para> 12 22 13 <para><command>sed - e"s:^oo_home=...</command>: Remove version specific23 <para><command>sed -i "s:^oo_home=...</command>: Remove version specific 14 24 installation directory</para> 15 25 -
xsoft/suites/openoffice/openoffice-inst.xml
r07660714 r3b4b699 2 2 <title>Installation of <application>OpenOffice</application></title> 3 3 4 <para>Apply the downloaded patches and copygpc files.</para>4 <para>Apply the downloaded patches and optionally copy the gpc files.</para> 5 5 6 6 <screen><userinput><command>mv ../gpc231/* external/gpc && 7 rm -rf ../gpc231 &&8 7 for p in ../openoffice-&openoffice-version;-*.patch 9 8 do patch -Np1 -i $p … … 16 15 The following command removes an incorrect -mcpu option in the above file.</para> 17 16 18 <screen><userinput><command>cd solenv/inc && 19 cp unxlngi4.mk unxlngi4.mk.orig && 20 sed -e "s:\-mcpu=pentiumpro::" \ 21 unxlngi4.mk.orig > unxlngi4.mk && 22 cd ../..</command></userinput></screen> 17 <screen><userinput><command>sed -i "s:\-mcpu=pentiumpro::" \ 18 solenv/inc/unxlngi4.mk</command></userinput></screen> 23 19 24 20 <para>Configure openoffice using the following commands. You may build install … … 33 29 34 30 <screen><userinput><command>cd config_office/ && 35 ./configure --with-lang=ALL && 31 ./configure --with-lang=ALL \ 32 --with-dict=ALL \ 33 --enable-libsn --with-system-zlib && 36 34 cd ..</command></userinput></screen> 37 35 … … 67 65 68 66 <screen><userinput><command>cd instsetoo/unxlngi4.pro/01/normal && 69 cp install install.orig && 70 sed -e "s:^oo_home=.*:oo_home=openoffice:" install.orig > install && 67 sed -i "s:^oo_home=.*:oo_home=openoffice:" install && 71 68 ./install --prefix=/opt && 72 69 for appl in swriter scalc sdraw simpress smath soffice spadmin -
xsoft/suites/openoffice/openoffice-intro.xml
r07660714 r3b4b699 21 21 <sect3><title><application>OpenOffice</application> dependencies</title> 22 22 <sect4><title>Required</title> 23 <para><xref linkend="xfree86"/> , <xref linkend="j2sdk"/>,23 <para><xref linkend="xfree86"/> 24 24 <xref linkend="zip"/>, <xref linkend="unzip"/>, <xref linkend="tcsh"/>, 25 25 <xref linkend="which"/></para></sect4> 26 <sect4><title>Recommended</title> 27 <para><xref linkend="j2sdk"/></para></sect4> 26 28 <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 28 32 url="http://ant.apache.org/">Apache Ant</ulink></para></sect4> 29 33 </sect3> … … 31 35 <sect3><title>Additional downloads</title> 32 36 <itemizedlist spacing='compact'> 33 <listitem><para>General Polygon Clipper Library ( Required): <ulink37 <listitem><para>General Polygon Clipper Library (Optional if <xref linkend="libart_lgpl"/> is used): <ulink 34 38 url="ftp://ftp.cs.man.ac.uk/pub/toby/gpc/gpc231.tar.Z"/></para></listitem> 35 <listitem><para>Required patch (Disable building of mozilla addressbook): <ulink36 url="&patch-root;/openoffice-&openoffice-version;-no-mozab.patch"/></para></listitem>37 39 <listitem><para>Required patch (Executable <command>test</command> is in 38 40 <filename class="directory">/bin</filename>, -
xsoft/suites/openoffice/openoffice.ent
r07660714 r3b4b699 4 4 <!ENTITY openoffice-exp SYSTEM "openoffice-exp.xml"> 5 5 <!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"> 8 8 <!ENTITY openoffice-download-ftp ""> 9 <!ENTITY openoffice-size "1 55MB">9 <!ENTITY openoffice-size "189 MB"> 10 10 <!ENTITY openoffice-buildsize "5.0 GB"> 11 11 <!ENTITY openoffice-time "">
Note:
See TracChangeset
for help on using the changeset viewer.