diff options
3 files changed, 12 insertions, 9 deletions
diff --git a/network/claws-mail-extra-plugins/README b/network/claws-mail-extra-plugins/README index 288cf83d82..56b31a9679 100644 --- a/network/claws-mail-extra-plugins/README +++ b/network/claws-mail-extra-plugins/README @@ -31,3 +31,5 @@ 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 b091fb4801..c4bcf69611 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" diff --git a/network/claws-mail-extra-plugins/claws-mail-extra-plugins.info b/network/claws-mail-extra-plugins/claws-mail-extra-plugins.info index 87a3bbc7db..fdb4c137fd 100644 --- a/network/claws-mail-extra-plugins/claws-mail-extra-plugins.info +++ b/network/claws-mail-extra-plugins/claws-mail-extra-plugins.info @@ -1,8 +1,8 @@ PRGNAM="claws-mail-extra-plugins" -VERSION="3.7.8" +VERSION="3.7.9" HOMEPAGE="http://www.claws-mail.org/" -DOWNLOAD="http://downloads.sourceforge.net/sylpheed-claws/claws-mail-extra-plugins-3.7.8.tar.bz2" -MD5SUM="8a67a00598262f8ca07a4af5cd43361d" +DOWNLOAD="http://downloads.sourceforge.net/sylpheed-claws/claws-mail-extra-plugins-3.7.9.tar.bz2" +MD5SUM="3d1ebc48f686ab10702380c776b5d5d0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Erik Hanson" |