Changeset 167dc1dc for xsoft


Ignore:
Timestamp:
02/02/2004 07:39:03 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:
aee30494
Parents:
b394e5f7
Message:

Moved thunderbird and firebird to independent pages

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

Location:
xsoft
Files:
8 added
6 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/graphweb.xml

    rb394e5f7 r167dc1dc  
    77
    88&mozilla;
     9&firebird;
    910&galeon;
    1011&xsoft-graphweb-konq;
  • xsoft/graphweb/mozilla/mozilla-inst.xml

    rb394e5f7 r167dc1dc  
    6161ln -nsf mozilla-&mozilla-version; /usr/lib/mozilla</command></userinput></screen>
    6262
     63<para>Some libraries installed by mozilla are also needed by other packages. These
     64libraries should be in <filename>/usr/lib</filename> so that other packages can
     65link against these. Move them as follows:</para>
     66
     67<screen><userinput><command>for i in lib{nspr4,plc4,plds4,nss3,smime3,softokn3,ssl3}.so libsoftokn3.chk
     68do
     69   mv /usr/lib/mozilla-&mozilla-version;/$i /usr/lib/
     70   ln -sf ../$i /usr/lib/mozilla-&mozilla-version;/
     71done</command></userinput></screen>
     72
    6373<para>Install Enigmail as follows:</para>
    6474
     
    108118
    109119</sect2>
    110 
    111 <sect2>
    112 <title>Additional build notes for <application>Mozilla Firebird</application> &firebird-version;</title>
    113 
    114 <para>Add the following env variable (The variable is named Phoenix since
    115 that was the original name for the <application>Mozilla
    116 Firebird</application> project):</para>
    117 
    118 <screen><userinput><command>export MOZ_PHOENIX="1"</command></userinput></screen>
    119 
    120 <para>Make sure that the following switches are passed to
    121 <command>./configure</command>: <option>--disable-calendar</option> and
    122 <option>--disable-mailnews</option>.</para>
    123 
    124 <para>We recommend installing in a separate prefix
    125 such as <parameter>--prefix=/opt/firebird-&firebird-version;</parameter>
    126 to prevent clashes with
    127 an installed <application>Mozilla</application>.</para>
    128 
    129 <para>The <application>Mozilla Firebird</application> executable is
    130 <command>MozillaFirebird</command>.</para>
    131 
    132 </sect2>
    133 
    134 <sect2>
    135 <title>Additional build notes for <application>Mozilla Thunderbird</application> &thunderbird-version;</title>
    136 
    137 <para>Add the following env variable:</para>
    138 
    139 <screen><userinput><command>export MOZ_THUNDERBIRD="1"</command></userinput></screen>
    140 
    141 <para>Make sure that the following switches is passed to
    142 <command>./configure</command>: <option>--disable-calendar</option>.</para>
    143 
    144 <para>We recommend installing in a separate prefix
    145 such as
    146 <parameter>--prefix=/opt/thunderbird-&thunderbird-version;</parameter>
    147 to prevent clashes with
    148 an installed <application>Mozilla</application>.</para>
    149 
    150 <para>The <application>Mozilla Thunderbird</application> executable is
    151 <command>thunderbird</command>.</para>
    152 
    153 </sect2>
  • xsoft/graphweb/mozilla/mozilla-intro.xml

    rb394e5f7 r167dc1dc  
    1313<ulink url="http://www.mozilla.org/projects/thunderbird/">Mozilla Thunderbird</ulink>,
    1414(a stand-alone mail client based on the Mozilla source code). The build instructions
    15 for these two applications are discussed in this section instead of having a
    16 seperate section since the build instructions are very similar to those for
    17 <application>Mozilla</application>. In addition, because of the similarity,
    18 only the changes required with respect to
    19 the <application>Mozilla</application> instructions are mentioned.
    20 The source for these
    21 projects can be downloaded from their homepages mentioned above. Note that it is
    22 not possible to interchange the source, that is <application>Mozilla Firebird</application>
    23 or <application>Mozilla Thunderbird</application> cannot be built from
    24 <application>Mozilla</application> source code.</para>
     15for these two applications are discussed in seperate sections:</para>
     16
     17<itemizedlist>
     18<listitem><para><xref linkend="firebird"/></para></listitem>
     19<listitem><para><xref linkend="thunderbird"/></para></listitem>
     20</itemizedlist>
    2521
    2622<sect3><title>Package information</title>
  • xsoft/graphweb/mozilla/mozilla.ent

    rb394e5f7 r167dc1dc  
    66<!ENTITY mozilla-desc SYSTEM "mozilla-desc.xml">
    77<!ENTITY mozilla-version "1.6">
    8 <!ENTITY firebird-version "0.7.1">
    9 <!ENTITY thunderbird-version "0.4">
    108<!ENTITY enigmail-version "0.83.0">
    119<!ENTITY ipc-version "1.0.5">
  • xsoft/other/other.xml

    rb394e5f7 r167dc1dc  
    66applications that utilize other areas of the Internet.</para>
    77
     8&thunderbird;
    89&pan;
    910&balsa;
  • xsoft/xsoft.ent

    rb394e5f7 r167dc1dc  
    2727<!ENTITY xsoft-graphweb-konq SYSTEM "graphweb/konq.xml">
    2828<!ENTITY % mozilla SYSTEM "graphweb/mozilla/mozilla.ent">
     29<!ENTITY % firebird SYSTEM "graphweb/firebird/firebird.ent">
    2930<!ENTITY % galeon SYSTEM "graphweb/galeon/galeon.ent">
    3031<!ENTITY % dillo SYSTEM "graphweb/dillo/dillo.ent">
    3132%mozilla;
     33%firebird;
    3234%galeon;
    3335%dillo;
     
    3537<!-- Other -->
    3638<!ENTITY xsoft-other SYSTEM "other/other.xml">
     39<!ENTITY % thunderbird SYSTEM "other/thunderbird/thunderbird.ent">
    3740<!ENTITY % pan SYSTEM "other/pan/pan.ent">
    3841<!ENTITY % balsa SYSTEM "other/balsa/balsa.ent">
     42%thunderbird;
    3943%pan;
    4044%balsa;
Note: See TracChangeset for help on using the changeset viewer.