diff options
Diffstat (limited to 'libre/icedove/PKGBUILD')
-rw-r--r-- | libre/icedove/PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libre/icedove/PKGBUILD b/libre/icedove/PKGBUILD index 8709d21b3..be2f3db14 100644 --- a/libre/icedove/PKGBUILD +++ b/libre/icedove/PKGBUILD @@ -34,12 +34,10 @@ 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) # libvpx -depends_armv7h=(libicudata.so=67-64) -depends_i686=(libicudata.so=67-32) -depends_x86_64=(libicudata.so=67-64) +depends+=(libicudata.so) 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 icu) + autoconf2.13 rust clang llvm gtk2 cbindgen nodejs) makedepends+=(quilt mozilla-searchplugins imagemagick) optdepends=('libcanberra: sound support') options=(!emptydirs !makeflags) |