summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
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
commitb713c54e667a51b47579135fb50f3ed4ad9303c7 (patch)
tree924a733baa9bc936a46b54905a90df3b91140f6b /network
parent1c9cc89c335f195a48637a481b5ec83f92ab09e7 (diff)
downloadslackbuilds-b713c54e667a51b47579135fb50f3ed4ad9303c7.tar.gz
slackbuilds-b713c54e667a51b47579135fb50f3ed4ad9303c7.tar.xz
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')
-rw-r--r--network/claws-mail-extra-plugins/README2
-rw-r--r--network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild13
-rw-r--r--network/claws-mail-extra-plugins/claws-mail-extra-plugins.info6
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"