Changeset 167dc1dc
- Timestamp:
- 02/02/2004 07:39:03 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- aee30494
- Parents:
- b394e5f7
- Files:
-
- 8 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
index.xml
rb394e5f7 r167dc1dc 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "CVS-2004020 1">6 <!ENTITY releasedate "February 1st, 2004">5 <!ENTITY version "CVS-20040202"> 6 <!ENTITY releasedate "February 2nd, 2004"> 7 7 <!ENTITY blfs-version "cvs"> 8 8 -
introduction/welcome/changelog.xml
rb394e5f7 r167dc1dc 11 11 12 12 <itemizedlist> 13 14 <listitem><para>February 2nd, 2004 [tushar]: Seperated 15 firebird and thunderbird from mozilla.</para></listitem> 13 16 14 17 <listitem><para>February 1st, 2004 [igor]: Updated to AFPL -
xsoft/graphweb/graphweb.xml
rb394e5f7 r167dc1dc 7 7 8 8 &mozilla; 9 &firebird; 9 10 &galeon; 10 11 &xsoft-graphweb-konq; -
xsoft/graphweb/mozilla/mozilla-inst.xml
rb394e5f7 r167dc1dc 61 61 ln -nsf mozilla-&mozilla-version; /usr/lib/mozilla</command></userinput></screen> 62 62 63 <para>Some libraries installed by mozilla are also needed by other packages. These 64 libraries should be in <filename>/usr/lib</filename> so that other packages can 65 link 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 68 do 69 mv /usr/lib/mozilla-&mozilla-version;/$i /usr/lib/ 70 ln -sf ../$i /usr/lib/mozilla-&mozilla-version;/ 71 done</command></userinput></screen> 72 63 73 <para>Install Enigmail as follows:</para> 64 74 … … 108 118 109 119 </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 since115 that was the original name for the <application>Mozilla116 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 to121 <command>./configure</command>: <option>--disable-calendar</option> and122 <option>--disable-mailnews</option>.</para>123 124 <para>We recommend installing in a separate prefix125 such as <parameter>--prefix=/opt/firebird-&firebird-version;</parameter>126 to prevent clashes with127 an installed <application>Mozilla</application>.</para>128 129 <para>The <application>Mozilla Firebird</application> executable is130 <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 to142 <command>./configure</command>: <option>--disable-calendar</option>.</para>143 144 <para>We recommend installing in a separate prefix145 such as146 <parameter>--prefix=/opt/thunderbird-&thunderbird-version;</parameter>147 to prevent clashes with148 an installed <application>Mozilla</application>.</para>149 150 <para>The <application>Mozilla Thunderbird</application> executable is151 <command>thunderbird</command>.</para>152 153 </sect2> -
xsoft/graphweb/mozilla/mozilla-intro.xml
rb394e5f7 r167dc1dc 13 13 <ulink url="http://www.mozilla.org/projects/thunderbird/">Mozilla Thunderbird</ulink>, 14 14 (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> 15 for 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> 25 21 26 22 <sect3><title>Package information</title> -
xsoft/graphweb/mozilla/mozilla.ent
rb394e5f7 r167dc1dc 6 6 <!ENTITY mozilla-desc SYSTEM "mozilla-desc.xml"> 7 7 <!ENTITY mozilla-version "1.6"> 8 <!ENTITY firebird-version "0.7.1">9 <!ENTITY thunderbird-version "0.4">10 8 <!ENTITY enigmail-version "0.83.0"> 11 9 <!ENTITY ipc-version "1.0.5"> -
xsoft/other/other.xml
rb394e5f7 r167dc1dc 6 6 applications that utilize other areas of the Internet.</para> 7 7 8 &thunderbird; 8 9 &pan; 9 10 &balsa; -
xsoft/xsoft.ent
rb394e5f7 r167dc1dc 27 27 <!ENTITY xsoft-graphweb-konq SYSTEM "graphweb/konq.xml"> 28 28 <!ENTITY % mozilla SYSTEM "graphweb/mozilla/mozilla.ent"> 29 <!ENTITY % firebird SYSTEM "graphweb/firebird/firebird.ent"> 29 30 <!ENTITY % galeon SYSTEM "graphweb/galeon/galeon.ent"> 30 31 <!ENTITY % dillo SYSTEM "graphweb/dillo/dillo.ent"> 31 32 %mozilla; 33 %firebird; 32 34 %galeon; 33 35 %dillo; … … 35 37 <!-- Other --> 36 38 <!ENTITY xsoft-other SYSTEM "other/other.xml"> 39 <!ENTITY % thunderbird SYSTEM "other/thunderbird/thunderbird.ent"> 37 40 <!ENTITY % pan SYSTEM "other/pan/pan.ent"> 38 41 <!ENTITY % balsa SYSTEM "other/balsa/balsa.ent"> 42 %thunderbird; 39 43 %pan; 40 44 %balsa;
Note:
See TracChangeset
for help on using the changeset viewer.