From fe2fa4c516abfc2460f4099a3e7cd42819daae53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 21 Nov 2020 16:22:41 +0700 Subject: [PATCH] qtikz: use SPDX 3.0 license, fix build Qt 5.15 --- srcpkgs/qtikz/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qtikz/template b/srcpkgs/qtikz/template index 490b0c183d9..a724860cc42 100644 --- a/srcpkgs/qtikz/template +++ b/srcpkgs/qtikz/template @@ -1,15 +1,20 @@ # Template file for 'qtikz' pkgname=qtikz version=0.12 -revision=1 +revision=2 wrksrc=ktikz-${version} build_style=qmake -hostmakedepends="qt5-qmake pkg-config qt5-plugin-sqlite qt5-devel +hostmakedepends="qt5-qmake pkg-config qt5-plugin-sqlite qt5-host-tools qt5-tools" makedepends="poppler-qt5-devel qt5-devel" short_desc="Editor for graphics set in TikZ" maintainer="Piraty " -license="GPL-2" +license="GPL-2.0-or-later" homepage="http://www.hackenberger.at/blog/ktikz-editor-for-the-tikz-language/" distfiles="https://github.com/fhackenberger/ktikz/archive/${version}.tar.gz" checksum=ef15fe70f4e057eab74ed738886f8e4a53d5b1bcdf1ee329930bf06e22f56e9d + +post_patch() { + vsed -e '/include.*QPainter/a #include ' \ + -i app/tikzeditor.cpp +}