diff options
Diffstat (limited to 'network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild')
-rw-r--r-- | network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild b/network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild index c4bcf69611c69..866dbcb4b32ec 100644 --- a/network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild +++ b/network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild @@ -50,10 +50,9 @@ OUTPUT=${OUTPUT:-/tmp} # This is a *complete* list of available plugins, see the README for # information on plugins you may wish you remove from this list. PLUGIN_LIST="acpi_notifier address_keeper archive att_remover attachwarner \ - bsfilter_plugin clamd fancy fetchinfo-plugin gtkhtml2_viewer mailmbox \ - newmail notification_plugin perl_plugin python_plugin rssyl spam_report \ - tnef_parse vcalendar" -# geolocation_plugin - disabled (libchamplain won't build) + bsfilter_plugin clamd fancy fetchinfo-plugin geolocation_plugin \ + gtkhtml2_viewer mailmbox newmail notification_plugin perl_plugin \ + python_plugin rssyl spam_report tnef_parse vcalendar" if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i486" |