[arch-commits] Commit in claws-mail/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Fri Feb 9 18:42:53 UTC 2018


    Date: Friday, February 9, 2018 @ 18:42:51
  Author: andyrtr
Revision: 316534

upgpkg: claws-mail 3.16.0-3

fix enchant detection - FS#57438

Modified:
  claws-mail/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-09 18:19:24 UTC (rev 316533)
+++ PKGBUILD	2018-02-09 18:42:51 UTC (rev 316534)
@@ -3,7 +3,7 @@
 
 pkgname=claws-mail
 pkgver=3.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A GTK+ based e-mail client."
 arch=('x86_64')
 license=('GPL3')
@@ -47,6 +47,10 @@
   # 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



More information about the arch-commits mailing list