summaryrefslogtreecommitdiff
path: root/extra/claws-mail
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-29 23:14:40 +0000
committerroot <root@rshg054.dnsready.net>2011-08-29 23:14:40 +0000
commite13fbaf2cbb72b7e8c8278ea94b70dd4a8ce48b2 (patch)
tree570e875c44f8d4d5ca7813d745f3ab5674fd3d4f /extra/claws-mail
parent57fc7b041fcd8bc73a40cd31d3b80bed779e79fe (diff)
Mon Aug 29 23:14:40 UTC 2011
Diffstat (limited to 'extra/claws-mail')
-rw-r--r--extra/claws-mail/PKGBUILD16
-rw-r--r--extra/claws-mail/claws-mail.install7
2 files changed, 11 insertions, 12 deletions
diff --git a/extra/claws-mail/PKGBUILD b/extra/claws-mail/PKGBUILD
index 2138dbbb9..2b68bab55 100644
--- a/extra/claws-mail/PKGBUILD
+++ b/extra/claws-mail/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 135774 2011-08-18 15:03:56Z andyrtr $
+# $Id: PKGBUILD 136387 2011-08-28 17:30:31Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgname=claws-mail
-pkgver=3.7.9
-pkgrel=5
+pkgver=3.7.10
+pkgrel=1
pkgdesc="A GTK+ based e-mail client."
arch=('i686' 'x86_64')
license=('GPL3')
@@ -14,21 +14,17 @@ makedepends=('compface' 'spamassassin' 'bogofilter' 'valgrind')
optdepends=('python2: needed for some tools'
'perl: needed for some tools'
'spamassassin: adds support for spamfiltering'
- 'bogofilter: adds support for spamfiltering'
- 'html2ps: AUR pkg - adds support for printing html mails together with html plugins')
+ 'bogofilter: adds support for spamfiltering')
replaces=('sylpheed-claws')
provides=('claws')
options=(!libtool)
install=claws-mail.install
-source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2
- claws-notify-crash.patch)
-md5sums=('2f9d2dcabf84e312cfeb56efa799b5b3'
- '9a2903449f679344b5f5f51c91825b45')
+source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('fcf58dcff52f0908ff3bc368d820408b')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- patch -Np0 -i $srcdir/claws-notify-crash.patch
sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
./configure --prefix=/usr --disable-static \
diff --git a/extra/claws-mail/claws-mail.install b/extra/claws-mail/claws-mail.install
index 648480c3b..a6ae1eae6 100644
--- a/extra/claws-mail/claws-mail.install
+++ b/extra/claws-mail/claws-mail.install
@@ -1,13 +1,16 @@
post_install() {
+ echo "install \"html2ps\" from AUR to add support for printing html mails together with html plugins"
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
}
post_upgrade() {
- post_install
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
}
post_remove() {
- post_install
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
}