mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/thunderbird to 60.7.1-1
This commit is contained in:
parent
2f1ca3035f
commit
e8fa064e5f
1 changed files with 8 additions and 6 deletions
|
@ -13,23 +13,23 @@ buildarch=12
|
|||
highmem=1
|
||||
|
||||
pkgname=thunderbird
|
||||
pkgver=60.7.0
|
||||
pkgver=60.7.1
|
||||
pkgrel=1
|
||||
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
|
||||
depends=(gtk3 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)
|
||||
makedepends=(unzip zip diffutils python2 yasm mesa imake libpulse inetutils xorg-server-xvfb
|
||||
autoconf2.13 rust clang llvm gtk2)
|
||||
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
|
||||
Bug-1238661---fix-mozillaSignalTrampoline-to-work-.patch)
|
||||
sha256sums=('377ca762624df103dd768dc36b7632537b46aa83ddc9d336a157cadcde8bb51d'
|
||||
sha256sums=('f638cb12415af3a34134fa6c60ba082752c949461ca92e529205a05ac6486453'
|
||||
'2b0244a9f7a30f28bcc12055f171e5506c7e3b929d85c3b3514b7e4e4c251784'
|
||||
'36a655ce3987159990d46a13d9955305a72a8a737e6af983eb170c4f652eb39a')
|
||||
|
||||
|
@ -65,6 +65,8 @@ ac_add_options --enable-release
|
|||
#ac_add_options --enable-optimize
|
||||
# https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
|
||||
#ac_add_options --enable-rust-simd
|
||||
# https://bugzilla.mozilla.org/show_bug.cgi?id=1423822
|
||||
ac_add_options --disable-elf-hack
|
||||
|
||||
# Branding
|
||||
ac_add_options --enable-official-branding
|
||||
|
@ -97,10 +99,10 @@ ac_add_options --disable-jack
|
|||
ac_add_options --enable-startup-notification
|
||||
ac_add_options --disable-crashreporter
|
||||
ac_add_options --disable-updater
|
||||
ac_add_options --disable-gconf
|
||||
END
|
||||
|
||||
if [[ $CARCH == "armv7h" ]]; then
|
||||
echo "ac_add_options --disable-elf-hack" >> .mozconfig
|
||||
echo 'ac_add_options --enable-optimize="-g -O2 -fno-schedule-insns"' >> .mozconfig
|
||||
elif [[ $CARCH == "aarch64" ]]; then
|
||||
echo 'ac_add_options --enable-optimize="-O2"' >> .mozconfig
|
||||
|
|
Loading…
Reference in a new issue