Author: dnicholson
Date: 2007-01-21 03:27:35 -0700 (Sun, 21 Jan 2007)
New Revision: 6445
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/xsoft/other/thunderbird.xml
Log:
Updated to thunderbird-1.5.0.9 and enigmail-0.94.2
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-01-21 10:05:16 UTC (rev 6444)
+++ trunk/BOOK/general.ent 2007-01-21 10:27:35 UTC (rev 6445)
@@ -539,7 +539,7 @@
<!ENTITY dillo-version "0.8.5">
<!-- Chapter 37 -->
-<!ENTITY thunderbird-version "1.5.0.7">
+<!ENTITY thunderbird-version "1.5.0.9">
<!ENTITY pan-version "0.14.2">
<!ENTITY balsa-version "2.3.13">
<!ENTITY gaim-version "1.5.0">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-01-21 10:05:16 UTC
(rev 6444)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-01-21 10:27:35 UTC
(rev 6445)
@@ -45,6 +45,10 @@
<para>January 21st, 2007</para>
<itemizedlist>
<listitem>
+ <para>[dnicholson] - Updated to Thunderbird-1.5.0.9
+ with enigmail-0.94.2.</para>
+ </listitem>
+ <listitem>
<para>[dnicholson] - Updated to Firefox-1.5.0.9.</para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/xsoft/other/thunderbird.xml
===================================================================
--- trunk/BOOK/xsoft/other/thunderbird.xml 2007-01-21 10:05:16 UTC (rev
6444)
+++ trunk/BOOK/xsoft/other/thunderbird.xml 2007-01-21 10:27:35 UTC (rev
6445)
@@ -4,28 +4,16 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!-- Inserted as a reminder to do this. The mention of a test suite
- is usually right before the root user installation commands. Please
- delete these 12 (including one blank) lines after you are done.-->
-
- <!-- Use one of the two mentions below about a test suite,
- delete the line that is not applicable. Of course, if the
- test suite uses syntax other than "make check", revise the
- line to reflect the actual syntax to run the test suite -->
-
- <!-- <para>This package does not come with a test suite.</para> -->
- <!-- <para>To test the results, issue: <command>make
check</command>.</para> -->
-
<!ENTITY thunderbird-download-http
"http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;-source.tar.bz2">
<!ENTITY thunderbird-download-ftp
"ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;-source.tar.bz2">
- <!ENTITY thunderbird-md5sum "c3933149147567471000e53dbeac7429">
+ <!ENTITY thunderbird-md5sum "bb74629a8d99a6653c5ab978cf9c6227">
<!ENTITY thunderbird-size "34.3 MB">
<!ENTITY thunderbird-buildsize "597 MB">
<!ENTITY thunderbird-time "18.1 SBU">
- <!ENTITY thunderbird-enigmail-version "0.94.1">
+ <!ENTITY thunderbird-enigmail-version "0.94.2">
<!ENTITY thunderbird-enigmail-download
"http://www.mozilla-enigmail.org/downloads/src/enigmail-&thunderbird-enigmail-version;.tar.gz">
- <!ENTITY thunderbird-enigmail-md5sum "b255e7a77ecea435934bfa1872e99f6a">
+ <!ENTITY thunderbird-enigmail-md5sum "cc1ba2bec7c3a2ac408ef24fbf1884de">
]>
<sect1 id="thunderbird" xreflabel="Thunderbird-&thunderbird-version;">
@@ -271,6 +259,8 @@
xpcom/reflect/xptinfo/public/xptinfo.h &&
make -f client.mk build</userinput></screen>
+ <para>This package does not come with a test suite.</para>
+
<para>If you're building the <application>Enigmail</application> extension,
issue the following commands:</para>
@@ -278,7 +268,8 @@
( cd mailnews/extensions/enigmail && ./makemake -r ) &&
make -C ../thunderbird-build/mailnews/extensions/enigmail &&
-make -C ../thunderbird-build/mailnews/extensions/enigmail
xpi</userinput></screen>
+make -C ../thunderbird-build/mailnews/extensions/enigmail \
+ XPIFILE=enigmail.xpi xpi</userinput></screen>
<para>Install <application>Thunderbird</application> by running the
following
commands as the <systemitem class="username">root</systemitem> user:</para>
@@ -321,12 +312,9 @@
class="username">root</systemitem> user to install the
<filename>.xpi</filename> file:</para>
-<screen role="root"><userinput>ENIGMAIL_FILENAME=$(basename \
- `ls
../thunderbird-build/dist/bin/enigmail-&thunderbird-enigmail-version;-*.xpi`)
&&
+<screen role="root"><userinput>install -v -m644 -D
../thunderbird-build/dist/bin/enigmail.xpi \
+
/usr/lib/thunderbird-&thunderbird-version;/xpi_store/enigmail.xpi</userinput></screen>
-install -v -m644 -D ../thunderbird-build/dist/bin/$ENIGMAIL_FILENAME \
-
/usr/lib/thunderbird-&thunderbird-version;/xpi_store/$ENIGMAIL_FILENAME</userinput></screen>
-
<para>If you want to install <application>Enigmail</application> globally
so that all users who run <application>Thunderbird</application> will have
access to the extension, issue the command shown below. Note that this
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page