diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-11-20 16:48:36 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-11-20 16:54:41 +0100 |
commit | 9cd735f0479c8df93e30097938611cd164a7cf2a (patch) | |
tree | c19a744994321299ce6363c493902a66684ab94a /libre/iceape/PKGBUILD | |
parent | 898b0be863509bc7d8cc8c6d7c4aff621a6b3568 (diff) | |
download | abslibre-9cd735f0479c8df93e30097938611cd164a7cf2a.tar.gz abslibre-9cd735f0479c8df93e30097938611cd164a7cf2a.tar.bz2 abslibre-9cd735f0479c8df93e30097938611cd164a7cf2a.zip |
libre/ice*, nonprism/ice*: updated against new icu
Diffstat (limited to 'libre/iceape/PKGBUILD')
-rw-r--r-- | libre/iceape/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libre/iceape/PKGBUILD b/libre/iceape/PKGBUILD index 5b41dae11..c67ad91ed 100644 --- a/libre/iceape/PKGBUILD +++ b/libre/iceape/PKGBUILD @@ -7,7 +7,7 @@ _oldname=seamonkey epoch=1 pkgver=2.48 -pkgrel=1 +pkgrel=2 _brandingver=2.48 _brandingrel=1 @@ -17,7 +17,10 @@ license=(MPL GPL LGPL) url="https://wiki.parabola.nu/$pkgname" pkgdesc="Iceape, the libre internet suite based on SeaMonkey." -depends=(alsa-lib dbus-glib desktop-file-utils gtk2 gtk3 hunspell libnotify libvpx libxt mime-types mozilla-common mozilla-searchplugins nss sqlite startup-notification libpulse icu=59.1 gconf) +depends=(alsa-lib dbus-glib desktop-file-utils gtk2 gtk3 hunspell libnotify libvpx libxt mime-types mozilla-common mozilla-searchplugins nss sqlite startup-notification libpulse gconf) +depends_x86_64=(icu=60.1) +depends_i686=(icu=59.1) +depends_armv7d=(icu=58.2) makedepends=(unzip zip pkg-config python2 librsvg wireless_tools yasm mesa autoconf2.13 quilt imake python3 gst-plugins-base) optdepends=('gst-plugins-base: vorbis decoding, ogg demuxing' 'gst-plugins-bad: aac, vp8 and opus decoding' |