[arch-commits] Commit in thunderbird/trunk (PKGBUILD mozconfig vendor.js)

2016-06-03 Thread Jan Steffens
Date: Friday, June 3, 2016 @ 22:24:10
  Author: heftig
Revision: 268878

45.1.1-1

Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/mozconfig
  thunderbird/trunk/vendor.js

---+
 PKGBUILD  |   17 ++---
 mozconfig |1 -
 vendor.js |3 ---
 3 files changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-03 19:22:53 UTC (rev 268877)
+++ PKGBUILD2016-06-03 20:24:10 UTC (rev 268878)
@@ -6,8 +6,8 @@
 # Contributor: Anders Bostrom 
 
 pkgname=thunderbird
-pkgver=45.1.0
-pkgrel=2
+pkgver=45.1.1
+pkgrel=1
 pkgdesc="Standalone mail and news reader from mozilla.org"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -25,14 +25,14 @@
 thunderbird-install-dir.patch
 firefox-gcc-6.0.patch mozilla-1228540.patch mozilla-1228540-1.patch
 vendor.js)
-sha256sums=('8ae9ebe536895d69d99f412f2b3aba645b7dd839e520959330da13892d672309'
-'a0976827f9c69f0ae3c15a990bb94322d76e9bf9c93468a66eb41264d40d1b60'
+sha256sums=('107d103c30b4f666ede1ec197156f94456117783087518fe1af4557d548b718e'
+'b884ccab9bea135600b41a2359073e637dee96dac64d22aceec4adb7fd936b23'
 '3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb'
 '24599eab8862476744fe1619a9a53a5b8cdcab30b3fc5767512f31d3529bd05d'
 '4d1e1ddabc9e975ed39f49e134559a29e01cd49439e358233f1ede43bf5a52bf'
 '2588c567fec88b44b65f0cd111e8769361c138d4c964310684f7bb80066f8f9f'
 'd1ccbaf0973615c57f7893355e5cd3a89efb4e91071d0ec376e429b50cf6ed19'
-'8f9ee921896b939e36d089c8ff544bc2b0a8b56dd5a2b4f5e75a19a6e1849284')
+'e4ea8e6788163d9f8db8f1f40023db3ea0a1358f9a4510169f2d4c4fe6a887ed')
 
 # 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
@@ -79,9 +79,12 @@
   # _FORTIFY_SOURCE causes configure failures
   CPPFLAGS+=" -O2"
 
+  # Hardening
+  LDFLAGS+=" -Wl,-z,now"
+
   # GCC 6
-  CFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse"
-  CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse"
+  CFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse 
-fno-schedule-insns2"
+  CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse 
-fno-schedule-insns2"
 
   export PATH="$srcdir/path:$PATH"
 

Modified: mozconfig
===
--- mozconfig   2016-06-03 19:22:53 UTC (rev 268877)
+++ mozconfig   2016-06-03 20:24:10 UTC (rev 268878)
@@ -23,7 +23,6 @@
 ac_add_options --enable-system-pixman
 
 # Features
-ac_add_options --enable-calendar
 ac_add_options --enable-startup-notification
 ac_add_options --disable-gstreamer
 ac_add_options --disable-updater

Modified: vendor.js
===
--- vendor.js   2016-06-03 19:22:53 UTC (rev 268877)
+++ vendor.js   2016-06-03 20:24:10 UTC (rev 268878)
@@ -7,6 +7,3 @@
 // Don't disable our bundled extensions in the application directory
 pref("extensions.autoDisableScopes", 11);
 pref("extensions.shownSelectionUI", true);
-
-// https://bugzilla.mozilla.org/show_bug.cgi?id=1245783
-pref("javascript.options.ion", false);


[arch-commits] Commit in thunderbird/trunk (PKGBUILD mozconfig thunderbird.install)

2016-04-13 Thread Jan Steffens
Date: Wednesday, April 13, 2016 @ 22:52:32
  Author: heftig
Revision: 264847

45.0-1

Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/mozconfig
  thunderbird/trunk/thunderbird.install

-+
 PKGBUILD|   65 +++---
 mozconfig   |   21 ++--
 thunderbird.install |8 +++---
 3 files changed, 58 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-13 20:51:10 UTC (rev 264846)
