From a913479bffa4283b162a3d208861c66741cad963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 17 Jul 2019 19:03:07 +0200 Subject: [PATCH] grantlee5: fix build w/ qt5-5.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/grantlee5/patches/fix-qt513.patch | 12 ++++++++++++ srcpkgs/grantlee5/template | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/grantlee5/patches/fix-qt513.patch diff --git a/srcpkgs/grantlee5/patches/fix-qt513.patch b/srcpkgs/grantlee5/patches/fix-qt513.patch new file mode 100644 index 0000000000..37bdd38a17 --- /dev/null +++ b/srcpkgs/grantlee5/patches/fix-qt513.patch @@ -0,0 +1,12 @@ +--- templates/lib/lexer_p.h 2016-04-19 08:33:17.000000000 +0200 ++++ templates/lib/lexer_p.h 2019-07-17 18:59:09.532287091 +0200 +@@ -23,8 +23,7 @@ + + #include "textprocessingmachine_p.h" + #include "token.h" +- +-template class QList; ++#include + + namespace Grantlee + { diff --git a/srcpkgs/grantlee5/template b/srcpkgs/grantlee5/template index 46a195ba63..a19c1a02db 100644 --- a/srcpkgs/grantlee5/template +++ b/srcpkgs/grantlee5/template @@ -1,7 +1,7 @@ # Template file for 'grantlee5' pkgname=grantlee5 version=5.1.0 -revision=2 +revision=3 wrksrc=${pkgname%5}-${version} build_style=cmake makedepends="qt5-script-devel qt5-tools-devel"