blob: 6476ab5db885b76e51fa1f840ab10532a611ecae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
# Maintainer: Gennadiy Mykhailiuta <gmykhailiuta@gmail.com>
# Maintainer: Luna Jernberg <droidbittin@gmail.com>
# Contributor: Felix Golatofski <contact@xdfr.de>
# Contributor: Andreas Baumann <mail@andreasbaumann.cc>
pkgname=thunderbird-esr-bin
_pkgname=thunderbird
pkgver=128.5.2
_major=${pkgver/rc*}
_build=${pkgver/*rc}
pkgrel=1
pkgdesc="Standalone Mail/News reader - binary version"
arch=('x86_64' 'pentium4' 'i686')
url="https://www.mozilla.org/thunderbird"
license=('GPL' 'LGPL' 'MPL')
depends=('dbus-glib' 'gtk3' 'libxt' 'nss')
optdepends=('hunspell: Spell checking'
'hyphen: Hyphenation'
'libcanberra: Sound support')
provides=("thunderbird=$pkgver")
conflicts=('thunderbird' 'thunderbird-bin')
install=$pkgname.install
options=(!strip !debug)
source=(
'thunderbird-esr-bin.desktop'
'vendor.js'
)
source_x86_64=(
thunderbird-${pkgver}esr-x86_64.tar.bz2::https://ftp.mozilla.org/pub/thunderbird/releases/${pkgver}esr/linux-x86_64/en-US/thunderbird-${pkgver}esr.tar.bz2
thunderbird-${pkgver}esr-x86_64.tar.bz2.asc::https://ftp.mozilla.org/pub/thunderbird/releases/${pkgver}esr/linux-x86_64/en-US/thunderbird-${pkgver}esr.tar.bz2.asc
)
source_pentium4=(
thunderbird-${pkgver}esr-pentium4.tar.bz2::https://ftp.mozilla.org/pub/thunderbird/releases/${pkgver}esr/linux-i686/en-US/thunderbird-${pkgver}esr.tar.bz2
thunderbird-${pkgver}esr-pentium4.tar.bz2.asc::https://ftp.mozilla.org/pub/thunderbird/releases/${pkgver}esr/linux-i686/en-US/thunderbird-${pkgver}esr.tar.bz2.asc
)
source_i686=(
thunderbird-${pkgver}esr-i686.tar.bz2::https://ftp.mozilla.org/pub/thunderbird/releases/${pkgver}esr/linux-i686/en-US/thunderbird-${pkgver}esr.tar.bz2
thunderbird-${pkgver}esr-i686.tar.bz2.asc::https://ftp.mozilla.org/pub/thunderbird/releases/${pkgver}esr/linux-i686/en-US/thunderbird-${pkgver}esr.tar.bz2.asc
)
sha512sums=('6813e1dfd43c67ad7517714988ac27e7fdfe4857c8e6612c165a8aa89fa013c5ab4f270c13945010422d3bda82a7b7cd5496eaa5cb5524f6b2fa1732e59fd737'
'aeb444784732267f1b1e87e6084a776f82a1912c4c2637d2cf1de1c135dd9d41d2ef66d2bd3f9cbd3a79fad32d17ea6e2968ba644d5f887cb66ba6c09a2098f5')
sha512sums_x86_64=('41ad745beef03d804d5049243768b20a555380117016d3c88a2779a41f383958c0aca4ca1898a5e5ee324ae860ac2c77956e226be0ba76b5e11c33f82ad16dfd'
'SKIP')
sha512sums_pentium4=('d7c7cab01b910b221faba14d14fe21302f5bac637149996e18407fc8901b6f84ba71778d3f60f8aa0bcba7f85c226cb1a979aabe092c4cb097a4f883087906f6'
'SKIP')
sha512sums_i686=('d7c7cab01b910b221faba14d14fe21302f5bac637149996e18407fc8901b6f84ba71778d3f60f8aa0bcba7f85c226cb1a979aabe092c4cb097a4f883087906f6'
'SKIP')
validpgpkeys=(14F26682D0916CDD81E37B6D61B7B526D98F0353) # Mozilla Software Releases <release@mozilla.com>
package() {
# Create directories
msg2 "Creating directory structure..."
install -d "$pkgdir"/usr/bin
install -d "$pkgdir"/usr/share/applications
install -d "$pkgdir"/opt
msg2 "Moving stuff in place..."
# Install
cp -r thunderbird/ "$pkgdir"/opt/$_pkgname
# Launchers
ln -s /opt/$_pkgname/thunderbird "$pkgdir"/usr/bin/$_pkgname
# breaks application as of 68.0b1
# ln -sf thunderbird "$pkgdir"/opt/$_pkgname/thunderbird-esr-bin
# vendor.js
_vendorjs="$pkgdir/opt/$_pkgname/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
# Desktop
install -m644 $pkgname.desktop "$pkgdir"/usr/share/applications/$_pkgname.desktop
# Icons
for i in 16 22 24 32 48 256; do
install -d "$pkgdir"/usr/share/icons/hicolor/${i}x${i}/apps/
ln -s /opt/$_pkgname/chrome/icons/default/default$i.png \
"$pkgdir"/usr/share/icons/hicolor/${i}x${i}/apps/$_pkgname.png
done
# Use system-provided dictionaries
# rm -r "$pkgdir"/opt/$_pkgname/dictionaries # Not in 68.0
ln -Ts /usr/share/hunspell "$pkgdir"/opt/$_pkgname/dictionaries
ln -Ts /usr/share/hyphen "$pkgdir"/opt/$_pkgname/hyphenation
# Use system certificates
ln -sf /usr/lib/libnssckbi.so "$pkgdir"/opt/$_pkgname/libnssckbi.so
}
|