+++ PKGBUILD2016-04-13 20:52:32 UTC (rev 264847)
@@ -1,40 +1,69 @@
 # $Id$
-# Maintainer : Ionut Biru 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
 # Contributor: Alexander Baldeck 
 # Contributor: Dale Blount 
 # Contributor: Anders Bostrom 
 
 pkgname=thunderbird
-pkgver=38.7.2
+pkgver=45.0
 pkgrel=1
-pkgdesc="Standalone Mail/News reader"
+pkgdesc="Standalone mail and news reader from mozilla.org"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL')
 url="http://www.mozilla.org/thunderbird/;
 depends=('gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
  'dbus-glib' 'alsa-lib' 'desktop-file-utils' 'hicolor-icon-theme'
- 'libvpx' 'icu' 'libevent' 'nss' 'hunspell' 'sqlite')
-makedepends=('unzip' 'zip' 'python2' 'wireless_tools' 'yasm' 'mesa' 'libpulse')
+ 'libvpx' 'icu' 'libevent' 'nss' 'hunspell' 'sqlite' 'ttf-font')
+makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf'
+ 'libpulse' 'inetutils')
 optdepends=('libcanberra: for sound support')
 install=thunderbird.install
-source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2
+options=('!emptydirs' '!makeflags')
+source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
 mozconfig
 thunderbird.desktop
 thunderbird-install-dir.patch
 vendor.js)
-options=('!emptydirs' '!makeflags')
-sha256sums=('e2b1453ac193615586e350bc729278db8c8a61a8d4ac089db370754af47d4493'
-'6d60c77705baae25dc9324765c420e8623173390e8d2abea66f3d0d30ce388e4'
+sha256sums=('15693897f1e46cbb5a95932b8c087a53004635415845fb4f50d4edfbba77d667'
+'e77d609ed4423aba542d296ee16c92b9e7ab21662d02e75ff7c04f8fb330004c'
 '3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb'
 '24599eab8862476744fe1619a9a53a5b8cdcab30b3fc5767512f31d3529bd05d'
 'e4ea8e6788163d9f8db8f1f40023db3ea0a1358f9a4510169f2d4c4fe6a887ed')
 
+# 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
+_google_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+# 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 comm-esr${pkgver%%.*}
+  cd $pkgname-$pkgver
+
+  cp ../mozconfig .mozconfig
   patch -Np1 -i ../thunderbird-install-dir.patch
 
-  cp "$srcdir/mozconfig" .mozconfig
+  echo -n "$_google_api_key" >google-api-key
+  echo "ac_add_options --with-google-api-keyfile=\"$PWD/google-api-key\"" 
>>.mozconfig
 
+  echo -n "$_google_default_client_id $_google_default_client_secret" 
>google-oauth-api-key
+  echo "ac_add_options 
--with-google-oauth-api-keyfile=\"$PWD/google-oauth-api-key\"" >>.mozconfig
+
+  echo -n "$_mozilla_api_key" >mozilla-api-key
+  echo "ac_add_options --with-mozilla-api-keyfile=\"$PWD/mozilla-api-key\"" 
>>.mozconfig
+
+  mkdir "$srcdir/path"
+  ln -s /usr/bin/python2 "$srcdir/path/python"
+
   # configure script misdetects the preprocessor without an optimization level
   # https://bugs.archlinux.org/task/34644
   sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' mozilla/configure
@@ -41,8 +70,9 @@
 }
 
 build() {
-  cd comm-esr${pkgver%%.*}
+  cd $pkgname-$pkgver
 
+  export PATH="$srcdir/path:$PATH"
   export PYTHON="/usr/bin/python2"
 
   make -f client.mk build
@@ -49,8 +79,8 @@
 }
 
 package() {
-  cd comm-esr${pkgver%%.*}
-  make -f client.mk DESTDIR="$pkgdir" install
+  cd $pkgname-$pkgver
+  make -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
 
   install -Dm644 ../vendor.js 
"$pkgdir/usr/lib/thunderbird/defaults/preferences/vendor.js"
 
@@ -64,13 +94,10 @@
 
   # Use system-provided dictionaries
   rm -rf 

[arch-commits] Commit in thunderbird/trunk (PKGBUILD mozconfig)

2015-07-11 Thread Evangelos Foutras
Date: Saturday, July 11, 2015 @ 12:23:03
  Author: foutrelis
Revision: 242115

upgpkg: thunderbird 38.1.0-1

- New upstream release.
- Build with --enable-pie.

Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/mozconfig

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 10:14:20 UTC (rev 242114)
+++ PKGBUILD2015-07-11 10:23:03 UTC (rev 242115)
@@ -5,7 +5,7 @@
 # Contributor: Anders Bostrom anders.bost...@home.se
 
 pkgname=thunderbird
-pkgver=38.0.1
+pkgver=38.1.0
 pkgrel=1
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
@@ -23,8 +23,8 @@
 thunderbird-install-dir.patch
 vendor.js)
 options=('!emptydirs' '!makeflags')
