mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/claws-mail to 3.7.9-2
This commit is contained in:
parent
80a463d924
commit
bd728f9712
2 changed files with 4 additions and 3 deletions
|
@ -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'
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
post_install() {
|
||||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
|
|
Loading…
Reference in a new issue