diff options
Diffstat (limited to 'libre/icedove')
-rw-r--r-- | libre/icedove/PKGBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/libre/icedove/PKGBUILD b/libre/icedove/PKGBUILD index e2eeb878c..0535a100b 100644 --- a/libre/icedove/PKGBUILD +++ b/libre/icedove/PKGBUILD @@ -13,14 +13,14 @@ # parabola changes and rationale: # - rebranded to icedove # - added makedepends: quilt mozilla-searchplugins python2-blessings -# - added replaces, conflicts, provides: thunderbird +# - added replaces, conflicts: thunderbird # - disabled tests, they break in an environment without network access. _pkgname=thunderbird pkgname=icedove epoch=1 pkgver=52.6.0 -pkgrel=1 +pkgrel=2 _bver=52.1 _brel=1 pkgdesc="Libre standalone mail and news reader based on Mozilla Thunderbird" @@ -29,15 +29,11 @@ license=(MPL GPL LGPL) url="https://wiki.parabola.nu/$pkgname" depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib ffmpeg nss hunspell sqlite ttf-font icu libvpx) -depends_x86_64=("icu>=60" "icu<61") -depends_i686=("icu>=60" "icu<61") -depends_armv7h=("icu>=60" "icu<61") makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse inetutils xorg-server-xvfb autoconf2.13 rust clang llvm quilt mozilla-searchplugins python2-blessings) optdepends=('libcanberra: sound support') -replaces=("$_oldname") -conflicts=("$_oldname") -provides=("$_oldname") +replaces=("$_pkgname") +conflicts=("$_pkgname") options=(!emptydirs !makeflags) source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz 0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch |