mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/thunderbird to 45.7.1-3
This commit is contained in:
parent
7aef1d39a2
commit
a94f6f54ac
2 changed files with 3 additions and 1646 deletions
|
@ -13,25 +13,24 @@ highmem=1
|
|||
|
||||
pkgname=thunderbird
|
||||
pkgver=45.7.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Standalone mail and news reader from mozilla.org"
|
||||
arch=(i686 x86_64)
|
||||
license=(MPL GPL LGPL)
|
||||
url="https://www.mozilla.org/thunderbird/"
|
||||
depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib
|
||||
depends=(gtk2 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib
|
||||
libvpx libevent nss hunspell sqlite ttf-font icu)
|
||||
makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse inetutils)
|
||||
optdepends=('libcanberra: for sound support')
|
||||
options=(!emptydirs !makeflags)
|
||||
source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
|
||||
thunderbird.desktop
|
||||
thunderbird-install-dir.patch fix-wifi-scanner.diff firefox-gtk3-20.patch
|
||||
thunderbird-install-dir.patch fix-wifi-scanner.diff
|
||||
firefox-gcc-6.0.patch mozilla-1228540.patch mozilla-1228540-1.patch)
|
||||
sha256sums=('5fc7a39c6a1baacfa37d6a52c9384f70c171dd0bb581576d370bdb29c84b9ffb'
|
||||
'3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb'
|
||||
'24599eab8862476744fe1619a9a53a5b8cdcab30b3fc5767512f31d3529bd05d'
|
||||
'9765bca5d63fb5525bbd0520b7ab1d27cabaed697e2fc7791400abc3fa4f13b8'
|
||||
'2e355a477f1df792cd7f9d1e3a56030543e0cf2d09051dd293ba495a7edb54fd'
|
||||
'4d1e1ddabc9e975ed39f49e134559a29e01cd49439e358233f1ede43bf5a52bf'
|
||||
'3a3e84c702ee31450a3e84698441aceb11cf44e64c9fedcaddb8cb50db759417'
|
||||
'd1ccbaf0973615c57f7893355e5cd3a89efb4e91071d0ec376e429b50cf6ed19')
|
||||
|
@ -59,9 +58,6 @@ prepare() {
|
|||
# https://bugzilla.mozilla.org/show_bug.cgi?id=1314968
|
||||
patch -d mozilla -Np1 < ../fix-wifi-scanner.diff
|
||||
|
||||
# https://bugzilla.mozilla.org/show_bug.cgi?id=1234158
|
||||
patch -d mozilla -Np1 < ../firefox-gtk3-20.patch
|
||||
|
||||
# Required for GCC 6
|
||||
patch -d mozilla -Np1 < ../firefox-gcc-6.0.patch
|
||||
patch -d mozilla -Np1 < ../mozilla-1228540.patch
|
||||
|
@ -100,7 +96,6 @@ ac_add_options --enable-system-ffi
|
|||
ac_add_options --enable-system-pixman
|
||||
|
||||
# Features
|
||||
ac_add_options --enable-default-toolkit=cairo-gtk3
|
||||
ac_add_options --enable-startup-notification
|
||||
ac_add_options --disable-gstreamer
|
||||
ac_add_options --disable-crashreporter
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue