diff --git a/srcpkgs/grantlee5/patches/fix-qt513.patch b/srcpkgs/grantlee5/patches/fix-qt513.patch new file mode 100644 index 00000000000..37bdd38a17a --- /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 46a195ba632..a19c1a02db2 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"