Author: dj
Date: 2010-02-27 01:32:55 -0700 (Sat, 27 Feb 2010)
New Revision: 8274
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/xsoft/other/thunderbird.xml
Log:
Re-added enigmail to Thunderbird, and reemoved TB header installs.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-02-26 22:42:00 UTC (rev 8273)
+++ trunk/BOOK/general.ent 2010-02-27 08:32:55 UTC (rev 8274)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "26"> <!-- Always 2 digits -->
+<!ENTITY day "27"> <!-- Always 2 digits -->
<!ENTITY month "02"> <!-- Always 2 digits -->
<!ENTITY year "2010">
<!ENTITY copyrightdate "2001-&year;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-02-26 22:42:00 UTC
(rev 8273)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-02-27 08:32:55 UTC
(rev 8274)
@@ -42,6 +42,17 @@
-->
<listitem>
+ <para>February 27th, 2010</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dj] - Removed incorrect (unneeded) instructions to install
+ Thunderbird headers, and re-enabled build of enigmail extension in
+ Thunderbird build.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>February 26th, 2010</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/xsoft/other/thunderbird.xml
===================================================================
--- trunk/BOOK/xsoft/other/thunderbird.xml 2010-02-26 22:42:00 UTC (rev
8273)
+++ trunk/BOOK/xsoft/other/thunderbird.xml 2010-02-27 08:32:55 UTC (rev
8274)
@@ -11,13 +11,11 @@
<!ENTITY thunderbird-buildsize "624 MB">
<!ENTITY thunderbird-time "14 SBU">
- <!ENTITY thunderbird-enigmail-version "0.95.6">
+ <!ENTITY thunderbird-enigmail-version "1.0.1">
-<!-- The instructions are still good to install enigmail, just use version
1.0.1
-
<!ENTITY thunderbird-enigmail-download
"http://www.mozilla-enigmail.org/download/source/enigmail-&thunderbird-enigmail-version;.tar.gz">
- <!ENTITY thunderbird-enigmail-md5sum "cfbe6ff77f80a349b396829757ad952a">
- <!ENTITY thunderbird-enigmail-size "1.1 MB"> -->
+ <!ENTITY thunderbird-enigmail-md5sum "508ca9ab0396afb49e82eda88014924b">
+ <!ENTITY thunderbird-enigmail-size "1.1 MB">
]>
<sect1 id="thunderbird" xreflabel="Thunderbird-&thunderbird-version;">
@@ -63,7 +61,7 @@
</listitem>
</itemizedlist>
-<!-- <para>To enable the <application>Enigmail</application> extension to
the
+ <para>To enable the <application>Enigmail</application> extension to the
<application>Thunderbird</application> mail client, you'll need to download
the tarball shown below. The <application>Enigmail</application> extension
allows users to access the authentication and encryption features provided
@@ -81,7 +79,7 @@
<listitem>
<para>Download size: &thunderbird-enigmail-size;</para>
</listitem>
- </itemizedlist> -->
+ </itemizedlist>
<bridgehead renderas="sect3">Thunderbird Dependencies</bridgehead>
@@ -237,7 +235,7 @@
# This option is used to enable source tree included LDAP support in
# the Firefox binaries. This used to be required for mozab support in
-# OpenOffice. Current requirement status is unknown ATM.
+# OpenOffice, however, is now deprecated.
ac_add_options --enable-ldap
# This option is used so that the debugging symbols are removed from
@@ -270,7 +268,7 @@
<para>This package does not come with a test suite.</para>
-<!-- <para>If you're building the <application>Enigmail</application>
extension,
+ <para>If you're building the <application>Enigmail</application> extension,
issue the following commands:</para>
<screen><userinput>tar -xf ../enigmail-&thunderbird-enigmail-version;.tar.gz
-C mailnews/extensions &&
@@ -279,28 +277,19 @@
make -C ../thunderbird-build/mailnews/extensions/enigmail &&
make -C ../thunderbird-build/mailnews/extensions/enigmail \
XPIFILE=enigmail-&thunderbird-enigmail-version;.xpi
xpi</userinput></screen>
--->
<para>Install <application>Thunderbird</application> by running the
following commands as the <systemitem class="username">root</systemitem>
user:</para>
-<screen role="root"><userinput>make -f client.mk install &&
+<screen role="root"><userinput>make -f client.mk install</userinput></screen>
-install -v -m644 ../thunderbird-build/dist/public/ldap-private/* \
- /usr/include/thunderbird-&thunderbird-version;/ldap &&
-
-install -v -m644 ../thunderbird-build/dist/bin/isp/{movemail,rss}.rdf \
- /usr/lib/thunderbird-&thunderbird-version;/isp &&
-rm -rvf
/usr/lib/thunderbird-&thunderbird-version;/defaults/isp</userinput></screen>
-
-<!--
<para>If you built the <application>Enigmail</application> extension,
issue the following commands as the <systemitem
class="username">root</systemitem> user to install the
<filename>.xpi</filename> file:</para>
-<screen role="root"><userinput>install -v -m644 -D
../thunderbird-build/dist/bin/enigmail-&thunderbird-enigmail-version;.xpi \
+<screen role="root"><userinput>install -v -m644 -D
../thunderbird-build/mozilla/dist/bin/enigmail-&thunderbird-enigmail-version;.xpi
\
/usr/lib/thunderbird-&thunderbird-version;/xpi_store/enigmail-&thunderbird-enigmail-version;.xpi</userinput></screen>
<para>If you want to install <application>Enigmail</application> globally
@@ -319,26 +308,6 @@
configuring <application>Enigmail</application> for individual users if you
did not not install it globally.</para>
- <para>To enable multi-user operation, execute the following as the
- <systemitem class="username">root</systemitem> user:</para>
-
-<screen role="root"><userinput>cd /usr/lib/thunderbird-&thunderbird-version;
&&
-export LD_LIBRARY_PATH="$PWD" &&
-export MOZILLA_FIVE_HOME="$PWD" &&
-./regxpcom &&
-./regchrome &&
-touch `find . -name *.rdf`</userinput></screen>
-
-
-
- <note>
- <para>You should run <command>/usr/bin/thunderbird</command> once as the
- <systemitem class="username">root</systemitem> user (or any user with
- write privileges) to create some necessary additional files in the
- <filename
class='directory'>/usr/lib/thunderbird-&thunderbird-version;</filename>
- directory.</para>
- </note>
--->
</sect2>
<sect2 role="commands">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page