extra/claws-mail to 3.7.9-2

This commit is contained in:
Kevin Mihelich 2011-05-01 22:54:26 -04:00
parent 80a463d924
commit bd728f9712
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# $Id: PKGBUILD 119020 2011-04-10 13:42:00Z andyrtr $
# $Id: PKGBUILD 121163 2011-04-29 06:26:08Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
@ -8,13 +8,13 @@ plugrel=1
pkgname=claws-mail
pkgver=3.7.9
pkgrel=1
pkgrel=2
pkgdesc="A GTK+ based e-mail client."
arch=('i686' 'x86_64')
license=('GPL3')
url="http://www.claws-mail.org"
depends=('gtk2' 'gnutls' 'startup-notification' 'pilot-link' 'enchant'
'gpgme' 'libetpan' 'libsm' 'db' 'dbus-glib' 'hicolor-icon-theme')
'gpgme' 'libetpan' 'libsm' 'db' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('compface' 'spamassassin' 'bogofilter')
optdepends=('python2: needed for some tools'
'perl: needed for some tools'

View file

@ -1,5 +1,6 @@
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
}
post_upgrade() {