summaryrefslogtreecommitdiff
path: root/nonprism/claws-mail
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-18 00:39:03 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-18 00:55:41 -0300
commita5a62a37f45ee46a41f38571f308419b0be1b17d (patch)
tree4a156f35ed438702a1e4596c839dade39a6ac68c /nonprism/claws-mail
parent49c43bb786f678ce008765b5153c44c859595cba (diff)
claws-mail-3.13.2-3.nonprism1: add documentation - FS#48804 -> https://bugs.archlinux.org/task/48804
Diffstat (limited to 'nonprism/claws-mail')
-rw-r--r--nonprism/claws-mail/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/nonprism/claws-mail/PKGBUILD b/nonprism/claws-mail/PKGBUILD
index d248f13ea..e78ffb201 100644
--- a/nonprism/claws-mail/PKGBUILD
+++ b/nonprism/claws-mail/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 260623 2016-03-03 12:30:15Z foutrelis $
+# $Id: PKGBUILD 264945 2016-04-14 14:52:58Z andyrtr $
# Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org>
# Maintainer: Márcio Silva <coadde@parabola.nu>
pkgname=claws-mail
pkgver=3.13.2
-pkgrel=2.nonprism1
+pkgrel=3.nonprism1
pkgdesc="A GTK+ based e-mail client, without libgdata support"
arch=('i686' 'x86_64')
license=('GPL3')
@@ -13,7 +13,9 @@ depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 'co
'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('spamassassin' 'bogofilter' 'valgrind'
# dependencies for plugins
- 'libsoup' 'webkitgtk2' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk')
+ 'libsoup' '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
optdepends=('python2: needed for some tools and python plugin'
'perl: needed for some tools and perl plugin'
@@ -55,9 +57,7 @@ build() {
--enable-pgpmime-plugin \
--enable-spamassassin-plugin \
--enable-bogofilter-plugin \
- --enable-appdata \
- --disable-gdata-plugin
- #--help
+ --disable-gdata-plugin #--help
make
}