extra/claws-mail to 3.13.2-3

This commit is contained in:
Kevin Mihelich 2016-04-14 18:03:11 +00:00
parent 821326f574
commit a3eaf8712c

View file

@ -6,7 +6,7 @@
pkgname=claws-mail pkgname=claws-mail
pkgver=3.13.2 pkgver=3.13.2
pkgrel=2 pkgrel=3
pkgdesc="A GTK+ based e-mail client." pkgdesc="A GTK+ based e-mail client."
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
license=('GPL3') license=('GPL3')
@ -15,7 +15,9 @@ depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 'co
'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils') 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('spamassassin' 'bogofilter' makedepends=('spamassassin' 'bogofilter'
# dependencies for plugins # dependencies for plugins
'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk') 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk'
# deps to build the docs
'docbook-utils')
#'libchamplain' needed for geolocation plugin, disabled for now - most time it's not compatible with current gnome releases #'libchamplain' needed for geolocation plugin, disabled for now - most time it's not compatible with current gnome releases
optdepends=('python2: needed for some tools and python plugin' optdepends=('python2: needed for some tools and python plugin'
'perl: needed for some tools and perl plugin' 'perl: needed for some tools and perl plugin'
@ -57,9 +59,7 @@ build() {
--enable-crash-dialog \ --enable-crash-dialog \
--enable-pgpmime-plugin \ --enable-pgpmime-plugin \
--enable-spamassassin-plugin \ --enable-spamassassin-plugin \
--enable-bogofilter-plugin \ --enable-bogofilter-plugin #--help
--enable-appdata
#--help
make make
} }