mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/claws-mail: Updated for version 3.7.1
This commit is contained in:
parent
2e8b11b8c1
commit
b9c6e8b417
4 changed files with 13 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue