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

2020-04-27 Thread Evangelos Foutras via arch-commits
Date: Monday, April 27, 2020 @ 19:07:41
  Author: foutrelis
Revision: 381752

archrelease: copy trunk to staging-x86_64

Added:
  thunderbird/repos/staging-x86_64/
  thunderbird/repos/staging-x86_64/PKGBUILD
(from rev 381751, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/staging-x86_64/rust-1.43.patch
(from rev 381751, thunderbird/trunk/rust-1.43.patch)
  thunderbird/repos/staging-x86_64/thunderbird.desktop
(from rev 381751, thunderbird/trunk/thunderbird.desktop)

-+
 PKGBUILD|  160 ++
 rust-1.43.patch |   71 
 thunderbird.desktop |  173 ++
 3 files changed, 404 insertions(+)

Copied: thunderbird/repos/staging-x86_64/PKGBUILD (from rev 381751, 
thunderbird/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-04-27 19:07:41 UTC (rev 381752)
@@ -0,0 +1,160 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Alexander Baldeck 
+# Contributor: Dale Blount 
+# Contributor: Anders Bostrom 
+
+pkgname=thunderbird
+pkgver=68.7.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}
+rust-1.43.patch
+$pkgname.desktop)
+sha512sums=('fae763030b7a54930291a10f298b7fa4ffc400849082f576556b9040d095f1007ae686daf1241dff8b73bac35c14acf21c156a18a3e16d62a7719c6cc34e4d1f'
+'SKIP'
+
'8833130802e2bfb34036444d6855c96a5b819f90c9835decd816bbf50dc507a71b2c343fd53d3fec0d79df791bb56436b06f2430abbeb70c726574a57c385d54'
+
'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
+
+  patch -Np1 -i ../rust-1.43.patch
+
+  echo -n "$_google_api_key" >google-api-key
+  echo -n "$_mozilla_api_key" >mozilla-api-key
+
+  cat >.mozconfig 

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

2019-11-12 Thread Felix Yan via arch-commits
Date: Tuesday, November 12, 2019 @ 23:00:28
  Author: felixonmars
Revision: 368011

archrelease: copy trunk to staging-x86_64

Added:
  thunderbird/repos/staging-x86_64/
  thunderbird/repos/staging-x86_64/PKGBUILD
(from rev 368010, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/staging-x86_64/thunderbird-rust-1.39.patch
(from rev 368010, thunderbird/trunk/thunderbird-rust-1.39.patch)
  thunderbird/repos/staging-x86_64/thunderbird.desktop
(from rev 368010, thunderbird/trunk/thunderbird.desktop)

-+
 PKGBUILD|  160 ++
 thunderbird-rust-1.39.patch |  170 +
 thunderbird.desktop |  173 ++
 3 files changed, 503 insertions(+)

Copied: thunderbird/repos/staging-x86_64/PKGBUILD (from rev 368010, 
thunderbird/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-11-12 23:00:28 UTC (rev 368011)
@@ -0,0 +1,160 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Alexander Baldeck 
+# Contributor: Dale Blount 
+# Contributor: Anders Bostrom 
+
+pkgname=thunderbird
+pkgver=68.2.2
+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
+thunderbird-rust-1.39.patch)
+sha256sums=('c17edbcde0e9e7599cda16b69b130039f69113b498ea394057cedfae153f0dd3'
+'SKIP'
+'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827'
+'08834ef1c2dd685edd40dea20dfa9d4b889f5c387385ac329a162eeff6cf90be')
+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
+
+  patch -p1 -i ../thunderbird-rust-1.39.patch # Fix build with rust 1.39 
(Gentoo)
+
+  echo -n "$_google_api_key" >google-api-key
+  echo -n "$_mozilla_api_key" >mozilla-api-key
+
+  cat >.mozconfig 

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

2019-04-05 Thread Felix Yan via arch-commits
Date: Saturday, April 6, 2019 @ 04:38:21
  Author: felixonmars
Revision: 350161

archrelease: copy trunk to staging-x86_64

Added:
  thunderbird/repos/staging-x86_64/
  thunderbird/repos/staging-x86_64/PKGBUILD
(from rev 350160, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/staging-x86_64/rust-1.33.patch
(from rev 350160, thunderbird/trunk/rust-1.33.patch)
  thunderbird/repos/staging-x86_64/thunderbird.desktop
(from rev 350160, thunderbird/trunk/thunderbird.desktop)

-+
 PKGBUILD|  159 +
 rust-1.33.patch |   70 
 thunderbird.desktop |  173 ++
 3 files changed, 402 insertions(+)

Copied: thunderbird/repos/staging-x86_64/PKGBUILD (from rev 350160, 
thunderbird/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-04-06 04:38:21 UTC (rev 350161)
@@ -0,0 +1,159 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Alexander Baldeck 
+# Contributor: Dale Blount 
+# Contributor: Anders Bostrom 
+
+pkgname=thunderbird
+pkgver=60.6.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)  # libvpx
+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
+rust-1.33.patch
+$pkgname.desktop)
+sha256sums=('17aef9232a76bdc812422883c02b01b4ecb7633c3ee9870da5e4ec0e20ba5f67'
+'97bdb978d59cf5f0f967750e9d8dfbc8fc73367b08437838c44a308fe2ee5442'
+'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
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1539901 (Patch from Fedora)
+  patch -Np1 -i ../rust-1.33.patch
+
+  echo -n "$_google_api_key" >google-api-key
+  echo -n "$_mozilla_api_key" >mozilla-api-key
+
+  cat >.mozconfig 

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

2018-10-22 Thread Evangelos Foutras via arch-commits
Date: Monday, October 22, 2018 @ 23:51:10
  Author: foutrelis
Revision: 337124

archrelease: copy trunk to staging-x86_64

Added:
  thunderbird/repos/staging-x86_64/
  thunderbird/repos/staging-x86_64/PKGBUILD
(from rev 337123, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/staging-x86_64/thunderbird-60.2.1-buildfix.patch
(from rev 337123, thunderbird/trunk/thunderbird-60.2.1-buildfix.patch)
  thunderbird/repos/staging-x86_64/thunderbird.desktop
(from rev 337123, thunderbird/trunk/thunderbird.desktop)

---+
 PKGBUILD  |  152 +++
 thunderbird-60.2.1-buildfix.patch |   42 
 thunderbird.desktop   |  173 
 3 files changed, 367 insertions(+)

Copied: thunderbird/repos/staging-x86_64/PKGBUILD (from rev 337123, 
thunderbird/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-10-22 23:51:10 UTC (rev 337124)
@@ -0,0 +1,152 @@
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Alexander Baldeck 
+# Contributor: Dale Blount 
+# Contributor: Anders Bostrom 
+
+pkgname=thunderbird
+pkgver=60.2.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
+thunderbird-60.2.1-buildfix.patch)
+sha256sums=('d313f25cd7ddc016bf8e4d4115f14b34a66621c0feabbc0dd72f9304cb93d7bf'
+'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827'
+'884c5a6742677c83173812f7abb1e409a2b13371ba6079c4cb69b3e95010de05')
+
+# 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