extra/claws-mail to 3.16.0-3

This commit is contained in:
Kevin Mihelich 2018-02-10 01:25:49 +00:00
parent b35a4db9ca
commit c3a4bc3e92

View file

@ -6,7 +6,7 @@
pkgname=claws-mail
pkgver=3.16.0
pkgrel=2
pkgrel=3
pkgdesc="A GTK+ based e-mail client."
arch=('x86_64')
license=('GPL3')
@ -50,6 +50,10 @@ prepare() {
# upstream reintroduction of dillo plugin - after fancy plugin dropped
patch -Np1 -i ../dillo-plugin.diff
# fix new versioned enchant pkgconfig detection
sed -i "s:PKG_CHECK_MODULES(ENCHANT, enchant >= 1.4.0:PKG_CHECK_MODULES(ENCHANT, enchant-2 >= 1.4.0:" configure.ac
sed -i "s:--cflags enchant:--cflags enchant-2:" configure.ac
autoreconf -vfi
sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
sed -i 's:python -c:python2 -c:g' configure