-sha256sums=('7655039a9a2d5d169f5b43d2c737007dbaa42fa767f7bfbfde8ae46b05e4ab71'
-'867a0caab94eb387f51ca74be61d67dcb54f051239ac25b90749f6fa11c5e767'
+sha256sums=('ddf1fd6048f07370bb0375eac76e687c19d29100c19e9f86fc04bb88d4409787'
+'6d60c77705baae25dc9324765c420e8623173390e8d2abea66f3d0d30ce388e4'
 '3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb'
 '24599eab8862476744fe1619a9a53a5b8cdcab30b3fc5767512f31d3529bd05d'
 'e4ea8e6788163d9f8db8f1f40023db3ea0a1358f9a4510169f2d4c4fe6a887ed')

Modified: mozconfig
===
--- mozconfig   2015-07-11 10:14:20 UTC (rev 242114)
+++ mozconfig   2015-07-11 10:23:03 UTC (rev 242115)
@@ -3,6 +3,7 @@
 
 ac_add_options --prefix=/usr
 ac_add_options --libdir=/usr/lib
+ac_add_options --enable-pie
 
 # System libraries
 ac_add_options --with-system-nspr


[arch-commits] Commit in thunderbird/trunk (PKGBUILD mozconfig)

2014-10-14 Thread Evangelos Foutras
Date: Tuesday, October 14, 2014 @ 19:48:29
  Author: foutrelis
Revision: 224349

upgpkg: thunderbird 31.2.0-1

- New upstream release.
- Build with system cairo again.

Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/mozconfig

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 17:45:21 UTC (rev 224348)
+++ PKGBUILD2014-10-14 17:48:29 UTC (rev 224349)
@@ -5,7 +5,7 @@
 # Contributor: Anders Bostrom anders.bost...@home.se
 
 pkgname=thunderbird
-pkgver=31.1.2
+pkgver=31.2.0
 pkgrel=1
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
@@ -22,9 +22,9 @@
 vendor.js
 rhbz-966424.patch)
 options=(!emptydirs)
