diff options
author | Erik Hanson <erik@slackbuilds.org> | 2011-04-10 11:22:45 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-04-11 00:10:34 -0500 |
commit | b713c54e667a51b47579135fb50f3ed4ad9303c7 (patch) | |
tree | 924a733baa9bc936a46b54905a90df3b91140f6b /network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild | |
parent | 1c9cc89c335f195a48637a481b5ec83f92ab09e7 (diff) |
network/claws-mail-extra-plugins: Updated for version 3.7.9.
Disabled geolocation plugin for now, it's dep libchamplain does not
build. Something to do with Seamonkey 2.1b3.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
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 | 13 |
1 files changed, 7 insertions, 6 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 b091fb4801ac5..c4bcf69611c69 100644 --- a/network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild +++ b/network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild @@ -3,7 +3,7 @@ # SlackBuild Script to build the extra plugins for claws mail # Copyright (c) 2007, Timothy Pollard -# Copyright (c) 2008-2010, Erik Hanson +# Copyright (c) 2008-2011, Erik Hanson # # All rights reserved. # @@ -29,7 +29,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=claws-mail-extra-plugins -VERSION=3.7.8 +VERSION=3.7.9 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -49,10 +49,11 @@ 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 geolocation_plugin \ - gtkhtml2_viewer mailmbox newmail notification_plugin perl_plugin \ - python_plugin rssyl spam_report tnef_parse vcalendar" +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) if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i486" |