summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/claws-mail-extra-plugins/README11
-rw-r--r--network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild14
-rw-r--r--network/claws-mail-extra-plugins/claws-mail-extra-plugins.info8
3 files changed, 15 insertions, 18 deletions
diff --git a/network/claws-mail-extra-plugins/README b/network/claws-mail-extra-plugins/README
index 28a8e10366..288cf83d82 100644
--- a/network/claws-mail-extra-plugins/README
+++ b/network/claws-mail-extra-plugins/README
@@ -1,12 +1,14 @@
This builds a package of extra plugins for the Claws-Mail email client.
These include:
-* acpi_notifier: Mail notification via LEDs on some laptops
+* acpi_notifier: Mail notification via LEDs on some laptops.
+* address_keeper: Never forget a typed address.
* archive: Adds archiving features to Claws Mail.
* att_remover: Removes attachments from emails.
* attachwarner: Warns about messages mentioning attachments that don't have
attachments.
-* cachesaver: Saves the cache to prevent loss of metadata on crashes.
+* bsfilter_plugin: Check messages for spam using Bsfilter.
+* clamd: Scans messages using clamd (Clam AV).
* fancy: Renders html email using the GTK+ port of WebKit library.
* fetchinfo: Insets headers containing download info into emails.
* geolocation_plugin: Display a map showing the location of the sender.
@@ -19,15 +21,12 @@ These include:
* python_plugin: Python scripting access to Claws Mail.
* rssyl: Allows you to read RSS newsfeeds.
* spam_report: Reports spam to various places.
-* synce: Helps keep the address book of a Windows CD device in sync with
- Claw's addressbook
* tnef_parse: Enables reading application/ms-tnef attachments.
-* vcalendar: Allows VCalendar message handling like Evolution or Outlook
+* vcalendar: Allows VCalendar message handling like Evolution or Outlook.
Requirements:
The fancy plugin requires webkit.
The geolocation plugin requires libchamplain.
- The SynCE plugin requires libsynce and librapi2.
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
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 b8e584a77b..6fec466239 100644
--- a/network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild
+++ b/network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild
@@ -29,16 +29,14 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=claws-mail-extra-plugins
-VERSION=3.7.6
+VERSION=3.7.7
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -51,10 +49,10 @@ 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 archive att_remover attachwarner bsfilter_plugin \
- cachesaver fancy fetchinfo-plugin geolocation_plugin gtkhtml2_viewer \
- mailmbox newmail notification_plugin perl_plugin python_plugin rssyl \
- spam_report synce_plugin tnef_parse vcalendar"
+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"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i486"
@@ -81,7 +79,7 @@ chown -R root:root .
chmod -R u+w,go+r-w,a-s .
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp README $PKG/usr/doc/$PRGNAM-$VERSION
+cp RELEASE_NOTES $PKG/usr/doc/$PRGNAM-$VERSION
for plugin in $PLUGIN_LIST ; do
printf "\nBuilding $plugin...\n\n"
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 31bea46a26..bfd9f34689 100644
--- a/network/claws-mail-extra-plugins/claws-mail-extra-plugins.info
+++ b/network/claws-mail-extra-plugins/claws-mail-extra-plugins.info
@@ -1,10 +1,10 @@
PRGNAM="claws-mail-extra-plugins"
-VERSION="3.7.6"
+VERSION="3.7.7"
HOMEPAGE="http://www.claws-mail.org/"
-DOWNLOAD="http://downloads.sourceforge.net/sylpheed-claws/claws-mail-extra-plugins-3.7.6.tar.bz2"
-MD5SUM="adcedabfed8956f1fdf91b52965f0ef2"
+DOWNLOAD="http://downloads.sourceforge.net/sylpheed-claws/claws-mail-extra-plugins-3.7.7.tar.bz2"
+MD5SUM="9200145a0a8a41eac9a0b50ec48797dc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
-APPROVED="rworkman"
+APPROVED="Michiel van Wessem"