qtikz: use SPDX 3.0 license, fix build Qt 5.15
This commit is contained in:
parent
22c1165128
commit
fe2fa4c516
1 changed files with 8 additions and 3 deletions
|
@ -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 <piraty1@inbox.ru>"
|
||||
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 <QtGui/QPainterPath>' \
|
||||
-i app/tikzeditor.cpp
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue