summaryrefslogtreecommitdiff
path: root/libre/icedove
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-05-27 21:49:57 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-05-28 16:21:39 -0400
commitb14f777b597cb7318336cf00c830cf041580f551 (patch)
tree0195b7ebdd9acd5cc51c7d0b315e07fb158ffeda /libre/icedove
parentf35f30433bcea7844d6231af3879cb96404a7dd8 (diff)
[libre/icedove][nonprism/icedove]: rebuild for i686
Diffstat (limited to 'libre/icedove')
-rw-r--r--libre/icedove/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/libre/icedove/PKGBUILD b/libre/icedove/PKGBUILD
index 7af854a32..edbf18bf1 100644
--- a/libre/icedove/PKGBUILD
+++ b/libre/icedove/PKGBUILD
@@ -33,10 +33,13 @@ arch=(x86_64)
arch+=(i686 armv7h)
license=(MPL GPL LGPL)
depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib
- nss hunspell sqlite ttf-font icu) # libvpx
-depends+=(icu-parabola libicudata.so=67)
+ 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]
makedepends=(unzip zip diffutils python python2 yasm nasm mesa imake libpulse inetutils xorg-server-xvfb
- autoconf2.13 rust clang llvm gtk2 cbindgen nodejs)
+ autoconf2.13 rust clang llvm gtk2 cbindgen nodejs icu)
makedepends+=(quilt mozilla-searchplugins imagemagick)
optdepends=('libcanberra: sound support')
options=(!emptydirs !makeflags)