network/claws-mail-extra-plugins: Updated for version 3.7.1

This commit is contained in:
Erik Hanson 2010-05-12 17:43:04 +02:00 committed by Michiel van Wessem
parent 3c60312f58
commit 2e8b11b8c1
3 changed files with 26 additions and 27 deletions

View file

@ -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.

View file

@ -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

View file

@ -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"