From 22b78f4d7d965c3c11c8919fe831e449ab7a1676 Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 26 Jul 2019 21:45:05 +0200 Subject: [PATCH] claws-mail: update to 3.17.4. --- srcpkgs/claws-mail/template | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/srcpkgs/claws-mail/template b/srcpkgs/claws-mail/template index 642091fde5d..d77ab8c3e53 100644 --- a/srcpkgs/claws-mail/template +++ b/srcpkgs/claws-mail/template @@ -1,7 +1,7 @@ # Template file for 'claws-mail' pkgname=claws-mail -version=3.17.3 -revision=3 +version=3.17.4 +revision=1 build_style=gnu-configure configure_args="--disable-static --disable-python-plugin --disable-perl-plugin --enable-enchant --enable-gnutls" @@ -17,17 +17,9 @@ maintainer="Jakub Skrzypnik " license="GPL-3.0-or-later" homepage="https://claws-mail.org" distfiles="https://www.claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz" -checksum=504e1f5a6f0880192662826ac07bcd083c3167b3db7143858617d6c51233d2f2 +checksum=590ed1131e51b3a627e75c3b256068f5176a498628e1c8f3315b9bc09482ae02 nocross=yes -pre_configure() { - # 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 -fi -} - # TODO(dominikh): claws-mail is a mess. If we don't have python # installed at all, the build process will fail, even if we don't want # the python plugin. If we do have python installed, cross-compilation