qtikz: update to 0.13.1.

This commit is contained in:
Piraty 2020-12-20 21:14:12 +01:00
parent 7b7bfee27b
commit e8fe88ad01
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077
2 changed files with 6 additions and 23 deletions

View file

@ -1,28 +1,11 @@
From 972685a406517bb85eb561f2c8e26f029eacd7db Mon Sep 17 00:00:00 2001
From: Joao Carreira <jfmcarreira@gmail.com>
Date: Mon, 12 Mar 2018 18:16:57 +0000
Subject: [PATCH] Update qtikz.pro after version bump
---
qtikz.pro | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/qtikz.pro b/qtikz.pro
index 503de84..4c5dcf8 100644
--- qtikz.pro
+++ qtikz.pro
@@ -1,11 +1,11 @@
-lessThan(QT_VERSION, 4.6) {
- error("QtikZ requires Qt version 4.6 or higher.")
+lessThan(QT_VERSION, 5.0) {
+ error("QtikZ requires Qt version 5.0 or higher.")
}
@@ -5,7 +5,7 @@
ORGNAME = "Florian_Hackenberger"
APPNAME = qtikz
APPEXENAME = qtikz
-APPVERSION = 0.11
+APPVERSION = 0.12
-APPVERSION = 0.12
+APPVERSION = 0.13.1
include(qmake/qtikzconfig.pri)
include(qmake/qtikzdefaults.pri)

View file

@ -1,7 +1,7 @@
# Template file for 'qtikz'
pkgname=qtikz
version=0.12
revision=2
version=0.13.1
revision=1
wrksrc=ktikz-${version}
build_style=qmake
hostmakedepends="qt5-qmake pkg-config qt5-plugin-sqlite qt5-host-tools
@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
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
checksum=03f6ee335ca1abb23216870a6df71406ab44a4899875d4695b8594cfb789a127
post_patch() {
vsed -e '/include.*QPainter/a #include <QtGui/QPainterPath>' \