From b9c6e8b417b69de11a8909c85b156417024c8b54 Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Wed, 12 May 2010 17:43:05 +0200 Subject: network/claws-mail: Updated for version 3.7.1 --- network/claws-mail/README | 5 +---- network/claws-mail/claws-mail.SlackBuild | 8 +++++++- network/claws-mail/claws-mail.info | 8 ++++---- network/claws-mail/slack-desc | 2 +- 4 files changed, 13 insertions(+), 10 deletions(-) (limited to 'network/claws-mail') diff --git a/network/claws-mail/README b/network/claws-mail/README index bf1c742dd8..5ab56d3f9e 100644 --- a/network/claws-mail/README +++ b/network/claws-mail/README @@ -17,7 +17,4 @@ any other email client, and export them just as easily. Lots of extra functionality, like an RSS aggregator, calendar, or laptop LED handling, are provided by extra plugins. -* libetpan is required for IMAP support, it can be found at slackbuilds.org -* enchant is required for spellchecking support, it can be found at - slackbuilds.org -* gpgme is optional for GnuPG support (and is included with slackware) +* libetpan is required for IMAP support; it can be found at slackbuilds.org diff --git a/network/claws-mail/claws-mail.SlackBuild b/network/claws-mail/claws-mail.SlackBuild index a022e1437e..c624b9bb9c 100644 --- a/network/claws-mail/claws-mail.SlackBuild +++ b/network/claws-mail/claws-mail.SlackBuild @@ -4,7 +4,7 @@ # Written by Erik Hanson erik@slackbuilds.org PRGNAM=claws-mail -VERSION=3.6.1 +VERSION=3.7.1 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -16,8 +16,13 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" + LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" fi set -eu @@ -37,6 +42,7 @@ CFLAGS="$SLKCFLAGS" \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ --enable-static=no \ --build=$ARCH-slackware-linux diff --git a/network/claws-mail/claws-mail.info b/network/claws-mail/claws-mail.info index f4152d9fdd..0448b1cc84 100644 --- a/network/claws-mail/claws-mail.info +++ b/network/claws-mail/claws-mail.info @@ -1,8 +1,8 @@ PRGNAM="claws-mail" -VERSION="3.6.1" +VERSION="3.7.1" HOMEPAGE="http://www.claws-mail.org/" -DOWNLOAD="http://downloads.sourceforge.net/sylpheed-claws/claws-mail-3.6.1.tar.bz2" -MD5SUM="761b8ae2d574588460a0fb1ea4931ccb" +DOWNLOAD="http://downloads.sourceforge.net/sylpheed-claws/claws-mail-3.7.1.tar.bz2" +MD5SUM="8351ba15b04c1388d772ba52e41a8643" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" -APPROVED="rworkman" +APPROVED="Michiel" diff --git a/network/claws-mail/slack-desc b/network/claws-mail/slack-desc index a43ac8ffc0..74c0d40211 100644 --- a/network/claws-mail/slack-desc +++ b/network/claws-mail/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -claws-mail: Claws-Mail - The user-friendly, lightweight, and fast email cleint +claws-mail: Claws-Mail (A user-friendly, lightweight, and fast email cleint) claws-mail: claws-mail: Claws Mail is an email client (and news reader), based on GTK+, claws-mail: featuring: Quick response, Graceful, and sophisticated interface, -- cgit v1.2.3