[Lunar-commits] <moonbase> seamonkey: updated to 2.9

Zbigniew Luszpinski zbiggy at lunar-linux.org
Thu Apr 26 19:16:04 CEST 2012


commit 305af4cef3d10bdf6e4107a124acad131af073cc
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Thu Apr 26 19:16:04 2012 +0200

    seamonkey: updated to 2.9
---
 web/seamonkey/DETAILS   |    6 +++---
 web/seamonkey/mozconfig |    8 ++++++--
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/web/seamonkey/DETAILS b/web/seamonkey/DETAILS
index e85d157..6be04af 100644
--- a/web/seamonkey/DETAILS
+++ b/web/seamonkey/DETAILS
@@ -1,14 +1,14 @@
           MODULE=seamonkey
-         VERSION=2.8
+         VERSION=2.9
           SOURCE=$MODULE-$VERSION.source.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/comm-release
    SOURCE_URL[0]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/$MODULE/releases/$VERSION/source
    SOURCE_URL[1]=ftp://mozilla.isc.org/pub/mozilla.org/$MODULE/releases/$VERSION/source
    SOURCE_URL[2]=ftp://ftp.mozilla.org/pub/mozilla.org/$MODULE/releases/$VERSION/source
-      SOURCE_VFY=sha1:8f5ef8cb2a3ac495add99fb3394d8c007a5d91af
+      SOURCE_VFY=sha1:5ccd6453327d68f75163e7710b5611cea15e8fb6
         WEB_SITE=http://www.seamonkey-project.org
          ENTERED=20051208
-         UPDATED=20120326
+         UPDATED=20120425
            SHORT="Seamonkey is a next generation mozilla web browser"
 
 cat << EOF
diff --git a/web/seamonkey/mozconfig b/web/seamonkey/mozconfig
index c1721ef..159502f 100644
--- a/web/seamonkey/mozconfig
+++ b/web/seamonkey/mozconfig
@@ -12,7 +12,10 @@ ac_add_options --enable-default-toolkit=cairo-gtk2
 ac_add_options --enable-optimize="$CFLAGS"
 ac_add_options --enable-crypto
 ac_add_options --enable-strip
-ac_add_options --enable-system-cairo
+#seamonkey 12 will not build with system cairo
+#because it uses some mozilla made extensions/private functions
+#so disable it till this will work again
+#ac_add_options --enable-system-cairo
 ac_add_options --enable-xterm-updates
 ac_add_options --enable-official-branding
 ac_add_options --enable-jemalloc
@@ -30,7 +33,8 @@ ac_add_options --with-system-libvpx
 ac_add_options --enable-shared-js
 ac_add_options --enable-system-pixman
 ac_add_options --enable-calendar
-ac_add_options --enable-tree-freetype
+#seamonkey 12 will not build with tree freetype
+#ac_add_options --enable-tree-freetype
 ac_add_options --enable-static-mail
 ac_add_options --disable-crashreporter
 ac_add_options --disable-necko-wifi


More information about the Lunar-commits mailing list