mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/claws-mail: Updated for version 3.3.1
This commit is contained in:
parent
74660190b3
commit
15a4dc68ac
4 changed files with 16 additions and 12 deletions
|
@ -18,5 +18,5 @@ 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
|
||||
* gpgme is optional for GnuPG support, it can be found at slackbuilds.org
|
||||
* gpgme is optional for GnuPG support (and is included with slackware)
|
||||
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
# Written by Erik Hanson erik@slackbuilds.org
|
||||
|
||||
PRGNAM=claws-mail
|
||||
VERSION=2.9.2
|
||||
VERSION=3.3.1
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=`pwd`
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
@ -40,11 +40,7 @@ CFLAGS="$SLKCFLAGS" \
|
|||
make || exit 1
|
||||
make install-strip DESTDIR=$PKG || exit 1
|
||||
|
||||
# Fix icon path in .desktop file so that it will show up in KDE's menu
|
||||
sed -i 's|Icon=claws-mail.png|Icon=/usr/share/icons/hicolor/48x48/apps/claws-mail.png|' \
|
||||
$PKG/usr/share/applications/claws-mail.desktop || exit 1
|
||||
|
||||
gzip -9 $PKG/usr/man/man?/*
|
||||
gzip -9 $PKG/usr/man/man?/*.?
|
||||
mkdir -p $PKG/usr/doc $PKG/install
|
||||
mv $PKG/usr/share/doc/claws-mail $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
rm -rf $PKG/usr/share/doc
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="claws-mail"
|
||||
VERSION="2.9.1"
|
||||
VERSION="3.3.1"
|
||||
HOMEPAGE="http://www.claws-mail.org/"
|
||||
DOWNLOAD="http://dl.sourceforge.net/sylpheed-claws/claws-mail-2.9.2.tar.bz2"
|
||||
MD5SUM="5054149c6c0ece2f825494f1e3a89409"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/sylpheed-claws/claws-mail-3.3.1.tar.bz2"
|
||||
MD5SUM="f4bfa174cf1e6bda86ec5ff276be9d9a"
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
APPROVED="BP{k}"
|
||||
APPROVED="Michiel"
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# 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: Claws Mail is an email client (and news reader), based on GTK+,
|
||||
|
|
Loading…
Reference in a new issue