[Lunar-commits] <moonbase> thunderbird: updated to 12.0
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Thu Apr 26 19:15:37 CEST 2012
commit f1b22d2ec334f0434f27069191959b858de10d21
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Thu Apr 26 19:15:37 2012 +0200
thunderbird: updated to 12.0
---
mail/thunderbird/DETAILS | 6 +++---
mail/thunderbird/mozconfig | 8 ++++++--
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/mail/thunderbird/DETAILS b/mail/thunderbird/DETAILS
index 6e83e91..670f39b 100644
--- a/mail/thunderbird/DETAILS
+++ b/mail/thunderbird/DETAILS
@@ -1,15 +1,15 @@
MODULE=thunderbird
- VERSION=11.0.1
+ VERSION=12.0
SOURCE=thunderbird-$VERSION.source.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/comm-release
SOURCE_URL[0]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/thunderbird/releases/$VERSION/source
SOURCE_URL[1]=ftp://mozilla.isc.org/pub/mozilla.org/thunderbird/releases/$VERSION/source
SOURCE_URL[2]=http://mozilla.ftp.halifax.rwth-aachen.de/mozilla/thunderbird/releases/$VERSION/source
SOURCE_URL[3]=ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/source
- SOURCE_VFY=sha1:037344b451b1c031472d92f96d401b15d8e3e7d3
+ SOURCE_VFY=sha1:28bc773ee36a02c619c910015e965e503b1bd79b
WEB_SITE=http://www.mozilla.org/projects/thunderbird
ENTERED=20031021
- UPDATED=20120401
+ UPDATED=20120425
SHORT="A full-featured mail client"
cat << EOF
diff --git a/mail/thunderbird/mozconfig b/mail/thunderbird/mozconfig
index d73f05c..aa20515 100644
--- a/mail/thunderbird/mozconfig
+++ b/mail/thunderbird/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
+#thunderbird 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
+#thunderbird 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