[arch-commits] Commit in thunderbird/repos (3 files)

2020-04-08 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 8, 2020 @ 22:11:15
  Author: foutrelis
Revision: 379870

archrelease: copy trunk to staging-x86_64

Added:
  thunderbird/repos/staging-x86_64/
  thunderbird/repos/staging-x86_64/PKGBUILD
(from rev 379869, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/staging-x86_64/thunderbird.desktop
(from rev 379869, thunderbird/trunk/thunderbird.desktop)

-+
 PKGBUILD|  156 +
 thunderbird.desktop |  173 ++
 2 files changed, 329 insertions(+)

Copied: thunderbird/repos/staging-x86_64/PKGBUILD (from rev 379869, 
thunderbird/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-04-08 22:11:15 UTC (rev 379870)
@@ -0,0 +1,156 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Alexander Baldeck 
+# Contributor: Dale Blount 
+# Contributor: Anders Bostrom 
+
+pkgname=thunderbird
+pkgver=68.6.0
+pkgrel=2
+pkgdesc='Standalone mail and news reader from mozilla.org'
+url='https://www.mozilla.org/thunderbird/'
+arch=(x86_64)
+license=(MPL GPL LGPL)
+depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib 
alsa-lib
+ nss hunspell sqlite ttf-font icu)  # libvpx
+makedepends=(unzip zip diffutils python python2 yasm nasm mesa imake libpulse 
inetutils xorg-server-xvfb
+ autoconf2.13 rust clang llvm gtk2 cbindgen nodejs)
+optdepends=('libcanberra: sound support')
+options=(!emptydirs !makeflags)
+source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz{,.asc}
+$pkgname.desktop)
+sha512sums=('3502cc42b594eebf3511219ae8e7fb8a13594534abfe7a40ec32e5a3f60343cfab7c652b161a5f33af46bd5e6f096e3abd4a407c8b307ce4693089b471a42c3e'
+'SKIP'
+
'a0061fcb2a7f66061e336a8d95948592f56f4752e56467f14ba63846720ebf845cce7511d1a2637e3b80d5a1ffdaa2fb783fa37195103425ef65222d45372012')
+validpgpkeys=(14F26682D0916CDD81E37B6D61B7B526D98F0353) # Mozilla Software 
Releases 
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+
+# Mozilla API keys (see https://location.services.mozilla.com/api)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact hef...@archlinux.org for
+# more information.
+_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  echo -n "$_google_api_key" >google-api-key
+  echo -n "$_mozilla_api_key" >mozilla-api-key
+
+  cat >.mozconfig 

[arch-commits] Commit in thunderbird/repos (3 files)

2019-03-04 Thread Jan Steffens via arch-commits
Date: Monday, March 4, 2019 @ 22:45:05
  Author: heftig
Revision: 347076

archrelease: copy trunk to staging-x86_64

Added:
  thunderbird/repos/staging-x86_64/
  thunderbird/repos/staging-x86_64/PKGBUILD
(from rev 347075, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/staging-x86_64/thunderbird.desktop
(from rev 347075, thunderbird/trunk/thunderbird.desktop)

-+
 PKGBUILD|  151 +++
 thunderbird.desktop |  173 ++
 2 files changed, 324 insertions(+)

Copied: thunderbird/repos/staging-x86_64/PKGBUILD (from rev 347075, 
thunderbird/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-04 22:45:05 UTC (rev 347076)
@@ -0,0 +1,151 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Alexander Baldeck 
+# Contributor: Dale Blount 
+# Contributor: Anders Bostrom 
+
+pkgname=thunderbird
+pkgver=60.5.1
+pkgrel=2
+pkgdesc='Standalone mail and news reader from mozilla.org'
+url='https://www.mozilla.org/thunderbird/'
+arch=(x86_64)
+license=(MPL GPL LGPL)
+depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types 
dbus-glib alsa-lib
+ nss hunspell sqlite ttf-font icu)
+makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse 
inetutils xorg-server-xvfb
+ autoconf2.13 rust clang llvm)
+optdepends=('libcanberra: sound support')
+options=(!emptydirs !makeflags)
+source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
+$pkgname.desktop)
+sha256sums=('69a3f741b7378b50a3b6a3b59f6c4fedd2d82d469ab234390627e15da1b58e03'
+'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827')
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+
+# Mozilla API keys (see https://location.services.mozilla.com/api)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact hef...@archlinux.org for
+# more information.
+_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  echo -n "$_google_api_key" >google-api-key
+  echo -n "$_mozilla_api_key" >mozilla-api-key
+
+  cat >.mozconfig 

