summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornikatar2018-07-12 23:17:30 +0300
committernikatar2018-07-12 23:17:30 +0300
commit685851ebfcb2f0be66b8fca1c175e025d840570e (patch)
tree3c4682a3974e7059e93672734d578100bb57373c
parentd85241d75956d20e826f714e8dcea992ad0452db (diff)
downloadaur-685851ebfcb2f0be66b8fca1c175e025d840570e.tar.gz
52.9.1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD21
2 files changed, 16 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a44fcd47388f..a7ef19b70f25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = thunderbird-appmenu
pkgdesc = Thunderbird from extra with appmenu patch
- pkgver = 52.8.0
+ pkgver = 52.9.1
pkgrel = 1
- url = https://www.mozilla.org/thunderbird/
+ url = https://aur.archlinux.org/packages/thunderbird-appmenu/
arch = x86_64
license = MPL
license = GPL
@@ -30,19 +30,18 @@ pkgbase = thunderbird-appmenu
depends = mime-types
depends = dbus-glib
depends = alsa-lib
- depends = ffmpeg
depends = nss
depends = hunspell
depends = sqlite
depends = ttf-font
- depends = icu
depends = libvpx
+ depends = icu
optdepends = libcanberra: sound support
- provides = thunderbird=52.8.0
+ provides = thunderbird=52.9.1
conflicts = thunderbird
options = !emptydirs
options = !makeflags
- source = https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/52.8.0/source/thunderbird-52.8.0.source.tar.xz
+ source = https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/52.9.1/source/thunderbird-52.9.1.source.tar.xz
source = thunderbird.desktop
source = 0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch
source = rust-i686.patch
@@ -50,7 +49,7 @@ pkgbase = thunderbird-appmenu
source = thunderbird-install-dir.patch
source = no-crmf.diff
source = unity-menubar.patch
- sha256sums = 35b9a687997d92f36107090c1217941e5d637760b0efa7d13819cde36894eb59
+ sha256sums = 286fa71504e7184f3a41bcbdebf591bebe8e04dccbad1c93a47c6e72a7125c4d
sha256sums = 3534ea85d8e0e35dba5f40a7a07844df19f3a480e1358fc50c2502f122dab789
sha256sums = 413cd6d366d78f325d80ebebccfd0afa0d266b40b2e54b66ba2fa03c15f3ea67
sha256sums = f61ea706ce6905f568b9bdafd1b044b58f20737426f0aa5019ddb9b64031a269
diff --git a/PKGBUILD b/PKGBUILD
index ef79b6d9c825..5136ad941365 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,22 +6,21 @@
# Contributor: Anders Bostrom <anders.bostrom@home.se>
# Additional patching: Nikita Tarasov <nikatar@disroot.org>
-
_pkgname=thunderbird
pkgname=thunderbird-appmenu
-pkgver=52.8.0
+pkgver=52.9.1
pkgrel=1
pkgdesc="Thunderbird from extra with appmenu patch"
arch=(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 ffmpeg
- nss hunspell sqlite ttf-font icu libvpx)
+url="https://aur.archlinux.org/packages/thunderbird-appmenu/"
+depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib
+ nss hunspell sqlite ttf-font libvpx icu)
makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse inetutils xorg-server-xvfb
autoconf2.13 rust clang llvm)
optdepends=('libcanberra: sound support')
provides=("thunderbird=$pkgver")
-conflicts=("thunderbird")
+conflicts=("thunderbird")
options=(!emptydirs !makeflags)
source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
$_pkgname.desktop
@@ -29,7 +28,7 @@ source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/sou
rust-i686.patch fix-wifi-scanner.diff
thunderbird-install-dir.patch no-crmf.diff
unity-menubar.patch)
-sha256sums=('35b9a687997d92f36107090c1217941e5d637760b0efa7d13819cde36894eb59'
+sha256sums=('286fa71504e7184f3a41bcbdebf591bebe8e04dccbad1c93a47c6e72a7125c4d'
'3534ea85d8e0e35dba5f40a7a07844df19f3a480e1358fc50c2502f122dab789'
'413cd6d366d78f325d80ebebccfd0afa0d266b40b2e54b66ba2fa03c15f3ea67'
'f61ea706ce6905f568b9bdafd1b044b58f20737426f0aa5019ddb9b64031a269'
@@ -68,10 +67,10 @@ prepare() {
# https://bugs.archlinux.org/task/53890
patch -d mozilla -Np1 < ../0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch
-
- # appmenu patching
- patch -Np1 -i ../unity-menubar.patch
-
+
+ # actual appmenu patch from ubuntu repos
+ patch -Np1 -i ../unity-menubar.patch
+
echo -n "$_google_api_key" >google-api-key
echo -n "$_mozilla_api_key" >mozilla-api-key