mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/claws-mail to 3.9.2-4
This commit is contained in:
parent
db668a9170
commit
d303bacf0c
1 changed files with 5 additions and 6 deletions
|
@ -6,13 +6,13 @@
|
|||
|
||||
pkgname=claws-mail
|
||||
pkgver=3.9.2
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
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>=1.1-4' 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
|
||||
depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan>=1.1-4'
|
||||
'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
|
||||
makedepends=('compface' 'spamassassin' 'bogofilter'
|
||||
# dependencies for plugins
|
||||
'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk')
|
||||
|
@ -43,7 +43,7 @@ md5sums=('90de2a265e65fbd9dffdbf428bb0ee28'
|
|||
'SKIP')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
||||
# fixes for python2
|
||||
export PYTHON="/usr/bin/python2"
|
||||
|
@ -58,13 +58,12 @@ build() {
|
|||
--enable-pgpmime-plugin \
|
||||
--enable-spamassassin-plugin \
|
||||
--enable-bogofilter-plugin \
|
||||
--enable-jpilot \
|
||||
#--help
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
cd ${pkgname}-${pkgver}
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
||||
# build and install extra tools
|
||||
|
|
Loading…
Reference in a new issue