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>
This commit is contained in:
Erik Hanson 2011-04-12 15:55:04 -05:00 committed by Heinz Wiesinger
parent 3cf63fe102
commit aaba837e23
2 changed files with 3 additions and 6 deletions

View file

@ -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.

View file

@ -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"