Author: bdubbs Date: 2007-01-20 14:46:22 -0700 (Sat, 20 Jan 2007) New Revision: 6439
Modified: trunk/BOOK/xsoft/graphweb/seamonkey.xml Log: Tweaks to seamonkey-1.1 Modified: trunk/BOOK/xsoft/graphweb/seamonkey.xml =================================================================== --- trunk/BOOK/xsoft/graphweb/seamonkey.xml 2007-01-20 20:36:33 UTC (rev 6438) +++ trunk/BOOK/xsoft/graphweb/seamonkey.xml 2007-01-20 21:46:22 UTC (rev 6439) @@ -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 @@ 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 @@ make -C ../seamonkey-build/mailnews/extensions/enigmail && 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 @@ --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 @@ <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> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
