2013-06-25 16:41:43 +00:00
|
|
|
# $Id$
|
2016-04-19 18:51:04 +00:00
|
|
|
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
|
|
|
# Contributor: Ionut Biru <ibiru@archlinux.org>
|
2013-06-25 16:41:43 +00:00
|
|
|
# Contributor: Alexander Baldeck <alexander@archlinux.org>
|
|
|
|
# Contributor: Dale Blount <dale@archlinux.org>
|
|
|
|
# Contributor: Anders Bostrom <anders.bostrom@home.se>
|
|
|
|
|
|
|
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
|
|
# - mozconfig changes for ARM
|
|
|
|
|
2017-02-22 03:19:46 +00:00
|
|
|
buildarch=12
|
2015-12-16 03:09:15 +00:00
|
|
|
highmem=1
|
2013-06-25 16:41:43 +00:00
|
|
|
|
|
|
|
pkgname=thunderbird
|
2017-03-08 00:38:01 +00:00
|
|
|
pkgver=45.8.0
|
|
|
|
pkgrel=1
|
2016-04-19 18:51:04 +00:00
|
|
|
pkgdesc="Standalone mail and news reader from mozilla.org"
|
2017-02-22 03:19:46 +00:00
|
|
|
arch=(i686 x86_64)
|
|
|
|
license=(MPL GPL LGPL)
|
2016-07-09 23:25:53 +00:00
|
|
|
url="https://www.mozilla.org/thunderbird/"
|
2017-02-25 22:28:50 +00:00
|
|
|
depends=(gtk2 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib
|
2017-02-22 03:19:46 +00:00
|
|
|
libvpx libevent nss hunspell sqlite ttf-font icu)
|
|
|
|
makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse inetutils)
|
2013-06-25 16:41:43 +00:00
|
|
|
optdepends=('libcanberra: for sound support')
|
2017-02-22 03:19:46 +00:00
|
|
|
options=(!emptydirs !makeflags)
|
2016-04-19 18:51:04 +00:00
|
|
|
source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
|
2013-06-25 16:41:43 +00:00
|
|
|
thunderbird.desktop
|
2017-02-25 22:28:50 +00:00
|
|
|
thunderbird-install-dir.patch fix-wifi-scanner.diff
|
2017-02-22 03:19:46 +00:00
|
|
|
firefox-gcc-6.0.patch mozilla-1228540.patch mozilla-1228540-1.patch)
|
2017-03-08 00:38:01 +00:00
|
|
|
sha256sums=('743cbf4856ad460a791f6b17bff175053fccec2af1edd8e8295ac6fda2634c28'
|
|
|
|
'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827'
|
2015-06-12 01:09:39 +00:00
|
|
|
'24599eab8862476744fe1619a9a53a5b8cdcab30b3fc5767512f31d3529bd05d'
|
2017-02-22 03:19:46 +00:00
|
|
|
'9765bca5d63fb5525bbd0520b7ab1d27cabaed697e2fc7791400abc3fa4f13b8'
|
2016-05-15 01:30:35 +00:00
|
|
|
'4d1e1ddabc9e975ed39f49e134559a29e01cd49439e358233f1ede43bf5a52bf'
|
2016-07-09 23:25:53 +00:00
|
|
|
'3a3e84c702ee31450a3e84698441aceb11cf44e64c9fedcaddb8cb50db759417'
|
2017-02-22 03:19:46 +00:00
|
|
|
'd1ccbaf0973615c57f7893355e5cd3a89efb4e91071d0ec376e429b50cf6ed19')
|
2016-04-19 18:51:04 +00:00
|
|
|
|
|
|
|
# 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
|
|
|
|
# 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 heftig@archlinux.org for
|
|
|
|
# more information.
|
|
|
|
_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
|
|
|
|
|
2013-06-25 16:41:43 +00:00
|
|
|
|
|
|
|
prepare() {
|
2017-02-22 03:19:46 +00:00
|
|
|
mkdir path
|
|
|
|
ln -s /usr/bin/python2 path/python
|
2016-04-19 18:51:04 +00:00
|
|
|
|
2017-02-22 03:19:46 +00:00
|
|
|
cd $pkgname-$pkgver
|
2015-04-21 12:07:18 +00:00
|
|
|
patch -Np1 -i ../thunderbird-install-dir.patch
|
2013-06-25 16:41:43 +00:00
|
|
|
|
2017-02-22 03:19:46 +00:00
|
|
|
# https://bugzilla.mozilla.org/show_bug.cgi?id=1314968
|
|
|
|
patch -d mozilla -Np1 < ../fix-wifi-scanner.diff
|
|
|
|
|
2016-05-15 01:30:35 +00:00
|
|
|
# Required for GCC 6
|
|
|
|
patch -d mozilla -Np1 < ../firefox-gcc-6.0.patch
|
|
|
|
patch -d mozilla -Np1 < ../mozilla-1228540.patch
|
|
|
|
patch -d mozilla -Np1 < ../mozilla-1228540-1.patch
|
|
|
|
|
2016-04-19 18:51:04 +00:00
|
|
|
echo -n "$_google_api_key" >google-api-key
|
|
|
|
echo -n "$_mozilla_api_key" >mozilla-api-key
|
2017-02-22 03:19:46 +00:00
|
|
|
|
|
|
|
cat >.mozconfig <<END
|
|
|
|
ac_add_options --enable-application=mail
|
|
|
|
|
|
|
|
ac_add_options --prefix=/usr
|
|
|
|
ac_add_options --enable-release
|
|
|
|
ac_add_options --enable-gold
|
|
|
|
ac_add_options --enable-pie
|
|
|
|
|
|
|
|
# Branding
|
|
|
|
ac_add_options --enable-official-branding
|
|
|
|
|
|
|
|
# Keys
|
|
|
|
ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
|
|
|
|
ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
|
|
|
|
|
|
|
|
# System libraries
|
|
|
|
ac_add_options --with-system-nspr
|
|
|
|
ac_add_options --with-system-nss
|
|
|
|
ac_add_options --with-system-icu
|
|
|
|
ac_add_options --with-system-jpeg
|
|
|
|
ac_add_options --with-system-zlib
|
|
|
|
ac_add_options --with-system-bz2
|
|
|
|
ac_add_options --with-system-libevent
|
|
|
|
ac_add_options --with-system-libvpx
|
|
|
|
ac_add_options --enable-system-hunspell
|
|
|
|
ac_add_options --enable-system-sqlite
|
|
|
|
ac_add_options --enable-system-ffi
|
|
|
|
ac_add_options --enable-system-pixman
|
|
|
|
|
|
|
|
# Features
|
|
|
|
ac_add_options --enable-startup-notification
|
|
|
|
ac_add_options --disable-gstreamer
|
|
|
|
ac_add_options --disable-crashreporter
|
|
|
|
ac_add_options --disable-updater
|
|
|
|
|
|
|
|
STRIP_FLAGS="--strip-debug"
|
|
|
|
|
|
|
|
ac_add_options --disable-elf-hack
|
|
|
|
ac_add_options --disable-ion
|
|
|
|
ac_add_options --disable-webrtc
|
|
|
|
END
|
2013-06-25 16:41:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
build() {
|
2016-04-19 18:51:04 +00:00
|
|
|
cd $pkgname-$pkgver
|
2017-02-22 03:19:46 +00:00
|
|
|
|
2016-05-15 01:30:35 +00:00
|
|
|
# _FORTIFY_SOURCE causes configure failures
|
|
|
|
CPPFLAGS+=" -O2"
|
|
|
|
|
2016-06-03 23:47:54 +00:00
|
|
|
# Hardening
|
|
|
|
LDFLAGS+=" -Wl,-z,now"
|
|
|
|
|
2016-05-15 01:30:35 +00:00
|
|
|
# GCC 6
|
2016-06-03 23:47:54 +00:00
|
|
|
CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2"
|
|
|
|
|
2016-04-19 18:51:04 +00:00
|
|
|
export PATH="$srcdir/path:$PATH"
|
2013-06-25 16:41:43 +00:00
|
|
|
|
2015-06-12 00:36:35 +00:00
|
|
|
make -f client.mk build
|
2013-06-25 16:41:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2016-04-19 18:51:04 +00:00
|
|
|
cd $pkgname-$pkgver
|
|
|
|
make -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
|
2013-06-25 16:41:43 +00:00
|
|
|
|
2017-02-22 03:19:46 +00:00
|
|
|
_vendorjs="$pkgdir/usr/lib/thunderbird/defaults/preferences/vendor.js"
|
|
|
|
install -Dm644 /dev/stdin "$_vendorjs" <<END
|
|
|
|
// Use LANG environment variable to choose locale
|
|
|
|
pref("intl.locale.matchOS", true);
|
|
|
|
|
|
|
|
// Disable default mailer checking.
|
|
|
|
pref("mail.shell.checkDefaultMail", false);
|
|
|
|
|
|
|
|
// Don't disable our bundled extensions in the application directory
|
|
|
|
pref("extensions.autoDisableScopes", 11);
|
|
|
|
pref("extensions.shownSelectionUI", true);
|
|
|
|
END
|
2013-06-25 16:41:43 +00:00
|
|
|
|
2015-06-12 00:36:35 +00:00
|
|
|
for i in 16 22 24 32 48 256; do
|
2017-02-22 03:19:46 +00:00
|
|
|
install -Dm644 other-licenses/branding/thunderbird/mailicon$i.png \
|
|
|
|
"$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/thunderbird.png"
|
2013-06-25 16:41:43 +00:00
|
|
|
done
|
|
|
|
|
2015-06-12 00:36:35 +00:00
|
|
|
install -Dm644 ../thunderbird.desktop \
|
2017-02-22 03:19:46 +00:00
|
|
|
"$pkgdir/usr/share/applications/thunderbird.desktop"
|
2013-06-25 16:41:43 +00:00
|
|
|
|
2015-06-12 00:36:35 +00:00
|
|
|
# Use system-provided dictionaries
|
2017-02-22 03:19:46 +00:00
|
|
|
rm -r "$pkgdir"/usr/lib/thunderbird/dictionaries
|
|
|
|
ln -Ts /usr/share/hunspell "$pkgdir/usr/lib/thunderbird/dictionaries"
|
|
|
|
ln -Ts /usr/share/hyphen "$pkgdir/usr/lib/thunderbird/hyphenation"
|
|
|
|
|
|
|
|
# Install a wrapper to avoid confusion about binary path
|
|
|
|
install -Dm755 /dev/stdin "$pkgdir/usr/bin/thunderbird" <<END
|
|
|
|
#!/bin/sh
|
|
|
|
exec /usr/lib/thunderbird/thunderbird "\$@"
|
|
|
|
END
|
2013-06-25 16:41:43 +00:00
|
|
|
|
2017-02-22 03:19:46 +00:00
|
|
|
# Replace duplicate binary with wrapper
|
2015-08-15 03:29:26 +00:00
|
|
|
# https://bugzilla.mozilla.org/show_bug.cgi?id=658850
|
2017-02-22 03:19:46 +00:00
|
|
|
ln -srf "$pkgdir/usr/bin/thunderbird" \
|
|
|
|
"$pkgdir/usr/lib/thunderbird/thunderbird-bin"
|
2013-06-25 16:41:43 +00:00
|
|
|
}
|