mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6333 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
fd0a8cd28d
commit
95a5b485ec
@ -527,12 +527,12 @@
|
||||
<!-- Chapter 36 -->
|
||||
<!ENTITY mozilla-version "1.7.12">
|
||||
<!ENTITY seamonkey-version "1.0.5">
|
||||
<!ENTITY firefox-version "1.5.0.6">
|
||||
<!ENTITY firefox-version "1.5.0.7">
|
||||
<!ENTITY galeon-version "2.0.1">
|
||||
<!ENTITY dillo-version "0.8.5">
|
||||
|
||||
<!-- Chapter 37 -->
|
||||
<!ENTITY thunderbird-version "1.5.0.5">
|
||||
<!ENTITY thunderbird-version "1.5.0.7">
|
||||
<!ENTITY pan-version "0.14.2">
|
||||
<!ENTITY balsa-version "2.3.13">
|
||||
<!ENTITY gaim-version "1.5.0">
|
||||
|
@ -44,6 +44,14 @@
|
||||
<listitem>
|
||||
<para>October 8th, 2006</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dnicholson] - Updated to firefox-1.5.0.7. Fixes
|
||||
#2150.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[dnicholson] - Updated to thunderbird-1.5.0.7 and
|
||||
enigmail-0.94.1. Fixes #2151 and #2171.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[dnicholson] - Updated to links-2.1pre23. Installed some
|
||||
user documentation from the tarball. Closes #2042.</para>
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY firefox-download-http "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
|
||||
<!ENTITY firefox-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
|
||||
<!ENTITY firefox-md5sum "3a659d384744cab77f90920f6d529c89">
|
||||
<!ENTITY firefox-md5sum "518cbd99a3fe663237070013e5cdb1a4">
|
||||
<!ENTITY firefox-size "33.9 MB">
|
||||
<!ENTITY firefox-buildsize "548 MB">
|
||||
<!ENTITY firefox-time "13.9 SBU">
|
||||
|
@ -18,14 +18,14 @@
|
||||
|
||||
<!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 "b09d29f912c2133a75b44f4801fc62b0">
|
||||
<!ENTITY thunderbird-md5sum "c3933149147567471000e53dbeac7429">
|
||||
<!ENTITY thunderbird-size "34.3 MB">
|
||||
<!ENTITY thunderbird-buildsize "597 MB">
|
||||
<!ENTITY thunderbird-time "18.1 SBU">
|
||||
|
||||
<!ENTITY thunderbird-enigmail-version "0.94.0">
|
||||
<!ENTITY thunderbird-enigmail-version "0.94.1">
|
||||
<!ENTITY thunderbird-enigmail-download "http://www.mozilla-enigmail.org/downloads/src/enigmail-&thunderbird-enigmail-version;.tar.gz">
|
||||
<!ENTITY thunderbird-enigmail-md5sum "d326c302c1d2d68217fffcaa01ca7632">
|
||||
<!ENTITY thunderbird-enigmail-md5sum "b255e7a77ecea435934bfa1872e99f6a">
|
||||
]>
|
||||
|
||||
<sect1 id="thunderbird" xreflabel="Thunderbird-&thunderbird-version;">
|
||||
@ -275,10 +275,7 @@ make -f client.mk build</userinput></screen>
|
||||
issue the following commands:</para>
|
||||
|
||||
<screen><userinput>tar -xf ../enigmail-&thunderbird-enigmail-version;.tar.gz -C mailnews/extensions &&
|
||||
cd mailnews/extensions/enigmail &&
|
||||
|
||||
./makemake -r &&
|
||||
cd ../../.. &&
|
||||
( cd mailnews/extensions/enigmail && ./makemake -r ) &&
|
||||
|
||||
make -C ../thunderbird-build/mailnews/extensions/enigmail &&
|
||||
make -C ../thunderbird-build/mailnews/extensions/enigmail xpi</userinput></screen>
|
||||
@ -389,8 +386,9 @@ touch `find . -name *.rdf`</userinput></screen>
|
||||
<command>configure</command> script and compiles the package or installs
|
||||
the package.</para>
|
||||
|
||||
<para><command>./makemake -r</command>: This command is used to recursively
|
||||
create <filename>Makefile</filename>s in the current directory.</para>
|
||||
<para><command>( cd mailnews/... && ./makemake -r )</command>:
|
||||
This command is used to recursively create <filename>Makefile</filename>s
|
||||
in the <filename class='directory'>enigmail</filename> directory.</para>
|
||||
|
||||
<para><command>make -C ... xpi</command>: This command builds the
|
||||
<application>Enigmail</application>
|
||||
|
Loading…
Reference in New Issue
Block a user