From 2e8b11b8c1efc0915626401b4f469fe9b8e76cc4 Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Wed, 12 May 2010 17:43:04 +0200 Subject: [PATCH] network/claws-mail-extra-plugins: Updated for version 3.7.1 --- network/claws-mail-extra-plugins/README | 18 ++++++------- .../claws-mail-extra-plugins.SlackBuild | 27 +++++++++---------- .../claws-mail-extra-plugins.info | 8 +++--- 3 files changed, 26 insertions(+), 27 deletions(-) diff --git a/network/claws-mail-extra-plugins/README b/network/claws-mail-extra-plugins/README index bc13d77d7f..25c315e778 100644 --- a/network/claws-mail-extra-plugins/README +++ b/network/claws-mail-extra-plugins/README @@ -11,24 +11,24 @@ These include: * gtkhtml2_viewer: Renders HTML emails using the gtkhtml2 widget. * mailmbox: Handles mbox format mailboxes. * newmail: Writes email header summary to a log file. -* notification: Provides various ways to notify the user of new and unread mail. +* notification: Provides various ways to notify the user of new and unread + mail. * perl: Allows the use of perl for message filtering. * 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 +* 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 Other Requirements: - Claws-Mail (obviously) available from SlackBuilds.org. + Claws-Mail (obviously). The notification plugin requires libnotify. The archive plugin requires libarchive. The gtkhtml2_viewer plugin requires gail. The SynCE plugin requires libsynce and librapi2. - All of these are available from SlackBuilds.org except libsynce and librapi2, - and those two are at http://synce.sourceforge.net/synce/. +All of these are available from SlackBuilds.org. -Note: By default the package will include every plugin except SynCE; 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: 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. 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 89218dedc2..d9f7af8e30 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=3.6.1 +VERSION=3.7.1 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -39,23 +39,21 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -# This is a *complete* list of available plugins -#PLUGIN_LIST="acpi_notifier archive att_remover attachwarner cachesaver \ -# fetchinfo-plugin gtkhtml2_viewer mailmbox newmail notification_plugin \ -# perl_plugin rssyl spam_report synce_plugin tnef_parse vcalendar" - -# This is the list of plugins that the script will build by default -# Note that synce_plugin, archive and gtkhtml2_viewer are not included, -# as it requires library dependencies that are may not be available -# (see the README for more details) at SlackBuilds.org +# 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 cachesaver \ fetchinfo-plugin gtkhtml2_viewer mailmbox newmail notification_plugin \ - perl_plugin rssyl spam_report tnef_parse vcalendar" + perl_plugin rssyl spam_report synce_plugin tnef_parse vcalendar" if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i486" + SLKCFLAGS="-O2 -march=i486 -mtune=i486" + LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" + SLKCFLAGS="-O2 -march=i686 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" fi set -eu @@ -77,7 +75,8 @@ for plugin in $PLUGIN_LIST ; do ./configure \ --prefix=/usr \ --sysconfdir=/etc \ - --localstatedir=/var/lib \ + --localstatedir=/var \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ --disable-static \ --build=$ARCH-slackware-linux 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 408ffc78e3..9891a5ad91 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.6.1" +VERSION="3.7.1" HOMEPAGE="http://www.claws-mail.org/" -DOWNLOAD="http://downloads.sourceforge.net/sylpheed-claws/claws-mail-extra-plugins-3.6.1.tar.bz2" -MD5SUM="2cde81793cd8b727023d7aebe738a5a9" +DOWNLOAD="http://downloads.sourceforge.net/sylpheed-claws/claws-mail-extra-plugins-3.7.1.tar.bz2" +MD5SUM="a483d0554365c2409f8921eefcb69a6f" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" -APPROVED="rworkman" +APPROVED="Michiel"