[Lunar-commits] <moonbase-other> thunderbird: Bump to 31.1.1, adding a patch and still croaks with --enable-shared-js.

Dennis Veatch dennisveatch at bellsouth.net
Mon Sep 22 20:01:30 CEST 2014


commit ca096db1291c517f25e81201b76bdfe616b5bd19
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Mon, 22 Sep 2014 14:01:02 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/ca096db1291c517f25e81201b76bdfe616b5bd19

thunderbird: Bump to 31.1.1, adding a patch and still croaks with --enable-shared-js.
---
  mail/thunderbird/BUILD     | +2/-0     
  mail/thunderbird/CONFIGURE | +1/-0     
  mail/thunderbird/DETAILS   | +6/-3     
  mail/thunderbird/mozconfig | +3/-1     
  4 files changed, 12 insertions(+), 4 deletions(-)

--- a/mail/thunderbird/BUILD
+++ b/mail/thunderbird/BUILD
@@ -1,4 +1,6 @@
 
+  patch_it $SOURCE2 1 &&
+
   export MOZ_CO_PROJECT=mail  &&
   export MOZILLA_HOME=/usr/lib/$MODULE-$VERSION &&
   export MOZILLA_OFFICIAL=1  &&
--- /dev/null
+++ b/mail/thunderbird/CONFIGURE
@@ -0,0 +1 @@
+mquery ENABLE_CAL "Enable the calendar?" n "--enable-calendar" "--disable-calendar"
--- a/mail/thunderbird/DETAILS
+++ b/mail/thunderbird/DETAILS
@@ -1,12 +1,15 @@
           MODULE=thunderbird
-         VERSION=31.1.0
+         VERSION=31.1.1
           SOURCE=thunderbird-$VERSION.source.tar.bz2
+         SOURCE2=thunderbird-31.1.1-mediadecodereader.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/comm-esr31
       SOURCE_URL=ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/source
-      SOURCE_VFY=sha1:08d231541a80a79180826f98dde732c5796191f4
+     SOURCE2_URL=$PATCH_URL
+      SOURCE_VFY=sha1:494c8725c02f36d16839d3e11e928caa8f5267f4
+     SOURCE2_VFY=sha1:274bbfcf6b50b1852dea52b4fd78ad27dd884ae6
         WEB_SITE=http://www.mozilla.org/projects/thunderbird
          ENTERED=20031021
-         UPDATED=20140902
+         UPDATED=20140922
            SHORT="A full-featured mail client"
 
 cat << EOF
--- a/mail/thunderbird/mozconfig
+++ b/mail/thunderbird/mozconfig
@@ -7,11 +7,13 @@ ac_add_options --with-system-zlib
 ac_add_options --with-system-jpeg
 ac_add_options --with-system-bz2
 ac_add_options --enable-storage
+ac_add_options --enable-shared
 ac_add_options --enable-application=mail
 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-install-strip
 ac_add_options --enable-system-cairo
 ac_add_options --enable-xterm-updates
 ac_add_options --enable-official-branding
@@ -34,5 +36,5 @@ ac_add_options --enable-static-mail
 ac_add_options --disable-crashreporter
 ac_add_options --disable-necko-wifi
 
-#Same issue here as with firefox-31.0
+# Still no like this, 20140922
 ac_add_options --disable-shared-js




More information about the Lunar-commits mailing list