PKGBUILDs/extra/thunderbird/PKGBUILD

90 lines
3.3 KiB
Bash
Raw Normal View History

2013-06-25 16:41:43 +00:00
# $Id$
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# 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
2014-02-17 03:33:58 +00:00
# - patch to remove NEON/SIMD checks from configure
# - memory saving LDFLAGS
2014-03-03 18:37:35 +00:00
# - enable calendar in mozconfig
2013-06-25 16:41:43 +00:00
buildarch=20
pkgname=thunderbird
2015-05-16 02:18:21 +00:00
pkgver=31.7.0
pkgrel=1
2013-06-25 16:41:43 +00:00
pkgdesc="Standalone Mail/News reader"
arch=('i686' 'x86_64')
license=('MPL' 'GPL')
url="http://www.mozilla.org/thunderbird/"
2014-02-04 14:07:47 +00:00
depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'hunspell' 'libevent' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'nss' 'sqlite' 'startup-notification')
2014-07-22 11:09:19 +00:00
makedepends=('unzip' 'zip' 'python2' 'wireless_tools' 'yasm' 'mesa' 'libpulse')
2013-06-25 16:41:43 +00:00
optdepends=('libcanberra: for sound support')
install=thunderbird.install
2014-02-04 14:07:47 +00:00
source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2{,.asc}
2013-06-25 16:41:43 +00:00
mozconfig
thunderbird.desktop
thunderbird-install-dir.patch
2014-02-17 03:33:58 +00:00
vendor.js
2015-04-21 12:07:18 +00:00
thunderbird-31.6.0-libvpx-modern.patch
2014-02-17 03:33:58 +00:00
no-neon.patch)
2013-06-25 16:41:43 +00:00
options=(!emptydirs)
2015-05-16 02:18:21 +00:00
sha256sums=('dc3a6afaab486ba09745898f55986f98cc9bf7647cd992849f9c7ead563479b7'
2013-10-31 00:27:53 +00:00
'SKIP'
2014-10-16 13:16:20 +00:00
'a997200050983ae0a4c8d5823eaf5f6844f50610d7fb252eebda2d2c59fc8bc3'
2015-04-04 14:54:35 +00:00
'3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb'
2014-07-22 11:09:19 +00:00
'9049ab3f9600a1592a54c41a166c76e046c393e1cfe7c4e769155b7317d197ee'
2014-02-17 03:33:58 +00:00
'e4ea8e6788163d9f8db8f1f40023db3ea0a1358f9a4510169f2d4c4fe6a887ed'
2015-04-21 12:07:18 +00:00
'0e67b4d46f330b0306e01d4c6876ae5a58a4de6ac50f057e23aac41dec3554ef'
2014-12-18 00:37:19 +00:00
'8010bc3abff71cdaa3624ebbddbc7baaae4cda7ad093ad60d3c3e841c1141872')
2015-01-14 01:37:26 +00:00
validpgpkeys=('2B90598A745E992F315E22C58AB132963A06537A')
2013-06-25 16:41:43 +00:00
prepare() {
2014-07-22 11:09:19 +00:00
cd comm-esr31
2015-04-21 12:07:18 +00:00
patch -Np1 -i ../thunderbird-install-dir.patch
2013-06-25 16:41:43 +00:00
2014-02-17 03:33:58 +00:00
patch -Np0 -i ../no-neon.patch
2015-04-21 12:07:18 +00:00
# Fix build with libvpx 1.4.0 (patch from Fedora)
patch -Np1 -i ../thunderbird-31.6.0-libvpx-modern.patch
2013-06-25 16:41:43 +00:00
cp "$srcdir/mozconfig" .mozconfig
# configure script misdetects the preprocessor without an optimization level
# https://bugs.archlinux.org/task/34644
2013-09-18 15:01:31 +00:00
sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' mozilla/configure
2013-06-25 16:41:43 +00:00
}
build() {
2014-07-22 11:09:19 +00:00
cd comm-esr31
2013-06-25 16:41:43 +00:00
2014-02-17 03:33:58 +00:00
export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/thunderbird -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
2013-06-25 16:41:43 +00:00
export PYTHON="/usr/bin/python2"
make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS"
}
package() {
2014-07-22 11:09:19 +00:00
cd comm-esr31
2013-06-25 16:41:43 +00:00
make -j1 -f client.mk DESTDIR="$pkgdir" install
install -Dm644 "$srcdir"/vendor.js "$pkgdir/usr/lib/thunderbird/defaults/preferences/vendor.js"
for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
install -Dm644 other-licenses/branding/thunderbird/mailicon${i/x*/}.png \
"$pkgdir/usr/share/icons/hicolor/$i/apps/thunderbird.png"
done
install -Dm644 "$srcdir/thunderbird.desktop" \
"$pkgdir/usr/share/applications/thunderbird.desktop"
rm -rf "$pkgdir"/usr/lib/thunderbird/{dictionaries,hyphenation}
ln -sf /usr/share/hunspell "$pkgdir/usr/lib/thunderbird/dictionaries"
ln -sf /usr/share/hyphen "$pkgdir/usr/lib/thunderbird/hyphenation"
# We don't want the development stuff
2014-07-22 11:09:19 +00:00
rm -r "$pkgdir"/usr/{include,lib/thunderbird-devel-*,share/idl}
2013-06-25 16:41:43 +00:00
}