[arch-commits] Commit in thunderbird/repos (3 files)

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 15:36:51
  Author: foutrelis
Revision: 340038

archrelease: copy trunk to staging-x86_64

Added:
  thunderbird/repos/staging-x86_64/
  thunderbird/repos/staging-x86_64/PKGBUILD
(from rev 340037, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/staging-x86_64/thunderbird.desktop
(from rev 340037, thunderbird/trunk/thunderbird.desktop)

-+
 PKGBUILD|  149 +++
 thunderbird.desktop |  173 ++
 2 files changed, 322 insertions(+)

Copied: thunderbird/repos/staging-x86_64/PKGBUILD (from rev 340037, 
thunderbird/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-17 15:36:51 UTC (rev 340038)
@@ -0,0 +1,149 @@
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Alexander Baldeck 
+# Contributor: Dale Blount 
+# Contributor: Anders Bostrom 
+
+pkgname=thunderbird
+pkgver=60.3.1
+pkgrel=2
+pkgdesc="Standalone mail and news reader from mozilla.org"
+arch=(x86_64)
+license=(MPL GPL LGPL)
+url="https://www.mozilla.org/thunderbird/;
+depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types 
dbus-glib alsa-lib
+ nss hunspell sqlite ttf-font libvpx icu)
+makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse 
inetutils xorg-server-xvfb
+ autoconf2.13 rust clang llvm)
+optdepends=('libcanberra: sound support')
+options=(!emptydirs !makeflags)
+source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
+$pkgname.desktop)
+sha256sums=('94a5f62c949429790ed6036ca1e90c3c6a76a29aefe2d66aabe3d0fd62e444a9'
+'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827')
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+
+# Mozilla API keys (see https://location.services.mozilla.com/api)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact hef...@archlinux.org for
+# more information.
+_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  echo -n "$_google_api_key" >google-api-key
+  echo -n "$_mozilla_api_key" >mozilla-api-key
+
+  cat >.mozconfig 

[arch-commits] Commit in thunderbird/repos (3 files)

2010-01-20 Thread Ionut Biru
Date: Wednesday, January 20, 2010 @ 15:38:25
  Author: ibiru
Revision: 64486

Merged revisions 64485 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/thunderbird/trunk


  r64485 | ibiru | 2010-01-20 22:37:45 +0200 (Wed, 20 Jan 2010) | 2 lines
  
  upgpkg: thunderbird 3.0.1-1
  update to 3.0.1 and added GenericName to .desktop FS#17909


Modified:
  thunderbird/repos/testing-i686/   (properties)
  thunderbird/repos/testing-i686/PKGBUILD
  thunderbird/repos/testing-i686/thunderbird.desktop

-+
 PKGBUILD|8 
 thunderbird.desktop |1 +
 2 files changed, 5 insertions(+), 4 deletions(-)


Property changes on: thunderbird/repos/testing-i686
___
Modified: svnmerge-integrated
   - /thunderbird/trunk:1-63534
   + /thunderbird/trunk:1-64485

Modified: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2010-01-20 20:37:45 UTC (rev 64485)
+++ testing-i686/PKGBUILD   2010-01-20 20:38:25 UTC (rev 64486)
@@ -3,8 +3,8 @@
 # Contributor: Dale Blount d...@archlinux.org
 # Contributor: Anders Bostrom anders.bost...@home.se
 pkgname=thunderbird
-pkgver=3.0
-pkgrel=4
+pkgver=3.0.1
+pkgrel=1
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL')
@@ -20,9 +20,9 @@
 thunderbird-appversion.patch