-sha256sums=('86b18e7642ad8e6004cb4826daec586a24fae8a27da59df49f0039495dd5d7b5'
+sha256sums=('48130bbd9102303167aa832ea80970201777ee65b91fbab515332527850749b4'
 'SKIP'
-'7af6c21413ff48b5b30ca6987781b639deac2c3ea3f4b9261c8e71132daecd29'
+'7021a0907ebaffec7cad2928a773d8a0763a9790b9b97b58f72fad52e981296b'
 'd506b771e765e09e2e039b975e25befade8eec97e8950813a32463604955ab4e'
 '9049ab3f9600a1592a54c41a166c76e046c393e1cfe7c4e769155b7317d197ee'
 'e4ea8e6788163d9f8db8f1f40023db3ea0a1358f9a4510169f2d4c4fe6a887ed'

Modified: mozconfig
===
--- mozconfig   2014-10-14 17:45:21 UTC (rev 224348)
+++ mozconfig   2014-10-14 17:48:29 UTC (rev 224349)
@@ -16,7 +16,7 @@
 ac_add_options --enable-system-hunspell
 ac_add_options --enable-system-sqlite
 ac_add_options --enable-system-ffi
-#ac_add_options --enable-system-cairo
+ac_add_options --enable-system-cairo
 ac_add_options --enable-system-pixman
 ac_add_options --with-pthreads
 


[arch-commits] Commit in thunderbird/trunk (PKGBUILD mozconfig)

2013-09-17 Thread Evangelos Foutras
Date: Tuesday, September 17, 2013 @ 12:00:56
  Author: foutrelis
Revision: 194523

upgpkg: thunderbird 24.0-1

New upstream release.

Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/mozconfig

---+
 PKGBUILD  |   14 +++---
 mozconfig |1 +
 2 files changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-17 09:08:40 UTC (rev 194522)
+++ PKGBUILD2013-09-17 10:00:56 UTC (rev 194523)
@@ -5,7 +5,7 @@
 # Contributor: Anders Bostrom anders.bost...@home.se
 
 pkgname=thunderbird
-pkgver=17.0.8
+pkgver=24.0
 pkgrel=1
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
@@ -21,14 +21,14 @@
 thunderbird-install-dir.patch
 vendor.js)
 options=(!emptydirs)
-sha256sums=('f5d338c7a79111370a719bc3979dc11fab11ada0534c69530fe6fb42c1a358d7'
-'5b8da0121d73707f9ae7b331f822a368a782c5108671d57a14c6e8b778adaac1'
+sha256sums=('60a1abde987a61c8096e431f13df2ba2cf188a22fdbf1712aaec795b302a5ff5'
+'d8844a988b660d40732d4694104d38dd5e8924a987d79247f9651e52fe9e4516'
 'd506b771e765e09e2e039b975e25befade8eec97e8950813a32463604955ab4e'
 '929a7ceca0e90d0635a2099b7df24033e865fb5b5b8c5824468c4561c21c377d'
 'e4ea8e6788163d9f8db8f1f40023db3ea0a1358f9a4510169f2d4c4fe6a887ed')
 
 prepare() {
-  cd comm-esr17
+  cd comm-esr24
   patch -Np1 -i $srcdir/thunderbird-install-dir.patch
 
   cp $srcdir/mozconfig .mozconfig
@@ -35,11 +35,11 @@
 
   # configure script misdetects the preprocessor without an optimization level
   # https://bugs.archlinux.org/task/34644
-  sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' configure
+  sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' mozilla/configure
 }
 
 build() {
-  cd comm-esr17
+  cd comm-esr24
 
   export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/thunderbird
   export PYTHON=/usr/bin/python2
@@ -48,7 +48,7 @@
 }
 
 package() {
-  cd comm-esr17
+  cd comm-esr24
   make -j1 -f client.mk DESTDIR=$pkgdir install
 
   install -Dm644 $srcdir/vendor.js 
$pkgdir/usr/lib/thunderbird/defaults/preferences/vendor.js

Modified: mozconfig
===
--- mozconfig   2013-09-17 09:08:40 UTC (rev 194522)
+++ mozconfig   2013-09-17 10:00:56 UTC (rev 194523)
@@ -26,6 +26,7 @@
 ac_add_options --enable-startup-notification
 ac_add_options --enable-gio
 
+ac_add_options --disable-gstreamer
 ac_add_options --disable-gnomevfs
 ac_add_options --disable-crashreporter
 ac_add_options --disable-updater



[arch-commits] Commit in thunderbird/trunk (PKGBUILD mozconfig)

2011-09-27 Thread Ionut Biru
Date: Tuesday, September 27, 2011 @ 13:35:24
  Author: ibiru
Revision: 138713

update to 7.0

Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/mozconfig

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-27 17:32:46 UTC (rev 138712)
+++ PKGBUILD2011-09-27 17:35:24 UTC (rev 138713)
@@ -3,22 +3,22 @@
 # Contributor: Dale Blount d...@archlinux.org
 # Contributor: Anders Bostrom anders.bost...@home.se
 pkgname=thunderbird
-pkgver=6.0.2
+pkgver=7.0
 pkgrel=1
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL')
 url=http://www.mozilla.org/thunderbird/;
-depends=('gtk2' 'gcc-libs' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 
'alsa-lib' 'dbus-glib' 'hunspell' 'sqlite3=3.7.4' 'desktop-file-utils' 
'libnotify' 'libevent')
-makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'libidl2' 'wireless_tools' 
'gconf' 'yasm' 'mesa')
+depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 'alsa-lib' 
'dbus-glib' 'hunspell' 'sqlite3=3.7.4' 'desktop-file-utils' 'libnotify' 
'libevent' 'hicolor-icon-theme')
+makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'libidl2' 'wireless_tools' 
'yasm' 'mesa')
 optdepends=('libcanberra: for sound support')
 install=thunderbird.install
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2
 mozconfig
 thunderbird.desktop
 thunderbird-3.0-lang.patch)
