[Lunar-commits] <moonbase> firefox: updated to 12.0

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


commit fd12a8c43ee8582c57f0f84ed20cf5d920dedc5a
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Thu Apr 26 19:14:01 2012 +0200

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

diff --git a/web/firefox/DETAILS b/web/firefox/DETAILS
index 4d896ef..f956b12 100644
--- a/web/firefox/DETAILS
+++ b/web/firefox/DETAILS
@@ -1,14 +1,14 @@
           MODULE=firefox
-         VERSION=11.0
+         VERSION=12.0
           SOURCE=$MODULE-$VERSION.source.tar.bz2
    SOURCE_URL[0]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/firefox/releases/$VERSION/source
    SOURCE_URL[1]=ftp://mozilla.isc.org/pub/mozilla.org/firefox/releases/$VERSION/source
    SOURCE_URL[2]=ftp://ftp.mozilla.org/pub/firefox/releases/$VERSION/source
-      SOURCE_VFY=sha1:0b05f91b81803010502cf89f54c3d0187fb63d7e
+      SOURCE_VFY=sha1:0177185e54b7d63dc36bd5bd5c80ba6afd52e199
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla-release
         WEB_SITE=http://www.mozilla.org/projects/firefox
          ENTERED=20110814
-         UPDATED=20120314
+         UPDATED=20120425
            SHORT="A speedy, full-featured web browser"
 
 cat << EOF
diff --git a/web/firefox/mozconfig b/web/firefox/mozconfig
index 3ca21fe..b49f773 100644
--- a/web/firefox/mozconfig
+++ b/web/firefox/mozconfig
@@ -11,7 +11,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
+#firefox 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
@@ -28,7 +31,8 @@ ac_add_options --enable-raw
 ac_add_options --with-system-libvpx
 ac_add_options --enable-shared-js
 ac_add_options --enable-system-pixman
-ac_add_options --enable-tree-freetype
+#firefox 12 will not build with tree freetype
+#ac_add_options --enable-tree-freetype
 ac_add_options --disable-crashreporter
 ac_add_options --disable-necko-wifi
 ac_add_options --disable-system-sqlite


More information about the Lunar-commits mailing list