thunderbird-shared-error.patch
libpng14.patch)
-md5sums=('9a564ac2489b1b0f9348dc298b913f6c'
+md5sums=('f004aa5ddf2a30b5df96e06df416b0c9'
  'aacdcab7732af31a16cd4dc86665f4a3'
- '8f56c6c1c2e4b8e50db816642ca47f94'
+ '7a119d30341dca4eadecedd523404fdb'
  '25b6fe16ac24cd5c852213e5c1adb272'
  '2af84c5fa1095373e0b2b450fec0d655'
  '3dca714ee8054634e6dfdb059464dc42'

Modified: testing-i686/thunderbird.desktop
===
--- testing-i686/thunderbird.desktop2010-01-20 20:37:45 UTC (rev 64485)
+++ testing-i686/thunderbird.desktop2010-01-20 20:38:25 UTC (rev 64486)
@@ -1,6 +1,7 @@
 [Desktop Entry]
 Name=Thunderbird
 Comment=Mail  News Reader
+GenericName=Mail Client  News Reader
 Exec=thunderbird
 Icon=thunderbird
 Terminal=false



[arch-commits] Commit in thunderbird/repos (3 files)

2009-12-15 Thread Ionut Biru
Date: Tuesday, December 15, 2009 @ 09:13:16
  Author: ibiru
Revision: 61304

Merged revisions 61303 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/thunderbird/trunk


  r61303 | ibiru | 2009-12-15 16:11:53 +0200 (Tue, 15 Dec 2009) | 2 lines
  
  upgpkg: thunderbird 3.0-3
  drop support for calendar, mozilla doesn't ship with it and users 
reported problem with it when using with other extensions


Modified:
  thunderbird/repos/extra-i686/ (properties)
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/mozconfig

---+
 PKGBUILD  |4 ++--
 mozconfig |1 -
 2 files changed, 2 insertions(+), 3 deletions(-)


Property changes on: thunderbird/repos/extra-i686
___
Modified: svnmerge-integrated
   - /thunderbird/trunk:1-61268
   + /thunderbird/trunk:1-61303

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2009-12-15 14:11:53 UTC (rev 61303)
+++ extra-i686/PKGBUILD 2009-12-15 14:13:16 UTC (rev 61304)
@@ -4,7 +4,7 @@
 # Contributor: Anders Bostrom anders.bost...@home.se
 pkgname=thunderbird
 pkgver=3.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL')
@@ -22,7 +22,7 @@
 thunderbird-3.0-lang.patch
 thunderbird-appversion.patch
thunderbird-shared-error.patch)
-md5sums=('9a564ac2489b1b0f9348dc298b913f6c' 'd40ec6182e0c85e4b6f165d451cebbd2'
+md5sums=('9a564ac2489b1b0f9348dc298b913f6c' 'aacdcab7732af31a16cd4dc86665f4a3'
  'ea4e3c3dee98e3891bef16409551eb6e' '25b6fe16ac24cd5c852213e5c1adb272'
  '69a0134af6466c021a3f515022b7fb67' '3dca714ee8054634e6dfdb059464dc42')
 

Modified: extra-i686/mozconfig
===
--- extra-i686/mozconfig2009-12-15 14:11:53 UTC (rev 61303)
+++ extra-i686/mozconfig2009-12-15 14:13:16 UTC (rev 61304)
@@ -21,7 +21,6 @@
 ac_add_options --enable-svg
 ac_add_options --enable-canvas
 ac_add_options --enable-optimize
-ac_add_options --enable-calendar
 ac_add_options --disable-crashreporter
 ac_add_options --prefix=/usr
 



[arch-commits] Commit in thunderbird/repos (3 files)

2009-12-14 Thread Ionut Biru
Date: Monday, December 14, 2009 @ 17:21:17
  Author: ibiru
Revision: 61269

Merged revisions 61268 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/thunderbird/trunk


  r61268 | ibiru | 2009-12-15 00:19:03 +0200 (Tue, 15 Dec 2009) | 2 lines
  
  upgpkg: thunderbird 3.0-2
  added calendar support


Modified:
  thunderbird/repos/extra-i686/ (properties)
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/mozconfig

---+
 PKGBUILD  |   13 +
 mozconfig |   10 ++
 2 files changed, 15 insertions(+), 8 deletions(-)


Property changes on: thunderbird/repos/extra-i686
___
Modified: svnmerge-integrated
   - /thunderbird/trunk:1-61035
   + /thunderbird/trunk:1-61268

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2009-12-14 22:19:03 UTC (rev 61268)
+++ extra-i686/PKGBUILD 2009-12-14 22:21:17 UTC (rev 61269)
@@ -4,7 +4,7 @@
 # Contributor: Anders Bostrom anders.bost...@home.se
 pkgname=thunderbird
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL')
@@ -12,7 +12,7 @@
 provides=('mozilla-thunderbird')
 conflicts=('mozilla-thunderbird')
 replaces=('mozilla-thunderbird')
-depends=('gtk2=2.18.4' 'gcc-libs=4.4' 'libidl2=0.8.13' 'mozilla-common' 
'nss=3.12.3' 'libxt' 'shared-mime-info'
+depends=('gtk2=2.18.5' 'gcc-libs=4.4' 'libidl2=0.8.13' 'mozilla-common' 
'nss=3.12.3' 'libxt' 'shared-mime-info'
 'alsa-lib=1.0.21.a' 'dbus-glib=0.82')
 makedepends=('zip' 'pkgconfig' 'imagemagick=6.5.3.10-1' 'libgnomeui')
 options=('!makeflags')
@@ -22,7 +22,7 @@
 thunderbird-3.0-lang.patch
 thunderbird-appversion.patch
thunderbird-shared-error.patch)
-md5sums=('9a564ac2489b1b0f9348dc298b913f6c' '7552d546b9d88331806965100454fa0d'
+md5sums=('9a564ac2489b1b0f9348dc298b913f6c' 'd40ec6182e0c85e4b6f165d451cebbd2'
  'ea4e3c3dee98e3891bef16409551eb6e' '25b6fe16ac24cd5c852213e5c1adb272'
  '69a0134af6466c021a3f515022b7fb67' '3dca714ee8054634e6dfdb059464dc42')
 
@@ -31,17 +31,14 @@
   patch -Np1 -i ${srcdir}/thunderbird-3.0-lang.patch || return 1
   patch -Np1 -i ${srcdir}/thunderbird-appversion.patch || return 1
   patch -Np1 -i ${srcdir}/thunderbird-shared-error.patch || return 1
-  cp ${srcdir}/mozconfig .mozconfig
 
-  echo ac_cv_visibility_pragma=no  .mozconfig
-
-  export MOZ_PROJECT=mail
+  cp ${srcdir}/mozconfig .mozconfig
   unset CXXFLAGS
   unset CFLAGS
 
   export LDFLAGS=-Wl,-rpath,/usr/lib/thunderbird-3.0
 
-  make -f client.mk build || return 1
+  make -f client.mk build MOZ_MAKE_FLAGS=${MAKEFLAGS} || return 1
   make DESTDIR=${pkgdir} install || return 1
 
   rm -rf ${pkgdir}/usr/bin/defaults

Modified: extra-i686/mozconfig
===
--- extra-i686/mozconfig2009-12-14 22:19:03 UTC (rev 61268)
+++ extra-i686/mozconfig2009-12-14 22:21:17 UTC (rev 61269)
@@ -20,5 +20,15 @@
 ac_add_options --enable-system-cairo
 ac_add_options --enable-svg
 ac_add_options --enable-canvas
+ac_add_options --enable-optimize
+ac_add_options --enable-calendar
 ac_add_options --disable-crashreporter
 ac_add_options --prefix=/usr
+
+export BUILD_OFFICIAL=1
+export MOZILLA_OFFICIAL=1
+export USE_SHORT_LIBNAME=1
+mk_add_options BUILD_OFFICIAL=1
+mk_add_options MOZILLA_OFFICIAL=1
+mk_add_options USE_SHORT_LIBNAME=1
+



[arch-commits] Commit in thunderbird/repos (3 files)

2009-12-14 Thread Ionut Biru
Date: Monday, December 14, 2009 @ 17:24:25
  Author: ibiru
Revision: 61270

Merged revisions 61268 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/thunderbird/trunk


  r61268 | ibiru | 2009-12-15 00:19:03 +0200 (Tue, 15 Dec 2009) | 2 lines
  
  upgpkg: thunderbird 3.0-2
  added calendar support


Modified:
  thunderbird/repos/extra-x86_64/   (properties)
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/mozconfig

---+
 PKGBUILD  |   13 +
 mozconfig |   10 ++
 2 files changed, 15 insertions(+), 8 deletions(-)


Property changes on: thunderbird/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /thunderbird/trunk:1-61036
   + /thunderbird/trunk:1-61269

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2009-12-14 22:21:17 UTC (rev 61269)
+++ extra-x86_64/PKGBUILD   2009-12-14 22:24:25 UTC (rev 61270)
@@ -4,7 +4,7 @@
 # Contributor: Anders Bostrom anders.bost...@home.se
 pkgname=thunderbird
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL')
@@ -12,7 +12,7 @@
 provides=('mozilla-thunderbird')
 conflicts=('mozilla-thunderbird')
 replaces=('mozilla-thunderbird')
-depends=('gtk2=2.18.4' 'gcc-libs=4.4' 'libidl2=0.8.13' 'mozilla-common' 
'nss=3.12.3' 'libxt' 'shared-mime-info'
+depends=('gtk2=2.18.5' 'gcc-libs=4.4' 'libidl2=0.8.13' 'mozilla-common' 
'nss=3.12.3' 'libxt' 'shared-mime-info'
 'alsa-lib=1.0.21.a' 'dbus-glib=0.82')
 makedepends=('zip' 'pkgconfig' 'imagemagick=6.5.3.10-1' 'libgnomeui')
 options=('!makeflags')
@@ -22,7 +22,7 @@
 thunderbird-3.0-lang.patch
 thunderbird-appversion.patch
thunderbird-shared-error.patch)
-md5sums=('9a564ac2489b1b0f9348dc298b913f6c' '7552d546b9d88331806965100454fa0d'
+md5sums=('9a564ac2489b1b0f9348dc298b913f6c' 'd40ec6182e0c85e4b6f165d451cebbd2'
  'ea4e3c3dee98e3891bef16409551eb6e' '25b6fe16ac24cd5c852213e5c1adb272'
  '69a0134af6466c021a3f515022b7fb67' '3dca714ee8054634e6dfdb059464dc42')
 
@@ -31,17 +31,14 @@
   patch -Np1 -i ${srcdir}/thunderbird-3.0-lang.patch || return 1
   patch -Np1 -i ${srcdir}/thunderbird-appversion.patch || return 1
   patch -Np1 -i ${srcdir}/thunderbird-shared-error.patch || return 1
-  cp ${srcdir}/mozconfig .mozconfig
 
-  echo ac_cv_visibility_pragma=no  .mozconfig
-
-  export MOZ_PROJECT=mail
+  cp ${srcdir}/mozconfig .mozconfig
   unset CXXFLAGS
   unset CFLAGS
 
   export LDFLAGS=-Wl,-rpath,/usr/lib/thunderbird-3.0
 
-  make -f client.mk build || return 1
+  make -f client.mk build MOZ_MAKE_FLAGS=${MAKEFLAGS} || return 1
   make DESTDIR=${pkgdir} install || return 1
 
   rm -rf ${pkgdir}/usr/bin/defaults

Modified: extra-x86_64/mozconfig
===
--- extra-x86_64/mozconfig  2009-12-14 22:21:17 UTC (rev 61269)
+++ extra-x86_64/mozconfig  2009-12-14 22:24:25 UTC (rev 61270)
@@ -20,5 +20,15 @@
 ac_add_options --enable-system-cairo
 ac_add_options --enable-svg
 ac_add_options --enable-canvas
+ac_add_options --enable-optimize
+ac_add_options --enable-calendar
 ac_add_options --disable-crashreporter
 ac_add_options --prefix=/usr
+
+export BUILD_OFFICIAL=1
+export MOZILLA_OFFICIAL=1
+export USE_SHORT_LIBNAME=1
+mk_add_options BUILD_OFFICIAL=1
+mk_add_options MOZILLA_OFFICIAL=1
+mk_add_options USE_SHORT_LIBNAME=1
+