diff options
Diffstat (limited to 'nonprism')
-rw-r--r-- | nonprism/claws-mail/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/nonprism/claws-mail/PKGBUILD b/nonprism/claws-mail/PKGBUILD index 016c2a385..67a1f102f 100644 --- a/nonprism/claws-mail/PKGBUILD +++ b/nonprism/claws-mail/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 214747 2014-06-09 09:54:05Z andyrtr $ +# $Id: PKGBUILD 225136 2014-10-20 19:56:45Z andyrtr $ # Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org> # Maintainer: Márcio Silva <coadde@parabola.nu> pkgname=claws-mail -pkgver=3.10.1 +pkgver=3.11.0 pkgrel=1.nonprism1 pkgdesc="A GTK+ based e-mail client, without libgdata support" arch=('i686' 'x86_64' 'mips64el') @@ -11,7 +11,7 @@ license=('GPL3') url="http://www.$pkgname.org" depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 'compface' 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils') -makedepends=('spamassassin' 'bogofilter' 'valgrind' +makedepends=('spamassassin' 'bogofilter' 'valgrind' 'intltool' # dependencies for plugins 'libsoup' 'webkitgtk2' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk') #'libchamplain' needed for geolocation plugin, disabled for now - most time it's not compatible with current gnome releases @@ -35,7 +35,7 @@ conflicts=("$pkgname-extra-plugins" "$pkgname-libre" "$pkgname-libre-nonprism" " provides=('claws') install=$pkgname.install source=(http://downloads.sourceforge.net/sourceforge/claws-mail/$pkgname-$pkgver.tar.xz{,.asc}) -sha1sums=('fff74eabee65b78dc842abf34819cc5dd9e7feca' +sha1sums=('1fc919e7d4357408a04131c4195878ea920de4f0' 'SKIP') build() { @@ -54,6 +54,7 @@ build() { --enable-pgpmime-plugin \ --enable-spamassassin-plugin \ --enable-bogofilter-plugin \ + --enable-appdata \ --disable-gdata-plugin #--help setarch $CARCH make |