diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-11-20 00:22:29 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-11-20 00:22:29 -0600 |
commit | e0efb04e122be34d62e10b249e00c9a0b659dadc (patch) | |
tree | fd4c6ac0959305e4ee5b3351d06e782c8d36ac1f /network | |
parent | d41c46aeca527864ed77b7ec39fdee6f3880608d (diff) |
network/claws-mail-extra-plugins: Updated for version 3.9.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network')
3 files changed, 9 insertions, 7 deletions
diff --git a/network/claws-mail-extra-plugins/README b/network/claws-mail-extra-plugins/README index 072d1ced6b74..2fa9e855a0c2 100644 --- a/network/claws-mail-extra-plugins/README +++ b/network/claws-mail-extra-plugins/README @@ -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. 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 ef0a22ea38de..e4bc176d3885 100644 --- a/network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild +++ b/network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild @@ -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 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 8e033f3fb3ac..38c7d28a0e83 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.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" |