summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornikatar2019-07-02 02:56:27 +0300
committernikatar2019-07-02 02:56:27 +0300
commit6c570d6a1ab0d42f7cf13f76639aa68c5dcf79b4 (patch)
treeb14bd661579d8e21f5e2151bcb9f3cb6d96e3124
parente9828db3dc3098434e6db050f182cb5fd503658a (diff)
downloadaur-6c570d6a1ab0d42f7cf13f76639aa68c5dcf79b4.tar.gz
60.7.2-1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77811bc9b55e..44690721865e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thunderbird-appmenu
pkgdesc = Thunderbird from extra with appmenu patch
- pkgver = 60.7.0
+ pkgver = 60.7.2
pkgrel = 1
url = https://aur.archlinux.org/packages/thunderbird-appmenu/
arch = x86_64
@@ -14,7 +14,6 @@ pkgbase = thunderbird-appmenu
makedepends = yasm
makedepends = mesa
makedepends = imake
- makedepends = gconf
makedepends = libpulse
makedepends = inetutils
makedepends = xorg-server-xvfb
@@ -22,8 +21,8 @@ pkgbase = thunderbird-appmenu
makedepends = rust
makedepends = clang
makedepends = llvm
+ makedepends = gtk2
depends = gtk3
- depends = gtk2
depends = mozilla-common
depends = libxt
depends = startup-notification
@@ -36,15 +35,15 @@ pkgbase = thunderbird-appmenu
depends = ttf-font
depends = icu
optdepends = libcanberra: sound support
- provides = thunderbird=60.7.0
+ provides = thunderbird=60.7.2
conflicts = thunderbird
options = !emptydirs
options = !makeflags
- source = https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/60.7.0/source/thunderbird-60.7.0.source.tar.xz
+ source = https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/60.7.2/source/thunderbird-60.7.2.source.tar.xz
source = thunderbird.desktop
source = rust-1.33.patch
source = unity-menubar.patch
- sha256sums = 377ca762624df103dd768dc36b7632537b46aa83ddc9d336a157cadcde8bb51d
+ sha256sums = fc89a5f66b17d554fc0b9c153483edcc74b1bacc916dfd6dccead8478060af31
sha256sums = 3534ea85d8e0e35dba5f40a7a07844df19f3a480e1358fc50c2502f122dab789
sha256sums = 2b0244a9f7a30f28bcc12055f171e5506c7e3b929d85c3b3514b7e4e4c251784
sha256sums = 22786f52773b93046fdb12378f67343b1d7d3390e83a00ff4aa03948c2b1c9e2
diff --git a/PKGBUILD b/PKGBUILD
index 732180042648..5e9ff196488b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,16 +8,16 @@
_pkgname=thunderbird
pkgname=thunderbird-appmenu
-pkgver=60.7.0
+pkgver=60.7.2
pkgrel=1
pkgdesc="Thunderbird from extra with appmenu patch"
arch=(x86_64)
license=(MPL GPL LGPL)
url="https://aur.archlinux.org/packages/thunderbird-appmenu/"
-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)
-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')
provides=("thunderbird=$pkgver")
conflicts=("thunderbird")
@@ -26,7 +26,7 @@ source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/sou
$_pkgname.desktop
rust-1.33.patch
unity-menubar.patch)
-sha256sums=('377ca762624df103dd768dc36b7632537b46aa83ddc9d336a157cadcde8bb51d'
+sha256sums=('fc89a5f66b17d554fc0b9c153483edcc74b1bacc916dfd6dccead8478060af31'
'3534ea85d8e0e35dba5f40a7a07844df19f3a480e1358fc50c2502f122dab789'
'2b0244a9f7a30f28bcc12055f171e5506c7e3b929d85c3b3514b7e4e4c251784'
'22786f52773b93046fdb12378f67343b1d7d3390e83a00ff4aa03948c2b1c9e2')
@@ -66,6 +66,8 @@ ac_add_options --enable-hardening
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
@@ -94,6 +96,7 @@ ac_add_options --disable-jack
ac_add_options --enable-startup-notification
ac_add_options --disable-crashreporter
ac_add_options --disable-updater
+ac_add_options --disable-gconf
END
}