summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-07-04 20:09:12 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-07-05 02:02:50 -0400
commit108f909f91bd16824def4a5db20710fb881bf8de (patch)
treee20752c67eeeb3947e0fd8fda28aa4dc0c852146 /nonprism
parent32927f359e8fa3723d25bd310018d83157f0eb4d (diff)
[icedove]: upgrade to v68.9
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/icedove/PKGBUILD21
1 files changed, 11 insertions, 10 deletions
diff --git a/nonprism/icedove/PKGBUILD b/nonprism/icedove/PKGBUILD
index 0d49f8340..f4b7e57ea 100644
--- a/nonprism/icedove/PKGBUILD
+++ b/nonprism/icedove/PKGBUILD
@@ -24,9 +24,9 @@ _pkgname=thunderbird
pkgname=icedove
replaces=("$_pkgname")
epoch=1
-pkgver=68.8.0
+pkgver=68.9.0
pkgrel=1
-pkgrel+=.parabola3.nonprism1
+pkgrel+=.parabola1.nonprism1
_brandingver=68.6
_brandingrel=1
pkgdesc='Standalone mail and news reader based on Mozilla Thunderbird'
@@ -35,14 +35,14 @@ url="https://wiki.parabola.nu/$pkgname"
arch=(x86_64)
arch+=(i686 armv7h)
license=(MPL GPL LGPL)
-depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib
+depends=(gtk3 libxt startup-notification mime-types dbus-glib alsa-lib
nss hunspell sqlite ttf-font) # libvpx
-depends_armv7h=(libicudata.so=67-64)
-depends_i686=(icu=65.1) # TODO: depends_i686=(libicudata.so=67-32)
-depends_x86_64=(libicudata.so=67-64)
-makedepends_i686=(rust=1:1.42.0) # TODO: this is currently in [staging]
+# TODO: depends+=(libicui18n.so libicuuc.so)
+depends_armv7h=(icu=65)
+depends_i686+=(libicui18n.so libicuuc.so)
+depends_x86_64+=(libicui18n.so libicuuc.so)
makedepends=(unzip zip diffutils python python2 yasm nasm mesa imake libpulse inetutils xorg-server-xvfb
- autoconf2.13 rust clang llvm gtk2 cbindgen nodejs icu)
+ autoconf2.13 rust clang llvm gtk2 cbindgen nodejs)
makedepends+=(quilt mozilla-searchplugins imagemagick)
optdepends=('libcanberra: sound support')
options=(!emptydirs !makeflags)
@@ -52,7 +52,7 @@ source+=(https://repo.parabola.nu/other/icedove/${pkgname}_$_brandingver-$_brand
libre-searchengines.patch
mozilla-1338795-regression.patch)
source_armv7h=(arm-wasm-vfp.patch)
-sha512sums=('1af899913454e97ba3b08a090f775c0ce65ae6d8c1d31171017f09355a0bb126516d4770b4a4a0e774419497c404fa70dcfcafdf767c9caba0bf1d658c0d9350'
+sha512sums=('891472c95ba6ff46061131504e89010da512a84b0e1dea0482e603fd4c87f11e099280a245c7dd9fc9320c48229c26602565c089d86f1a1f4271b29b6fc606f0'
'SKIP'
'a3c9815491d9bed0440c60f35867a5b8a2a1343521f288035fcc46e651a11b926c75a9eca2d262b43d510a7a7119709b53637f1b00ddbbee8e5b0a4b33d7b8fd'
'5784493253f9b2b231a7f18d7c3c4a4bb9aec7ac4fa801772ac223342676e388ae0c094b95d89d92c1bd38c2f19feb6f51e074d0ea20228a256b6240ecf34832'
@@ -66,7 +66,8 @@ validpgpkeys+=(BFA8008A8265677063B11BF47171986E4B745536) # Andreas Grapentin
prepare() {
cd $_pkgname-$pkgver
- # see https://labs.parabola.nu/issues/2267
+ # see: https://labs.parabola.nu/issues/2267
+ # upstream BR: https://bugzilla.mozilla.org/show_bug.cgi?id=1628296
patch -Np1 -i "$srcdir"/mozilla-1338795-regression.patch
cat >.mozconfig <<END