Changeset cf47a113 for xsoft


Ignore:
Timestamp:
12/23/2003 08:03:21 AM (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:
7f65948
Parents:
094de6a
Message:

Nmap, Imagemagick, TCL, TK updates and Mozilla, OO nitpicks

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

Location:
xsoft
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/mozilla/mozilla-inst.xml

    r094de6a rcf47a113  
    2828export BUILD_OFFICIAL="1" &amp;&amp;
    2929./configure --prefix=/usr \
    30             --enable-default-mozilla-five-home \
    31             --enable-toolkit-gtk2 --enable-default-toolkit=gtk2 \
     30            --with-default-mozilla-five-home=/usr/lib/mozilla \
     31            --enable-default-toolkit=gtk2 \
    3232            --with-x --with-system-zlib \
    3333            --with-system-jpeg --with-system-png --with-system-mng \
    3434            --enable-xft --enable-crypto \
    35             --enable-java-supplement \
    3635            --disable-accessibility \
    3736            --disable-tests --disable-debug \
  • xsoft/graphweb/mozilla/mozilla.ent

    r094de6a rcf47a113  
    66<!ENTITY mozilla-desc SYSTEM "mozilla-desc.xml">
    77<!ENTITY mozilla-version "1.5">
    8 <!ENTITY firebird-version "0.7">
    9 <!ENTITY thunderbird-version "0.3">
     8<!ENTITY firebird-version "0.7.1">
     9<!ENTITY thunderbird-version "0.4">
    1010<!ENTITY enigmail-version "0.76.7">
    1111<!ENTITY ipc-version "1.0.4">
  • xsoft/suites/openoffice/openoffice-inst.xml

    r094de6a rcf47a113  
    2323
    2424<para>Configure openoffice using the following commands. You may build install
    25 sets for only specific languages based on your preferences. If a particular component is not available
    26 in the language of your choice, the default will be English. The following option
    27 compiles all available languages.</para>
     25sets for only specific languages based on your preferences.
     26If a particular component is not available
     27in the language of your choice, the default will be English.
     28The following option
     29compiles all available languages. BTW, if you restrict the languages, be sure to
     30add ENUS to the list, without it the build fails. Also, the build fails when
     31the environment variable <envar>LANG</envar> is
     32set, unset it before compiling.</para>
    2833
    2934<screen><userinput><command>cd config_office/ &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.