Date: Thursday, June 13, 2019 @ 22:30:38 Author: jgc Revision: 356037
upgpkg: thunderbird 60.7.1-1 Disable elf-hack (FS#60779) Disable gconf support (FS#59993) Move gtk2 to makedepends (FS#59134) Modified: thunderbird/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-13 22:03:42 UTC (rev 356036) +++ PKGBUILD 2019-06-13 22:30:38 UTC (rev 356037) @@ -6,22 +6,22 @@ # Contributor: Anders Bostrom <[email protected]> pkgname=thunderbird -pkgver=60.7.0 +pkgver=60.7.1 pkgrel=1 pkgdesc='Standalone mail and news reader from mozilla.org' url='https://www.mozilla.org/thunderbird/' arch=(x86_64) license=(MPL GPL LGPL) -depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib +depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib nss hunspell sqlite ttf-font icu) # libvpx -makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse inetutils xorg-server-xvfb - autoconf2.13 rust clang llvm) +makedepends=(unzip zip diffutils python2 yasm mesa imake libpulse inetutils xorg-server-xvfb + autoconf2.13 rust clang llvm gtk2) optdepends=('libcanberra: sound support') options=(!emptydirs !makeflags) source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz rust-1.33.patch $pkgname.desktop) -sha256sums=('377ca762624df103dd768dc36b7632537b46aa83ddc9d336a157cadcde8bb51d' +sha256sums=('f638cb12415af3a34134fa6c60ba082752c949461ca92e529205a05ac6486453' '2b0244a9f7a30f28bcc12055f171e5506c7e3b929d85c3b3514b7e4e4c251784' 'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827') @@ -57,6 +57,8 @@ ac_add_options --enable-optimize # https://bugzilla.mozilla.org/show_bug.cgi?id=1521249 #ac_add_options --enable-rust-simd +# https://bugzilla.mozilla.org/show_bug.cgi?id=1423822 +ac_add_options --disable-elf-hack # Branding ac_add_options --enable-official-branding @@ -86,6 +88,7 @@ ac_add_options --enable-startup-notification ac_add_options --disable-crashreporter ac_add_options --disable-updater +ac_add_options --disable-gconf END }
