[arch-commits] Commit in thunderbird/repos/staging-x86_64 (9 files)

2018-08-07 Thread Evangelos Foutras via arch-commits
Date: Tuesday, August 7, 2018 @ 12:59:27
  Author: foutrelis
Revision: 331107

archrelease: copy trunk to staging-x86_64

Added:
  thunderbird/repos/staging-x86_64/PKGBUILD
(from rev 331106, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/staging-x86_64/thunderbird.desktop
(from rev 331106, thunderbird/trunk/thunderbird.desktop)
Deleted:
  
thunderbird/repos/staging-x86_64/0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch
  thunderbird/repos/staging-x86_64/PKGBUILD
  thunderbird/repos/staging-x86_64/fix-wifi-scanner.diff
  thunderbird/repos/staging-x86_64/no-crmf.diff
  thunderbird/repos/staging-x86_64/rust-i686.patch
  thunderbird/repos/staging-x86_64/thunderbird-install-dir.patch
  thunderbird/repos/staging-x86_64/thunderbird.desktop

-+
 0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch |   48 -
 PKGBUILD|  321 
-
 fix-wifi-scanner.diff   |   16 
 no-crmf.diff|   39 -
 rust-i686.patch |   16 
 thunderbird-install-dir.patch   |   12 
 thunderbird.desktop |  346 
+-
 7 files changed, 318 insertions(+), 480 deletions(-)

Deleted: 0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch
===
--- 0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch 
2018-08-07 12:59:20 UTC (rev 331106)
+++ 0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch 
2018-08-07 12:59:27 UTC (rev 331107)
@@ -1,48 +0,0 @@
-From bbd48a5613c872883616884cfaf41665b0e4ec9b Mon Sep 17 00:00:00 2001
-From: Ralph Giles 
-Date: Fri, 10 Feb 2017 12:58:18 -0800
-Subject: [PATCH] Bug 1338655 - Don't try to build mp4parse bindings. r=froydnj
-
-We use the cheddar crate to generate a C header file
-for our mp4parse_capi wrapper crate. Currently we
-do this at code check-in time via update-rust.sh.
-
-Cargo 0.18 and later will try to execute a build.rs
-file in the crate source tree regardless of whether
-it's specified in Cargo.toml so patching out that
-line just results in 'crate cheddar not found'.
-
-This change restores the old behaviour by substituting
-a 'build = false' line instead.
-
-We do have syntex vendored, but we don't currently build
-it by default, so I prefer this solution to just vendoring
-cheddar and generating the header at build time. The syntex
-crate is quite large and adds significantly to our compile
-time.
-
-MozReview-Commit-ID: InJRRODWAdP
-
---HG--
-extra : rebase_source : 29378fcbc86015ce6cc22dc66d38a43ddbac204e

- media/libstagefright/binding/mp4parse-cargo.patch | 5 +++--
- media/libstagefright/binding/mp4parse_capi/Cargo.toml | 2 ++
- 2 files changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/media/libstagefright/binding/mp4parse_capi/Cargo.toml 
b/media/libstagefright/binding/mp4parse_capi/Cargo.toml
-index aee7ee947151a27c..d7e3f55119d3f4b6 100644
 a/media/libstagefright/binding/mp4parse_capi/Cargo.toml
-+++ b/media/libstagefright/binding/mp4parse_capi/Cargo.toml
-@@ -18,6 +18,8 @@ exclude = [
-   "*.mp4",
- ]
- 
-+build = false
-+
- [dependencies]
- byteorder = "1.0.0"
- "mp4parse" = {version = "0.6.0", path = "../mp4parse"}
--- 
-2.12.2
-

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-07 12:59:20 UTC (rev 331106)
+++ PKGBUILD2018-08-07 12:59:27 UTC (rev 331107)
@@ -1,176 +0,0 @@
-# $Id$
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Alexander Baldeck 
-# Contributor: Dale Blount 
-# Contributor: Anders Bostrom 
-
-pkgname=thunderbird
-pkgver=52.9.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
-0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch
-rust-i686.patch fix-wifi-scanner.diff
-thunderbird-install-dir.patch no-crmf.diff)
-sha256sums=('286fa71504e7184f3a41bcbdebf591bebe8e04dccbad1c93a47c6e72a7125c4d'
-'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827'
-

[arch-commits] Commit in thunderbird/repos (staging-x86_64 testing-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 06:11:40
  Author: andyrtr
Revision: 126428

db-move: moved thunderbird from [staging] to [testing] (x86_64)

Added:
  thunderbird/repos/testing-x86_64/
Deleted:
  thunderbird/repos/staging-x86_64/



[arch-commits] Commit in thunderbird/repos (staging-x86_64)

2011-06-02 Thread Ionut Biru
Date: Thursday, June 2, 2011 @ 07:21:24
  Author: ibiru
Revision: 126184

archrelease: copy trunk to staging-x86_64

Added:
  thunderbird/repos/staging-x86_64/



[arch-commits] Commit in thunderbird/repos (staging-x86_64 testing-x86_64)

2011-03-08 Thread Ionut Biru
Date: Tuesday, March 8, 2011 @ 04:18:23
  Author: ibiru
Revision: 113170

db-move: moved thunderbird from [staging] to [testing] (x86_64)

Added:
  thunderbird/repos/testing-x86_64/
Deleted:
  thunderbird/repos/staging-x86_64/



[arch-commits] Commit in thunderbird/repos (staging-x86_64)

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 13:09:21
  Author: ibiru
Revision: 112903

archrelease: copy trunk to staging-x86_64

Added:
  thunderbird/repos/staging-x86_64/