-md5sums=('917a667fe21cfd103092dbc23a112192'
- 'b8fd97ab4bfb2e4538b1e1340d70f915'
+md5sums=('6a4b2dbdc2324f52c019a3a8dee6dad4'
+ 'a53394cfe721b5ff743ae2918fab2798'
  'af3e5b344d2edf1c7d61bb0a5a96de9a'
  '25b6fe16ac24cd5c852213e5c1adb272')
 
@@ -46,8 +46,9 @@
   install -Dm644 ${srcdir}/thunderbird.desktop \
   ${pkgdir}/usr/share/applications/thunderbird.desktop
 
-  rm -rf ${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries
-  ln -sf /usr/share/myspell/dicts 
${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries
+  rm -rf ${pkgdir}/usr/lib/thunderbird-${pkgver}/{dictionaries,hyphenation}
+  ln -sf /usr/share/hunspell 
${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries
+  ln -sf /usr/share/hyphen 
${pkgdir}/usr/lib/thunderbird-${pkgver}/hyphenation
 
   # We don't want the development stuff
   rm -r ${pkgdir}/usr/{include,lib/thunderbird-devel-${pkgver},share/idl}

Modified: mozconfig
===
--- mozconfig   2011-09-27 17:32:46 UTC (rev 138712)
+++ mozconfig   2011-09-27 17:35:24 UTC (rev 138713)
@@ -33,7 +33,6 @@
 
 ac_add_options --enable-gio
 ac_add_options --disable-gnomevfs
-ac_add_options --enable-gconf
 ac_add_options --enable-libnotify
 
 export BUILD_OFFICIAL=1



[arch-commits] Commit in thunderbird/trunk (PKGBUILD mozconfig)

2011-06-05 Thread Ionut Biru
Date: Sunday, June 5, 2011 @ 15:50:57
  Author: ibiru
Revision: 126504

remove disable-official-branding

Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/mozconfig

---+
 PKGBUILD  |2 +-
 mozconfig |1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-05 18:53:37 UTC (rev 126503)
+++ PKGBUILD2011-06-05 19:50:57 UTC (rev 126504)
@@ -23,7 +23,7 @@
 python2.7.patch
 gcc46.patch)
 md5sums=('2a81f3ee7ea7acff0ee2eaee6574ea11'
- '529d4caad3027116ab9e000438ca70fa'
+ 'ac1edd41e214742421c7f917948a9ad6'
  'af3e5b344d2edf1c7d61bb0a5a96de9a'
  '25b6fe16ac24cd5c852213e5c1adb272'
  '48ffcdb877a69d383b7d354e330f7658'

Modified: mozconfig
===
--- mozconfig   2011-06-05 18:53:37 UTC (rev 126503)
+++ mozconfig   2011-06-05 19:50:57 UTC (rev 126504)
@@ -15,7 +15,6 @@
 ac_add_options --disable-installer
 ac_add_options --disable-updater
 ac_add_options --disable-crashreporter
-ac_add_options --disable-official-branding
 ac_add_options --disable-xprint
 ac_add_options --enable-default-toolkit=cairo-gtk2
 ac_add_options --enable-strip



[arch-commits] Commit in thunderbird/trunk (PKGBUILD mozconfig)

2010-12-10 Thread Ionut Biru
Date: Friday, December 10, 2010 @ 20:30:06
  Author: ibiru
Revision: 102770

upgpkg: thunderbird 3.1.7-2
enable system sqlite

Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/mozconfig

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-11 01:29:55 UTC (rev 102769)
+++ PKGBUILD2010-12-11 01:30:06 UTC (rev 102770)
@@ -4,12 +4,12 @@
 # Contributor: Anders Bostrom anders.bost...@home.se
 pkgname=thunderbird
 pkgver=3.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL')
 url=http://www.mozilla.org/projects/thunderbird;
-depends=('gtk2=2.22.1' 'gcc-libs' 'mozilla-common' 'nss=3.12.8' 'libxt' 
'shared-mime-info' 'alsa-lib=1.0.23' 'dbus-glib=0.92' 'hunspell')
+depends=('gtk2' 'gcc-libs' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 
'alsa-lib' 'dbus-glib' 'hunspell' 'sqlite3=3.7.4')
 makedepends=('zip' 'pkg-config' 'libgnomeui' 'python2' 'libidl2' 
'wireless_tools' 'autoconf2.13')
 optdepends=('libcanberra: for sound support')
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2
@@ -22,7 +22,7 @@
 xulrunner-png14.patch
 python2.7.patch)
 md5sums=('be64630152a2d5a824a76752594e7596'
- 'f09a3d19c6c50c747d5ec8574d18c5ff'
+ 'c1551d308480d241247c5662d8bebbcb'
  '7a119d30341dca4eadecedd523404fdb'
  '25b6fe16ac24cd5c852213e5c1adb272'
  '48ffcdb877a69d383b7d354e330f7658'

Modified: mozconfig
===
--- mozconfig   2010-12-11 01:29:55 UTC (rev 102769)
+++ mozconfig   2010-12-11 01:30:06 UTC (rev 102770)
@@ -8,6 +8,7 @@
 ac_add_options --with-system-png
 ac_add_options --with-system-mng
 ac_add_options --enable-system-hunspell
+ac_add_options --enable-system-sqlite
 ac_add_options --with-pthreads
 ac_add_options --disable-debug
 ac_add_options --disable-tests



[arch-commits] Commit in thunderbird/trunk (PKGBUILD mozconfig)

2010-12-09 Thread Ionut Biru
Date: Thursday, December 9, 2010 @ 12:28:59
  Author: ibiru
Revision: 102657

upgpkg: thunderbird 3.1.7-1
update to 3.1.7, enable system hunspell(FS#21113)

Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/mozconfig

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-09 15:41:18 UTC (rev 102656)
+++ PKGBUILD2010-12-09 17:28:59 UTC (rev 102657)
@@ -3,13 +3,13 @@
 # Contributor: Dale Blount d...@archlinux.org
 # Contributor: Anders Bostrom anders.bost...@home.se
 pkgname=thunderbird
-pkgver=3.1.6
+pkgver=3.1.7
 pkgrel=1
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL')
 url=http://www.mozilla.org/projects/thunderbird;
-depends=('gtk2=2.22.0' 'gcc-libs' 'mozilla-common' 'nss=3.12.8' 'libxt' 
'shared-mime-info' 'alsa-lib=1.0.23' 'dbus-glib=0.86')
+depends=('gtk2=2.22.1' 'gcc-libs' 'mozilla-common' 'nss=3.12.8' 'libxt' 
'shared-mime-info' 'alsa-lib=1.0.23' 'dbus-glib=0.92' 'hunspell')
 makedepends=('zip' 'pkg-config' 'libgnomeui' 'python2' 'libidl2' 
'wireless_tools' 'autoconf2.13')
 optdepends=('libcanberra: for sound support')
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2
@@ -21,8 +21,8 @@
 thunderbird-preferences.patch
 xulrunner-png14.patch
 python2.7.patch)
-md5sums=('d126a68e6610d8e3675909e0ba606b42'
- 'c6e48de923cb0297871da59904cdd28e'
+md5sums=('be64630152a2d5a824a76752594e7596'
+ 'f09a3d19c6c50c747d5ec8574d18c5ff'
  '7a119d30341dca4eadecedd523404fdb'
  '25b6fe16ac24cd5c852213e5c1adb272'
  '48ffcdb877a69d383b7d354e330f7658'
@@ -49,6 +49,11 @@
   make -j1 -f client.mk build MOZ_MAKE_FLAGS=${MAKEFLAGS}
   make -j1 DESTDIR=${pkgdir} install
 
+  #Remove included dictionaries, add symlink to system myspell path.
+  #Note: this will cause file conflicts when users have installed dictionaries 
in the old location
+  rm -rf ${pkgdir}/usr/lib/thunderbird-3.1/dictionaries
+  ln -sf /usr/share/myspell ${pkgdir}/usr/lib/thunderbird-3.1/dictionaries
+
   rm -rf ${pkgdir}/usr/bin/defaults
 
   install -m755 -d ${pkgdir}/usr/share/applications

Modified: mozconfig
===
--- mozconfig   2010-12-09 15:41:18 UTC (rev 102656)
+++ mozconfig   2010-12-09 17:28:59 UTC (rev 102657)
@@ -7,6 +7,7 @@
 ac_add_options --with-system-zlib
 ac_add_options --with-system-png
 ac_add_options --with-system-mng
+ac_add_options --enable-system-hunspell
 ac_add_options --with-pthreads
 ac_add_options --disable-debug
 ac_add_options --disable-tests



[arch-commits] Commit in thunderbird/trunk (PKGBUILD mozconfig)

2010-09-28 Thread Jan de Groot
Date: Tuesday, September 28, 2010 @ 10:51:32
  Author: jgc
Revision: 91941

upgpkg: thunderbird 3.1.4-2
Build with internal cairo (FS#20868, FS#19005)

Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/mozconfig

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-28 14:49:55 UTC (rev 91940)
+++ PKGBUILD2010-09-28 14:51:32 UTC (rev 91941)
@@ -4,12 +4,12 @@
 # Contributor: Anders Bostrom anders.bost...@home.se
 pkgname=thunderbird
 pkgver=3.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL')
 url=http://www.mozilla.org/projects/thunderbird;
-depends=('gtk2=2.20.1' 'gcc-libs' 'mozilla-common' 'nss=3.12.3' 'libxt' 
'shared-mime-info' 'alsa-lib=1.0.23' 'dbus-glib=0.82')
+depends=('gtk2=2.20.1' 'gcc-libs' 'mozilla-common' 'nss=3.12.8' 'libxt' 
'shared-mime-info' 'alsa-lib=1.0.23' 'dbus-glib=0.82')
 makedepends=('zip' 'pkg-config' 'libgnomeui' 'python' 'libidl2' 
'wireless_tools')
 optdepends=('libcanberra: for sound support')
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2
@@ -21,7 +21,7 @@
 thunderbird-preferences.patch
 xulrunner-png14.patch)
 md5sums=('08f029e927e2e07aa863096fdf21db84'
- '44c6ce8e84c972c0a1795edd46d618cf'
+ 'c6e48de923cb0297871da59904cdd28e'
  '7a119d30341dca4eadecedd523404fdb'
  '25b6fe16ac24cd5c852213e5c1adb272'
  '48ffcdb877a69d383b7d354e330f7658'

Modified: mozconfig
===
--- mozconfig   2010-09-28 14:49:55 UTC (rev 91940)
+++ mozconfig   2010-09-28 14:51:32 UTC (rev 91941)
@@ -19,7 +19,8 @@
 ac_add_options --enable-strip
 ac_add_options --enable-pango
 ac_add_options --enable-xft
-ac_add_options --enable-system-cairo
+#disabled because of bugs with cairo 1.10
+#ac_add_options --enable-system-cairo
 ac_add_options --enable-svg
 ac_add_options --enable-canvas
 ac_add_options --enable-optimize



[arch-commits] Commit in thunderbird/trunk (PKGBUILD mozconfig)

2009-12-15 Thread Ionut Biru
Date: Tuesday, December 15, 2009 @ 09:11:53
  Author: ibiru
Revision: 61303

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/trunk/PKGBUILD
  thunderbird/trunk/mozconfig

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

Modified: PKGBUILD
===
--- PKGBUILD2009-12-15 13:39:18 UTC (rev 61302)
+++ PKGBUILD2009-12-15 14:11:53 UTC (rev 61303)
@@ -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: mozconfig
===
--- mozconfig   2009-12-15 13:39:18 UTC (rev 61302)
+++ mozconfig   2009-12-15 14:11:53 UTC (rev 61303)
@@ -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/trunk (PKGBUILD mozconfig)

2009-12-14 Thread Ionut Biru
Date: Monday, December 14, 2009 @ 17:19:03
  Author: ibiru
Revision: 61268

upgpkg: thunderbird 3.0-2
added calendar support

Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/mozconfig

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

Modified: PKGBUILD
===
--- PKGBUILD2009-12-14 17:49:35 UTC (rev 61267)
+++ PKGBUILD2009-12-14 22:19:03 UTC (rev 61268)
@@ -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: mozconfig
===
--- mozconfig   2009-12-14 17:49:35 UTC (rev 61267)
+++ mozconfig   2009-12-14 22:19:03 UTC (rev 61268)
@@ -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
+