From a85589a19cb246871b2014ce74b79fc2e399d568 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 13 Aug 2016 00:35:04 +0000 Subject: [PATCH] extra/claws-mail to 3.14.0-1 --- extra/claws-mail/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/extra/claws-mail/PKGBUILD b/extra/claws-mail/PKGBUILD index d1ff18dcf..b1b620823 100644 --- a/extra/claws-mail/PKGBUILD +++ b/extra/claws-mail/PKGBUILD @@ -5,8 +5,8 @@ # - drop valgrind makedepend pkgname=claws-mail -pkgver=3.13.2 -pkgrel=6 +pkgver=3.14.0 +pkgrel=1 pkgdesc="A GTK+ based e-mail client." arch=('i686' 'x86_64') license=('GPL3') @@ -17,7 +17,7 @@ makedepends=('spamassassin' 'bogofilter' # dependencies for plugins 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk' # deps to build the docs - 'docbook-utils') + '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' @@ -34,23 +34,23 @@ optdepends=('python2: needed for some tools and python plugin' 'libsoup: for the fancy webkit html plugin' 'libgdata: for gdata plugin' 'poppler-glib: for pdf viewer plugin' - 'ghostscript: for pdf viewer plugin') + 'ghostscript: for pdf viewer plugin') replaces=('sylpheed-claws' 'claws-mail-extra-plugins') conflicts=('claws-mail-extra-plugins') provides=('claws') source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc}) -sha256sums=('6a731052814b3284abeca1662d47817a86e018bc7123ab428f015f0cfab40ad1' +sha256sums=('466bd70350c69055d980dc84038d13f231f4ed060af899910e29c7a1de83cc59' 'SKIP') validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul build() { cd ${pkgname}-${pkgver} - + # fixes for python2 export PYTHON="/usr/bin/python2" sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py sed -i 's:python -c:python2 -c:g' configure - + ./configure --prefix=/usr --disable-static \ --enable-enchant \ --enable-gnutls \