Author: bdubbs
Date: 2007-01-19 22:23:25 -0700 (Fri, 19 Jan 2007)
New Revision: 6434
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/xsoft/graphweb/seamonkey.xml
Log:
Updated to seamonkey-1.1
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-01-19 16:05:59 UTC (rev 6433)
+++ trunk/BOOK/general.ent 2007-01-20 05:23:25 UTC (rev 6434)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "19"> <!-- Always 2 digits -->
+<!ENTITY day "20"> <!-- Always 2 digits -->
<!ENTITY month "01"> <!-- Always 2 digits -->
<!ENTITY year "2007">
<!ENTITY version "svn-&year;&month;&day;">
@@ -533,7 +533,7 @@
<!-- Chapter 36 -->
<!ENTITY mozilla-version "1.7.12">
-<!ENTITY seamonkey-version "1.0.5">
+<!ENTITY seamonkey-version "1.1">
<!ENTITY firefox-version "1.5.0.7">
<!ENTITY galeon-version "2.0.1">
<!ENTITY dillo-version "0.8.5">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-01-19 16:05:59 UTC
(rev 6433)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-01-20 05:23:25 UTC
(rev 6434)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>January 20th, 2007</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Updated to seamonkey-1.1.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>January 19th, 2007</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/xsoft/graphweb/seamonkey.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/seamonkey.xml 2007-01-19 16:05:59 UTC (rev
6433)
+++ trunk/BOOK/xsoft/graphweb/seamonkey.xml 2007-01-20 05:23:25 UTC (rev
6434)
@@ -18,14 +18,14 @@
<!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 "a1b98cd4d2d0f71d50406f8cd3885a5e">
- <!ENTITY mozilla-size "34.2 MB">
- <!ENTITY mozilla-buildsize "578 MB">
- <!ENTITY mozilla-time "13.0 SBU">
+ <!ENTITY mozilla-md5sum "2d78434affe9e4499e3cfceae2d8522f">
+ <!ENTITY mozilla-size "33.4 MB">
+ <!ENTITY mozilla-buildsize "620 MB">
+ <!ENTITY mozilla-time "17.1 SBU">
- <!ENTITY mozilla-enigmail-version "0.94.1">
- <!ENTITY mozilla-enigmail-download
"http://www.mozilla-enigmail.org/downloads/src/enigmail-&mozilla-enigmail-version;.tar.gz">
- <!ENTITY mozilla-enigmail-md5sum "b255e7a77ecea435934bfa1872e99f6a">
+ <!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">
]>
<sect1 id="seamonkey" xreflabel="SeaMonkey-&seamonkey-version;">
@@ -47,7 +47,7 @@
<para><application>SeaMonkey</application> is a browser suite, the Open
Source sibling of <application>Netscape</application>. It includes the
- browser, composer, mail and news clients, a calendar client and an
+ browser, composer, mail and news clients, and an
IRC client. It is the follow-on to the Mozilla browser suite.</para>
<para>The Mozilla project also hosts two subprojects that aim to satisfy
@@ -91,23 +91,6 @@
</listitem>
</itemizedlist>
- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
- <itemizedlist spacing="compact">
- <listitem>
- <para>Required patch (if using system-wide NSS/NSPR provided by
- <xref linkend="nss"/>): <ulink
- url="&patch-root;/seamonkey-&seamonkey-version;-system_nss-1.patch"/>
- </para>
- </listitem>
- <listitem>
- <para>Required patch (if enabling <application>Pango</application>
- font rendering):
- <ulink
- url="&patch-root;/seamonkey-&seamonkey-version;-pangoxft-1.patch"/>
- </para>
- </listitem>
- </itemizedlist>
-
<para>To enable the <application>Enigmail</application> extension to the
<application>SeaMonkey</application> mail client, you'll need to download
the tarball listed below. The <application>Enigmail</application> extension
@@ -249,10 +232,6 @@
# the SeaMonkey binaries.
ac_add_options --enable-ldap
-# This option is used to enable the calendar program in the
-# SeaMonkey suite.
-ac_add_options --enable-calendar
-
# These two options enable support for building SeaMonkey with
# system-installed versions of the Network Security Services (NSS)
# and Netscape Portable Runtime (NSPR) libraries. Uncomment both
@@ -277,19 +256,13 @@
EOF</userinput></screen>
- <para>If you wish to use <application>Pango</application> for font
- rendering and have uncommented the appropriate option in
- <filename>.mozconfig</filename>, apply the following patch:</para>
+ <para>Now clean up one <application>make</application> file to
+ add required libraries to a build step. Note that the command
+ requires two separate lines as shown.</para>
-<screen><userinput>patch -Np1 -i
../seamonkey-&seamonkey-version;-pangoxft-1.patch</userinput></screen>
+<screen><userinput>sed -i -e '/MOZ_JS_LIBS/a\
+\t\t$(MOZ_XFT_LIBS) \\' layout/build/Makefile.in</userinput></screen>
- <para>If you have system-installed Network Security Services (NSS) and
- Netscape Portable Runtime (NSPR) libraries and you uncommented the
- appropriate lines in the <filename>.mozconfig</filename> file to utilize
- them, apply the following patch:</para>
-
-<screen><userinput>patch -Np1 -i
../seamonkey-&seamonkey-version;-system_nss-1.patch</userinput></screen>
-
<para>Compile <application>SeaMonkey</application> by running the
following command:</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page