diff options
author | Erik Hanson <erik@slackbuilds.org> | 2011-04-12 15:55:04 -0500 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2011-04-14 20:47:51 +0200 |
commit | aaba837e2363e4a4b2a8c042160cec054d6f3cdd (patch) | |
tree | 90f4b3626f7c393749968e13b19f5ae33944dbd4 /network/claws-mail-extra-plugins | |
parent | 3cf63fe102d8579828fa4de2acf7e2c5047b57b6 (diff) | |
download | slackbuilds-aaba837e2363e4a4b2a8c042160cec054d6f3cdd.tar.gz |
network/claws-mail-extra-plugins: Enabled geolocation_plugin.
libchamplain now builds with the fixed libproxy in master.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'network/claws-mail-extra-plugins')
-rw-r--r-- | network/claws-mail-extra-plugins/README | 2 | ||||
-rw-r--r-- | network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild | 7 |
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" |