Package Details: thunderbird-beta 131.0b4-1

Git Clone URL: https://aur.archlinux.org/thunderbird-beta.git (read-only, click to copy)
Package Base: thunderbird-beta
Description: Beta version of standalone mail and news reader from mozilla.org
Upstream URL: https://www.thunderbird.net/
Keywords: gecko mail mozilla
Licenses: MPL-2.0, GPL-2.0-only, LGPL-2.1-only
Provides: thunderbird
Submitter: Det
Maintainer: xiota (yurikoles)
Last Packager: yurikoles
Votes: 17
Popularity: 0.000000
First Submitted: 2010-05-08 06:55 (UTC)
Last Updated: 2024-09-17 14:27 (UTC)

Dependencies (30)

Required by (94)

Sources (5)

Pinned Comments

xiota commented on 2024-08-03 13:12 (UTC) (edited on 2024-08-08 02:52 (UTC) by xiota)

This package now attempts to build the latest available beta. The version auto updates on build, similar to git packages. There is technically no longer any need for version bumps. However, I plan to check and bump the package approximately once a month.

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 26 Next › Last »

bittin commented on 2021-03-24 07:01 (UTC)

88 beta 1 PKGBUILD: https://pastebin.com/qmmsswgm

bittin commented on 2021-01-05 10:25 (UTC)

Tried building an update with todays Beta but failed, so would be great if someone else could do it

bittin commented on 2020-12-10 16:32 (UTC)

The next new beta is delayed until next week instead of today

bittin commented on 2020-12-05 10:13 (UTC)

Updated PKGBUILD with the latest beta: https://pastebin.com/WS353yDk

bittin commented on 2020-11-26 06:22 (UTC)

New PKGBUILD: https://pastebin.com/Ubwh2G3C

bittin commented on 2020-11-23 11:02 (UTC)

Version 84 beta 2 is now out

Severus commented on 2020-07-31 14:43 (UTC)

With new rust 1.45, it needs patch like:

+# Versions of rust >= 1.45 need -Cembed-bitcode=yes for all crates when
+# using -Clto.
+ifeq (,$(filter 1.38.% 1.39.% 1.40.% 1.41.% 1.42.% 1.43.% 1.44.%,$(RUSTC_VERSION)))
+RUSTFLAGS += -Cembed-bitcode=yes
+endif

arichiardi commented on 2020-07-30 16:35 (UTC) (edited on 2020-07-31 00:08 (UTC) by arichiardi)

I have an update - it's been validated on my side and I am removing the build options that got removed with 1638195

From bfc19d86eab4d777e123865d94a7c9266d524d10 Mon Sep 17 00:00:00 2001
From: Andrea Richiardi <a.richiardi.work@gmail.com>
Date: Thu, 30 Jul 2020 09:14:31 -0700
Subject: [PATCH] Updated: 79.0b3

---
 PKGBUILD | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index dd4bff5..81aebc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
 # Maintainer: Felix Golatofski <contact@xdfr.de>
 # Contributor: Det <nimetonmaili g-mail>
 # Based on [extra]'s thunderbird: https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/thunderbird

 pkgname=thunderbird-beta
 _pkgname=thunderbird
 _pkgver=79.0
-pkgver=79.0b2
+pkgver=79.0b3
 _major=${pkgver/[br]*}
 _build=${pkgver/*rc}
 pkgrel=1
 pkgdesc="Standalone mail and news reader from mozilla.org - Bleeding edge version"
 arch=(x86_64)
 license=(MPL GPL LGPL)
 url="https://www.mozilla.org/thunderbird/"
 depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib
@@ -19,17 +19,17 @@ makedepends=(unzip zip diffutils python python2 yasm nasm mesa imake libpulse in
              autoconf2.13 rust clang llvm gtk2 cbindgen nodejs)
 optdepends=('libcanberra: sound support')
 options=(!emptydirs !makeflags)
 provides=("thunderbird=$pkgver")
 conflicts=('thunderbird-beta-bin')
 install=$pkgname.install
 source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz{,.asc}
    thunderbird-beta.desktop)
-sha512sums=('230e6a5a772eb61dc16112623286a9c1d918fe66bc15520ed057cdde30242cbf1c265e9b0459beb65a6a625488038e02576f988784b3a58a614414a88c9da494'
+sha512sums=('69fbd2c99b1af5b0060348b0c12a53fb9958705ebf382c56feafdd21256455002b68876b878e7b76cb206c6d9edfd894d9b0df32bd34cfc1efb3e01cdd72547d'
             'SKIP'
             'cab681d5acf17dd8dabf732c0bb5f73fd0444796bb4fd82decdfa8764122513fd2f05c562cf9246eacac67ea84ae85a220f59d7eea7106e0b2f6fc16bc520dd4')

 validpgpkeys=(14F26682D0916CDD81E37B6D61B7B526D98F0353) # Mozilla Software Releases <release@mozilla.com>

 # 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 foutrelis@archlinux.org for
@@ -64,31 +64,34 @@ ac_add_options --disable-elf-hack

 # Branding
 ac_add_options --with-branding=comm/mail/branding/nightly 
 ac_add_options --enable-update-channel=nightly
 ac_add_options --with-distribution-id=org.archlinux

 # System libraries
 ac_add_options --with-system-zlib
-ac_add_options --with-system-bz2
+# https://bugzilla.mozilla.org/show_bug.cgi?id=1638195
+# ac_add_options --with-system-bz2
 ac_add_options --with-system-icu
 ac_add_options --with-system-jpeg
 # ac_add_options --with-system-libvpx
 ac_add_options --with-system-nspr
 ac_add_options --with-system-nss
 ac_add_options --enable-system-ffi

 # Features
 ac_add_options --enable-alsa
 ac_add_options --disable-jack
-ac_add_options --enable-startup-notification
+# https://bugzilla.mozilla.org/show_bug.cgi?id=1638195
+# ac_add_options --enable-startup-notification
 ac_add_options --disable-crashreporter
 ac_add_options --disable-updater
-ac_add_options --disable-gconf
+# https://bugzilla.mozilla.org/show_bug.cgi?id=1638195
+# ac_add_options --disable-gconf
 END
 }

 build() {
   cd $_pkgname-$_pkgver
   ./mach configure
   ./mach build
   ./mach buildsymbols
-- 
2.27.0