extra/thunderbird to 38.2.0-1

This commit is contained in:
Kevin Mihelich 2015-08-15 03:29:26 +00:00
parent 45647174b8
commit a1603ff6bc

View file

@ -13,7 +13,7 @@
buildarch=28
pkgname=thunderbird
pkgver=38.1.0
pkgver=38.2.0
pkgrel=1
pkgdesc="Standalone Mail/News reader"
arch=('i686' 'x86_64')
@ -32,7 +32,7 @@ source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/sou
vendor.js
no-neon.patch)
options=('!emptydirs' '!makeflags')
sha256sums=('ddf1fd6048f07370bb0375eac76e687c19d29100c19e9f86fc04bb88d4409787'
sha256sums=('4881cf0a721a9d0204a6cff01e20a6c54010f4b576df2820cd699d17892ac2d0'
'1f5ce57ba5531d533f34407010cfa5bb0fe09f9f1d3ed859cafbc5283b3a63d9'
'3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb'
'24599eab8862476744fe1619a9a53a5b8cdcab30b3fc5767512f31d3529bd05d'
@ -80,6 +80,10 @@ package() {
ln -sf /usr/share/hunspell "$pkgdir/usr/lib/thunderbird/dictionaries"
ln -sf /usr/share/hyphen "$pkgdir/usr/lib/thunderbird/hyphenation"
# Replace duplicate binary with symlink
# https://bugzilla.mozilla.org/show_bug.cgi?id=658850
ln -sf thunderbird "$pkgdir/usr/lib/thunderbird/thunderbird-bin"
# Remove development stuff
rm -r "$pkgdir"/usr/{include,lib/thunderbird-devel-*,share/idl}
}