network/claws-mail-extra-plugins: Updated for version 3.9.0.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-11-20 00:22:29 -06:00 committed by Robby Workman
parent d41c46aeca
commit e0efb04e12
3 changed files with 9 additions and 7 deletions

View file

@ -18,6 +18,7 @@ These include:
* newmail: Writes email header summary to a log file.
* notification_plugin: Provides various ways to notify the user of new and
unread mail.
* pdf_viewer: Enables the viewing of PDF and PostScript attachments.
* perl_plugin: Allows the use of perl for message filtering.
* python_plugin: Python scripting access to Claws Mail.
* rssyl: Allows you to read RSS newsfeeds.
@ -26,6 +27,7 @@ These include:
* vcalendar: Allows VCalendar message handling like Evolution or Outlook.
All of the above plugins will be built, with the exception of the following:
The clamd plugin requires clamav.
The fancy plugin requires webkitgtk.
The gdata plugin requires gdata.
The geolocation plugin requires libchamplain.

View file

@ -29,7 +29,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=claws-mail-extra-plugins
VERSION=${VERSION:-3.8.1}
VERSION=${VERSION:-3.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -49,8 +49,8 @@ OUTPUT=${OUTPUT:-/tmp}
# This is an *incomplete* list of available plugins, see the README for
# information on plugins you may wish you add/remove from this list.
PLUGIN_LIST=${PLUGIN_LIST:-"acpi_notifier address_keeper archive \
att_remover attachwarner bsfilter_plugin clamd fetchinfo-plugin \
gtkhtml2_viewer mailmbox newmail notification_plugin \
att_remover attachwarner bsfilter_plugin fetchinfo-plugin \
gtkhtml2_viewer mailmbox newmail notification_plugin pdf_viewer \
perl_plugin python_plugin rssyl spam_report tnef_parse vcalendar"}
if [ "$ARCH" = "i486" ]; then

View file

@ -1,10 +1,10 @@
PRGNAM="claws-mail-extra-plugins"
VERSION="3.8.1"
VERSION="3.9.0"
HOMEPAGE="http://www.claws-mail.org/"
DOWNLOAD="http://downloads.sourceforge.net/sylpheed-claws/claws-mail-extra-plugins-3.8.1.tar.bz2"
MD5SUM="04528ff6c8a7a38d392c4f2afb1bb0d2"
DOWNLOAD="http://downloads.sourceforge.net/sylpheed-claws/claws-mail-extra-plugins-3.9.0.tar.bz2"
MD5SUM="e82431243a6643bcc5520df78908240c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="clamav claws-mail"
REQUIRES="claws-mail"
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"