qtikz: update to 0.13.2.
This commit is contained in:
parent
911e4cd289
commit
2d384fd4ca
|
@ -1,11 +0,0 @@
|
|||
--- a/qtikz.pro
|
||||
+++ b/qtikz.pro
|
||||
@@ -5,7 +5,7 @@
|
||||
ORGNAME = "Florian_Hackenberger"
|
||||
APPNAME = qtikz
|
||||
APPEXENAME = qtikz
|
||||
-APPVERSION = 0.12
|
||||
+APPVERSION = 0.13.1
|
||||
|
||||
include(qmake/qtikzconfig.pri)
|
||||
include(qmake/qtikzdefaults.pri)
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'qtikz'
|
||||
pkgname=qtikz
|
||||
version=0.13.1
|
||||
version=0.13.2
|
||||
revision=1
|
||||
wrksrc=ktikz-${version}
|
||||
build_style=qmake
|
||||
|
@ -12,9 +12,12 @@ 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=03f6ee335ca1abb23216870a6df71406ab44a4899875d4695b8594cfb789a127
|
||||
checksum=1b7f5b7a8daacea68b5a93c1e5a946c9ba9f776b8708f11ca047e591a446f300
|
||||
|
||||
post_patch() {
|
||||
vsed -e '/include.*QPainter/a #include <QtGui/QPainterPath>' \
|
||||
-i app/tikzeditor.cpp
|
||||
# fix version
|
||||
vsed -i qtikz.pro \
|
||||
-e "s/APPVERSION = 0.12/APPVERSION = ${version}/"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue