mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
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/
This commit is contained in:
parent
4bdff87db8
commit
00ab9e2a7b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user