From a5a62a37f45ee46a41f38571f308419b0be1b17d Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 18 Apr 2016 00:39:03 -0300 Subject: claws-mail-3.13.2-3.nonprism1: add documentation - FS#48804 -> https://bugs.archlinux.org/task/48804 --- nonprism/claws-mail/PKGBUILD | 12 ++++++------ 1 file 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 # Maintainer: Márcio Silva 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 } -- cgit v1.2.3-54-g00ecf