Changeset e7d7f69


Ignore:
Timestamp:
10/07/2005 12:29:33 AM (19 years ago)
Author:
DJ Lucas <dj@…>
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:
829c219
Parents:
b89c7ca
Message:

Updated to OOo-1.1.5

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb89c7ca re7d7f69  
    450450<!-- Chapter 34 -->
    451451<!ENTITY koffice-version              "1.4.1">
    452 <!ENTITY openoffice-version           "1.1.4">
     452<!ENTITY openoffice-version           "1.1.5">
    453453
    454454<!-- Chapter 35 -->
  • introduction/welcome/changelog.xml

    rb89c7ca re7d7f69  
    5151          <para>[dj] - Updated to JDK (source build) 1.5.0_04.</para>
    5252        </listitem>
     53        <listitem>
     54          <para>[dj] - Updated to OpenOffice 1.1.5.</para>
     55        </listitem>
    5356      </itemizedlist>
    5457    </listitem>
  • xsoft/suites/openoffice.xml

    rb89c7ca re7d7f69  
    66
    77  <!ENTITY openoffice-download-http "http://download.openoffice.org/&openoffice-version;/source.html">
    8   <!ENTITY openoffice-download-ftp "ftp://ftp.ussg.iu.edu/pub/openoffice/stable/&openoffice-version;/OOo_&openoffice-version;_source.tar.gz">
    9   <!ENTITY openoffice-md5sum        "20c10db97865ae4c51dc827d668b8939">
    10   <!ENTITY openoffice-size          "214 MB">
    11   <!ENTITY openoffice-buildsize     "2.8 GB">
    12   <!ENTITY openoffice-time          "75 SBU">
     8  <!ENTITY openoffice-download-ftp "ftp://ftp.ussg.iu.edu/pub/openoffice/stable/&openoffice-version;/OOo_&openoffice-version;_src.tar.gz">
     9  <!ENTITY openoffice-md5sum        "1c8e860adae05087a53bdba5646962a9">
     10  <!ENTITY openoffice-size          "213 MB">
     11  <!ENTITY openoffice-buildsize     "3120 MB">
     12  <!ENTITY openoffice-time          "70 SBU">
    1313]>
    1414
     
    5858    <itemizedlist spacing='compact'>
    5959      <listitem>
    60         <para>Required security patch: <ulink
    61         url="&patch-root;/OOo_&openoffice-version;-security-1.patch"/>
    62         </para>
    63       </listitem>
    64       <listitem>
    6560        <para>Required patch for gcc-&gcc-version;: <ulink
    66         url="&patch-root;/OOo_&openoffice-version;-gcc_3.4.2+_fixes-2.patch"/>
     61        url="&patch-root;/OOo_&openoffice-version;-gcc4-1.patch"/>
    6762        </para>
    6863      </listitem>
     
    7873      </listitem>
    7974      <listitem>
    80         <para>Required patch (Executable <command>test</command> is in
    81         <filename class="directory">/bin</filename>,
    82         not in <filename class="directory">/usr/bin</filename>): <ulink
    83         url="&patch-root;/OOo_&openoffice-version;-test_bin_loc-1.patch"/></para>
    84       </listitem>
    85       <listitem>
    8675        <para>Required patch for STLport-4.6.2: <ulink
    8776        url="&patch-root;/OOo_&openoffice-version;-STLport_4.6.2-1.patch"/></para>
    8877      </listitem>
    8978      <listitem>
    90         <para>Required patch for use with glibc-2.3.4: <ulink
     79        <para>Required patch for use with glibc-2.3.5: <ulink
    9180        url="&patch-root;/OOo_&openoffice-version;-doublefree-1.patch"/></para>
    9281      </listitem>
     
    142131    <title>Installation of OpenOffice</title>
    143132
    144     <para><application>OpenOffice</application> does not create a directory
    145     when you extract the TAR ball. Create a build directory and extract the
    146     source with the following commands:</para>
    147 
    148 <screen><userinput>mkdir OOo-build &amp;&amp;
    149 cd OOo-build &amp;&amp;
    150 tar -zxf ../OOo_&openoffice-version;_source.tar.gz</userinput></screen>
    151 
    152133    <para>Apply all of the downloaded patches:</para>
    153134
     
    163144    temporary symlink in place to satisfy STLport:</para>
    164145
    165     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     146    <para>As the <systemitem class="username">root</systemitem> user:</para>
    166147
    167148<screen role="root"><userinput>ln -sf /usr/include/c++/&gcc-version; /usr/g++-v3</userinput></screen>
    168 
    169     <para>Create a temporary symlink to the JRE's
    170     <application>motif</application> libraries:</para>
    171 
    172     <para>Again, as the <systemitem class="username">root</systemitem> user:</para>
    173 
    174 <screen role="root"><userinput>ln -sf ${JAVA_HOME}/jre/lib/i?86/motif21/libmawt.so /usr/lib</userinput></screen>
    175149
    176150    <para>If you want to optimize the build, edit
     
    181155    incorrect <option>-mcpu</option> option in the above file:</para>
    182156
    183     <para>Now, as an unprivileged user:</para>
    184 
    185157<screen><userinput>sed -i "s:\-mcpu=pentiumpro::" \
    186158    solenv/inc/unxlngi4.mk</userinput></screen>
     
    188160    <para>Configure <application>OpenOffice</application> using the following
    189161    commands. You may build install sets for specific languages based on your
    190     preferences. Supply a comma separated list to the <envar>--with-lang=</envar>
    191     switch. If a particular component is not available in the language of your
    192     choice, the default will be US English. If you need other languages, be sure
    193     to add <parameter>ENUS</parameter> to the list; otherwise the build will
    194     fail:</para>
     162    preferences. Supply a comma separated list to the
     163    <envar>--with-lang=</envar> switch. If a particular component is not
     164    available in the language of your choice, the default will be US English.
     165    If you need other languages, be sure to add <parameter>ENUS</parameter>
     166    to the list; otherwise the build will fail:</para>
    195167
    196168<screen><userinput>cd config_office/ &amp;&amp;
     
    216188
    217189<screen><userinput>./bootstrap &amp;&amp;
    218 bash -c "source LinuxIntelEnv.Set.sh; dmake"</userinput></screen>
     190. LinuxIntelEnv.Set.sh &amp;&amp;
     191dmake</userinput></screen>
    219192
    220193    <para>If you have downloaded localized help content <filename>tgz</filename>
     
    249222    the <filename>*.desktop</filename> files to
    250223    <filename>/usr/share/applications</filename> with the following
    251     commands as the <systemitem class="username">root</systemitem> use:</para>
     224    commands as the <systemitem class="username">root</systemitem> user:</para>
    252225
    253226<screen role="root"><userinput>install -v -d /usr/share/applications -m 755 &amp;&amp;
     
    255228    /usr/share/applications/ &amp;&amp;
    256229rename -v ooo645 ooo /usr/share/applications/ooo645*.desktop</userinput></screen>
    257 
    258     <para>Finally, as the <systemitem class="username">root</systemitem>user:
    259     remove the temporary symlinks:</para>
    260 
    261 <screen role="root"><userinput>rm /usr/g++-v3 &amp;&amp;
    262 rm /usr/lib/libmawt.so</userinput></screen>
    263230
    264231  </sect2>
Note: See TracChangeset for help on using the changeset viewer.