Tweaks to seamonkey-1.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6439 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2007-01-20 21:46:22 +00:00
parent c60dae5b97
commit 87c2868732

View File

@ -4,18 +4,6 @@
<!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 mozilla-download-http "http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/seamonkey-&seamonkey-version;.source.tar.bz2">
<!ENTITY mozilla-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/seamonkey-&seamonkey-version;.source.tar.bz2">
<!ENTITY mozilla-md5sum "2d78434affe9e4499e3cfceae2d8522f">
@ -23,9 +11,9 @@
<!ENTITY mozilla-buildsize "620 MB">
<!ENTITY mozilla-time "17.1 SBU">
<!ENTITY mozilla-enigmail-version "20070119">
<!ENTITY mozilla-enigmail-download "ftp://anduin.linuxfromscratch.org/BLFS/svn/e/enigmail-&mozilla-enigmail-version;.tar.gz">
<!ENTITY mozilla-enigmail-md5sum "f31fed177a3e5dd8e4794e587da9b803">
<!ENTITY mozilla-enigmail-version "0.94.2">
<!ENTITY mozilla-enigmail-download "http://www.mozilla-enigmail.org/downloads/src/enigmail-&mozilla-enigmail-version;.tar.gz">
<!ENTITY mozilla-enigmail-md5sum "cc1ba2bec7c3a2ac408ef24fbf1884de">
]>
<sect1 id="seamonkey" xreflabel="SeaMonkey-&seamonkey-version;">
@ -256,7 +244,7 @@ ac_add_options --enable-ldap
EOF</userinput></screen>
<para>Now clean up one <application>make</application> file to
<para>Now clean up one <filename>Makefile</filename> to
add required libraries to a build step. Note that the command
requires two separate lines as shown.</para>
@ -282,6 +270,11 @@ popd &amp;&amp;
make -C ../seamonkey-build/mailnews/extensions/enigmail &amp;&amp;
make -C ../seamonkey-build/mailnews/extensions/enigmail xpi</userinput></screen>
<para>This package does not come with a test suite. However, it
cn be launched fom the build directory before installing with the
command line:
<userinput>../seamonkey-build/dist/bin/seamonkey</userinput>.</para>
<para>Install <application>SeaMonkey</application> by issuing the following
commands as the <systemitem class="username">root</systemitem> user:</para>
@ -431,9 +424,6 @@ install -v -m644 ../seamonkey-build/dist/bin/enigmail-&mozilla-enigmail-version;
--with-system-jpeg --enable-system-cairo</parameter>: Uses the
system-installed versions of these packages.</para>
<para><parameter>--enable-calendar</parameter>: Builds the calendar
application. Remove this parameter if you don't wish to build it.</para>
<para><parameter>--enable-xinerama --enable-reorder --enable-strip
--enable-cpp-rtti --disable-accessibility --disable-tests --disable-logging
--disable-pedantic --disable-installer</parameter>: Various options that
@ -565,9 +555,9 @@ install -v -m644 ../seamonkey-build/dist/bin/enigmail-&mozilla-enigmail-version;
<varlistentry id="seamonkey-prog">
<term><command>seamonkey</command></term>
<listitem>
<para>is a browser/email/newsgroup/calendar/chat client suite. The
various components such as the Composer, mail-news client, calendar,
IRC chat client and address book can be accessed from the menu after
<para>is a browser/email/newsgroup/chat client suite. The
various components such as the Composer, mail-news client,
IRC chat client, and address book can be accessed from the menu after
<command>seamonkey</command> starts or via command-line switches to
the <command>seamonkey</command> script. Issue
<command>man seamonkey</command> for additional information.</para>