summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-01-19 17:59:32 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-01-19 17:59:32 -0300
commit257c40ae29a37d4baaa629246ef2cf076412ca46 (patch)
tree56a62246f2074e67e2e26ee148d56cdbb25fc2cf
parenta362c671dad7f116f09b400d8bf4ef7dfe4e6a8f (diff)
claws-mail-3.14.1-2.nonprism1: disable fancy html plugin - Arch is dropping outdated webkitgtk due to CVEs
-rw-r--r--nonprism/claws-mail/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/nonprism/claws-mail/PKGBUILD b/nonprism/claws-mail/PKGBUILD
index 7482a41e1..4cacd4c0c 100644
--- a/nonprism/claws-mail/PKGBUILD
+++ b/nonprism/claws-mail/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 279925 2016-11-06 16:04:34Z andyrtr $
+# $Id: PKGBUILD 286991 2017-01-19 19:17:42Z andyrtr $
# Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org>
# Maintainer: Márcio Silva <coadde@parabola.nu>
pkgname=claws-mail
pkgver=3.14.1
-pkgrel=1.nonprism1
+pkgrel=2.nonprism1
pkgdesc="A GTK+ based e-mail client, without libgdata support"
arch=('i686' 'x86_64' 'armv7h')
license=('GPL3')
@@ -13,7 +13,7 @@ depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 'co
'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('spamassassin' 'bogofilter' 'valgrind'
# dependencies for plugins
- 'libsoup' 'webkitgtk2' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk'
+ 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk'
# deps to build the docs
'docbook-utils')
#'libchamplain' needed for geolocation plugin, disabled for now - most time it's not compatible with current gnome releases
@@ -28,10 +28,8 @@ optdepends=('python2: needed for some tools and python plugin'
'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport plugins'
'libarchive: for archive plugin and various other plugins'
'libytnef: for tnef_parse plugin'
- 'webkitgtk2: for the fancy webkit html plugin'
- 'libsoup: for the fancy webkit html plugin'
- 'poppler-glib: for pdf viewer plugin'
- 'ghostscript: for pdf viewer plugin')
+ 'poppler-glib: for pdf viewer plugin'
+ 'ghostscript: for pdf viewer plugin')
replaces=('sylpheed-claws' 'claws-mail-extra-plugins' 'claws-mail-libre' 'claws-mail-libre-nonprism' 'claws-mail-nonprism')
conflicts=('claws-mail-extra-plugins' 'claws-mail-libre' 'claws-mail-libre-nonprism' 'claws-mail-nonprism')
provides=('claws')