From 2192f65f7df7582a35a356d5d33422d2f3ae9fac Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 10 Sep 2019 11:46:03 -0300 Subject: community/claws-mail: split more plugins --- community/claws-mail/APKBUILD | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'community/claws-mail') diff --git a/community/claws-mail/APKBUILD b/community/claws-mail/APKBUILD index 2bf4e21ee8..fb7e2e4784 100644 --- a/community/claws-mail/APKBUILD +++ b/community/claws-mail/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=claws-mail pkgver=3.17.4 -pkgrel=2 +pkgrel=3 pkgdesc="A GTK+ based e-mail client." url="https://www.claws-mail.org" arch="all" @@ -27,6 +27,9 @@ subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc $pkgname-lang $pkgname-plugins-spamreport:_spamreport $pkgname-plugins-tnef:_tnef $pkgname-plugins-vcalendar:_vcalendar + $pkgname-plugins-dillo:_dillo + $pkgname-plugins-libravatar:_libravatar + $pkgname-plugins-managesieve:_managesieve " makedepends="gtk+-dev startup-notification-dev enchant-dev @@ -165,4 +168,16 @@ _vcalendar() { _plugin "Handling of vCalendar messages in Claws Mail" "" vcalendar } +_dillo() { + _plugin "View HTML messages using the dillo web browser" "dillo" dillo +} + +_libravatar() { + _plugin "Displays libravatar/gravatar profiles' images" "" libravatar +} + +_managesieve() { + _plugin "Manage Sieve filters on servers that support ManageSeieve" "" managesieve +} + sha512sums="ff7f1339888130443532945b49f40373ece6edc45554625fa89ceb1a52031d6d56174455167b35d301082e91019dc0aef0ae0f02b30924a0695cf155617f4e94 claws-mail-3.17.4.tar.gz" -- cgit v1.2.3