Changeset b1623c2 for xsoft


Ignore:
Timestamp:
06/24/2004 10:02:07 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2b257922
Parents:
bb2a071c
Message:

more package patch renaming

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/suites/openoffice.xml

    rbb2a071c rb1623c2  
    5757<filename class="directory">/bin</filename>,
    5858not in <filename class="directory">/usr/bin</filename>): <ulink
    59 url="&patch-root;/openoffice-&openoffice-version;-test-bin-loc.patch"/></para></listitem>
     59url="&patch-root;/openoffice-&openoffice-version;-test_bin_loc-1.patch"/></para></listitem>
    6060<listitem><para>Required patch if <xref linkend="Linux_PAM"/> is not installed: <ulink
    61 url="&patch-root;/openoffice-&openoffice-version;-no-pam.patch"/></para></listitem>
     61url="&patch-root;/openoffice-&openoffice-version;-no_pam-1.patch"/></para></listitem>
    6262<listitem><para>Required patch if compiling with <acronym>JDK</acronym> 1.4.2: <ulink
    63 url="&patch-root;/openoffice-&openoffice-version;-jdk-1.4.2-fix.patch"/></para></listitem>
     63url="&patch-root;/openoffice-&openoffice-version;-jdk-1.4.2-fix-1.patch"/></para></listitem>
    6464<listitem><para>Recommended patch: <ulink
    65 url="&patch-root;/openoffice-&openoffice-version;-domainname.patch"/></para></listitem>
     65url="&patch-root;/openoffice-&openoffice-version;-domainname-1.patch"/></para></listitem>
    6666<listitem><para>The source <acronym>TAR</acronym> ball only contains English language help. A localized help
    6767content file may be available at <ulink
     
    8282<para>If you want to optimize the build, edit
    8383<filename>solenv/inc/unxlngi4.mk</filename> and add the desired optimization
    84 flags to the <envar>CFLAGSOPT</envar> variable. Some users have reported problems with
    85 -fomit-frame-pointer. The best option is to not use any custom optimizations.
    86 The following command removes an incorrect -mcpu option in the above file.</para>
     84flags to the <envar>CFLAGSOPT</envar> variable. Some users have reported
     85problems with -fomit-frame-pointer. The best option is to not use any custom
     86optimizations. The following command removes an incorrect -mcpu option in the
     87above file.</para>
    8788
    8889<screen><userinput><command>sed -i "s:\-mcpu=pentiumpro::" \
    8990solenv/inc/unxlngi4.mk</command></userinput></screen>
    9091
    91 <para>Configure openoffice using the following commands. You may build install
    92 sets for only specific languages based on your preferences.
    93 If a particular component is not available
    94 in the language of your choice, the default will be English.
    95 The following option
    96 compiles all available languages. If you restrict the languages, be sure to
    97 add ENUS to the list; otherwise the build fails. Also, the build fails when
    98 the environment variable <envar>LANG</envar> is
    99 set. Unset it before compiling.</para>
     92<para>Configure <application>OpenOffice</application> using the following
     93commands. You may build install sets for only specific languages based on your
     94preferences. If a particular component is not available in the language of your
     95choice, the default will be English. The following option compiles all
     96available languages. If you restrict the languages, be sure to add ENUS to the
     97list; otherwise the build fails. Also, the build fails when the environment
     98variable <envar>LANG</envar> is set. Unset it before compiling.</para>
    10099
    101100<screen><userinput><command>cd config_office/ &amp;&amp;
    102101./configure --with-lang=ALL \
    103 --with-dict=ALL --without-fonts \
    104 --enable-libsn --with-system-zlib &amp;&amp;
     102    --with-dict=ALL --without-fonts \
     103    --enable-libsn --with-system-zlib &amp;&amp;
    105104cd ..</command></userinput></screen>
    106105
     
    108107commands.</para>
    109108
    110 <note><para>Openoffice fails to compile if the umask is set to something exotic.
    111 Set umask to 022 if you normally set it to something else.</para></note>
     109<note><para><application>OpenOffice</application> fails to compile if the
     110umask is set to something exotic. Set umask to 022 if you normally set it to
     111something else.</para></note>
    112112
    113113<screen><userinput><command>./bootstrap &amp;&amp;
     
    149149
    150150<para>
    151 <command>mv ../gpc231/gpc.* external/gpc</command>: Copy the gpc files to the appropriate location.</para>
    152 
    153 <para><parameter>--with-lang=ALL</parameter>: Make install sets for all available languages.</para>
    154 
    155 <para><parameter>--with-dict=ALL</parameter>: Install dictionaries for all available languages..</para>
    156 
    157 <para><parameter>--with-libart</parameter>: Use libart instead of gpc for polygon clipping.</para>
     151<command>mv ../gpc231/gpc.* external/gpc</command>: Copy the gpc files to the
     152appropriate location.</para>
     153
     154<para><parameter>--with-lang=ALL</parameter>: Make install sets for all
     155available languages.</para>
     156
     157<para><parameter>--with-dict=ALL</parameter>: Install dictionaries for all
     158available languages.</para>
     159
     160<para><parameter>--with-libart</parameter>: Use libart instead of gpc for
     161polygon clipping.</para>
    158162
    159163<para><parameter>--with-libsn</parameter>: Use startup-notification.</para>
    160164
    161 <para><parameter>--disable-java</parameter>: Do not build components that need java.</para>
    162 
    163 <para><parameter>--without-gpc</parameter>: Do not use gpc. Removes polygon clipping capability.</para>
    164 
    165 <para><parameter>--without-fonts</parameter>: Do not install Bitstream Vera fonts since
    166 they are already bundled with X.</para>
    167 
    168 <para><command>./bootstrap</command>: Create packages required to bootstrap the build.</para>
     165<para><parameter>--disable-java</parameter>: Do not build components that need
     166java.</para>
     167
     168<para><parameter>--without-gpc</parameter>: Do not use gpc. Removes polygon
     169clipping capability.</para>
     170
     171<para><parameter>--without-fonts</parameter>: Do not install Bitstream Vera
     172fonts since they are already bundled with X.</para>
     173
     174<para><command>./bootstrap</command>: Create packages required to bootstrap
     175the build.</para>
    169176
    170177<para><command>dmake</command>: Compile the package.</para>
     
    174181
    175182<para><command>for appl in swriter scalc sdraw simpress smath soffice;
    176 do ...</command>: Create links so that the package can be started from the command-line without changes to the existing path.</para>
     183do ...</command>: Create links so that the package can be started from the
     184command-line without changes to the existing path.</para>
    177185
    178186</sect2>
Note: See TracChangeset for help on using the changeset viewer.