mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/claws-mail to 3.16.0-3
This commit is contained in:
parent
b35a4db9ca
commit
c3a4bc3e92
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue