summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/claws-mail-extra-plugins/README2
-rw-r--r--network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild7
2 files changed, 3 insertions, 6 deletions
diff --git a/network/claws-mail-extra-plugins/README b/network/claws-mail-extra-plugins/README
index 56b31a9679..288cf83d82 100644
--- a/network/claws-mail-extra-plugins/README
+++ b/network/claws-mail-extra-plugins/README
@@ -31,5 +31,3 @@ Requirements:
Note: By default the package will include every plugin; this can be changed
very easily in the script - it uses a list of plugins to be built, and plugins
can be added or removed easily enough.
-
-Note: The geolocation plugin is disabled until libchamplain builds.
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 c4bcf69611..866dbcb4b3 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"