mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to thunderbird-1.5.0.9 and enigmail-0.94.2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6445 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
b939642615
commit
bc6cf8826b
@ -539,7 +539,7 @@ $Date$
|
||||
<!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">
|
||||
|
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<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>
|
||||
|
@ -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 @@ EOF</userinput></screen>
|
||||
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 @@ make -f client.mk build</userinput></screen>
|
||||
( 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,11 +312,8 @@ cp -v -Lf ../thunderbird-build/dist/{private,public}/nss/*.h \
|
||||
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`) &&
|
||||
|
||||
install -v -m644 -D ../thunderbird-build/dist/bin/$ENIGMAIL_FILENAME \
|
||||
/usr/lib/thunderbird-&thunderbird-version;/xpi_store/$ENIGMAIL_FILENAME</userinput></screen>
|
||||
<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>
|
||||
|
||||
<para>If you want to install <application>Enigmail</application> globally
|
||||
so that all users who run <application>Thunderbird</application> will have
|
||||
|
Loading…
Reference in New Issue
Block a user