mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/claws-mail to 3.14.0-1
This commit is contained in:
parent
53c84866a2
commit
a85589a19c
1 changed files with 7 additions and 7 deletions
|
@ -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 <paul@claws-mail.org>
|
||||
|
||||
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 \
|
||||
|
|
Loading…
Reference in a new issue