diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-02-05 09:18:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-02-05 09:29:56 +0000 |
commit | 00ab9e2a7bb7a7db9210370fe7e01e2d77db6a0d (patch) | |
tree | 9c24468dc584bb6bfa8cddd93ecfda88faad84fa /community/claws-mail | |
parent | 4bdff87db80836966f132389c1d59adae14b76e1 (diff) | |
download | aports-00ab9e2a7bb7a7db9210370fe7e01e2d77db6a0d.tar.bz2 aports-00ab9e2a7bb7a7db9210370fe7e01e2d77db6a0d.tar.xz |
community/claws-mail: remove fancy plugin
The webkit-1 api is deprecated and not really maintained upstream. It
has a large set of security issues that we cannot expect to be fixed. So
we remove fancy plugin.
https://blogs.gnome.org/mcatanzaro/2016/02/01/on-webkit-security-updates/
Diffstat (limited to 'community/claws-mail')
-rw-r--r-- | community/claws-mail/APKBUILD | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/community/claws-mail/APKBUILD b/community/claws-mail/APKBUILD index e92e07627..58e5584d2 100644 --- a/community/claws-mail/APKBUILD +++ b/community/claws-mail/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=claws-mail pkgver=3.13.2 -pkgrel=0 +pkgrel=1 pkgdesc="A GTK+ based e-mail client." url="http://www.claws-mail.org" arch="all" @@ -14,7 +14,6 @@ subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc $pkgname-lang $pkgname-plugins-att-remove:_att_remover $pkgname-plugins-attatchwarner:_attatchwarner $pkgname-plugins-clamd:_clamd - $pkgname-plugins-fancy:_fancy $pkgname-plugins-fetchinfo:_fetchinfo $pkgname-plugins-mailmbox:_mailmbox $pkgname-plugins-notification:_notification @@ -34,7 +33,7 @@ makedepends="gtk+-dev openssl-dev startup-notification-dev enchant-dev libgcrypt-dev libsm-dev gnutls-dev curl-dev dbus-glib-dev libetpan-dev openldap-dev gpgme-dev libsoup-dev perl-dev poppler-dev python-dev py-gtk-dev libarchive-dev libnotify-dev - pinentry-gtk spamassassin webkitgtk-dev + pinentry-gtk spamassassin " depends="aspell-en" install= @@ -65,7 +64,6 @@ build() { --enable-spamassassin-plugin \ --disable-bogofilter-plugin \ --enable-compface \ - --enable-fancy \ --enable-pdf_viewer-plugin \ --disable-jpilot \ --disable-bsfilter-plugin \ @@ -124,10 +122,6 @@ _clamd() { _plugin "Use Clam AntiVirus to scan messages in Claws Mail" "" clamd } -_fancy() { - _plugin "Display HTML emails in Claws Mail" "" \ - fancy -} _fetchinfo() { _plugin "Modify headers of downloaded messages in Claws Mail" "" \ fetchinfo |