diff --git a/general.ent b/general.ent
index 4ff4636613..1d240cbd1e 100644
--- a/general.ent
+++ b/general.ent
@@ -9,7 +9,7 @@ $Date$
-
+
@@ -790,7 +790,7 @@ $Date$
-
+
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 171aa30ce9..414964336c 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -41,6 +41,15 @@
-->
+
+ December 23rd, 2011
+
+
+ [abenton] - Seamonkey 2.6.
+
+
+
+
December 22nd, 2011
diff --git a/xsoft/graphweb/seamonkey.xml b/xsoft/graphweb/seamonkey.xml
index b63033de50..aa599a58bf 100644
--- a/xsoft/graphweb/seamonkey.xml
+++ b/xsoft/graphweb/seamonkey.xml
@@ -4,12 +4,12 @@
%general-entities;
-
-
-
-
-
-
+
+
+
+
+
+
]>
@@ -40,8 +40,8 @@
are and . Both are
based on the Mozilla source code.
+ Thunderbird will be built from this source
+ tarball!-->
&lfs70_checked;
@@ -134,11 +134,9 @@ ac_add_options --disable-necko-wifi
# If you have installed libnotify delete this option:
ac_add_options --disable-libnotify
-# If you have installed nss and nspr uncomment these two lines:
+# Uncomment these if you have installed them:
# ac_add_options --with-system-nspr
# ac_add_options --with-system-nss
-
-# Uncomment these if you have installed them:
# ac_add_options --enable-system-sqlite
# ac_add_options --enable-system-lcms
# ac_add_options --with-system-libvpx
@@ -164,8 +162,7 @@ EOF
Compile SeaMonkey by running the
following command:
-make -f client.mk &&
-make -C moz-build-dir/suite/installer
+make -f client.mkThis package does not come with a test suite. However, it
can be launched from the build directory before installing with the
@@ -175,12 +172,9 @@ make -C moz-build-dir/suite/installer
Install SeaMonkey by issuing the following
commands as the root user:
-mkdir -pv /usr/lib/seamonkey-&seamonkey-version; &&
-tar -xvf moz-build-dir/mozilla/dist/seamonkey*.tar.bz2 \
- -C /usr/lib/seamonkey-&seamonkey-version; --strip-components=1 &&
+make -C moz-build-dir install &&
mkdir -pv /usr/lib/mozilla/plugins &&
ln -svf ../mozilla/plugins /usr/lib/seamonkey-&seamonkey-version; &&
-ln -svf ../lib/seamonkey-&seamonkey-version;/seamonkey /usr/bin &&
cp -v moz-build-dir/mozilla/dist/man/man1/seamonkey.1 /usr/share/man/man1
@@ -194,16 +188,9 @@ cp -v moz-build-dir/mozilla/dist/man/man1/seamonkey.1 /usr/share/man/man1make uses the client.mk
file to get initial configuration and setup parameters.
- make -C moz-build-dir/suite/installer: this
- creates a tarball of the Seamonkey you've just
- compiled.
-
- tar -xf moz-build-dir ...: this untars
- Seamonkey. The tells tar to change to the /usr/lib/seamonkey-2.5 directory before
- untaring it. The option removes the
- leading seamonkey/ from the filename/paths.
+ make -C moz-build-dir install: this runs
+ make install inside the moz-build-dir
+ directory.ln -s ../mozilla/plugins /usr/lib/seamonkey-2.5:
this creates a symlink to