commit
a50f27be24
@ -1,11 +0,0 @@
|
|||||||
--- app/tikzeditor.cpp
|
|
||||||
+++ app/tikzeditor.cpp
|
|
||||||
@@ -319,7 +319,7 @@
|
|
||||||
|
|
||||||
QPen backupPen(painter.pen());
|
|
||||||
QPen tabulatorsPen(m_tabulatorsColor);
|
|
||||||
- tabulatorsPen.setWidthF(qMax(qreal(0.5), spaceWidth * .1));
|
|
||||||
+ tabulatorsPen.setWidthF(qMax(qreal(0.5), qreal(spaceWidth * .1)));
|
|
||||||
tabulatorsPen.setCapStyle(Qt::RoundCap);
|
|
||||||
tabulatorsPen.setJoinStyle(Qt::RoundJoin);
|
|
||||||
QPen whiteSpacesPen(m_whiteSpacesColor);
|
|
@ -1,9 +1,8 @@
|
|||||||
# Template file for 'qtikz'
|
# Template file for 'qtikz'
|
||||||
pkgname=qtikz
|
pkgname=qtikz
|
||||||
version=0.0.20161122
|
version=0.11
|
||||||
revision=1
|
revision=1
|
||||||
_githash="be66c8b1ff7e6b791b65af65e83c4926f307cf5a"
|
wrksrc=ktikz-${version}
|
||||||
wrksrc=ktikz-${_githash}
|
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="qt-qmake pkg-config qt-plugin-sqlite qt-devel"
|
hostmakedepends="qt-qmake pkg-config qt-plugin-sqlite qt-devel"
|
||||||
makedepends="poppler-qt4-devel qt-devel"
|
makedepends="poppler-qt4-devel qt-devel"
|
||||||
@ -11,5 +10,5 @@ short_desc="Editor for graphics set in TikZ"
|
|||||||
maintainer="Piraty <piraty1@inbox.ru>"
|
maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.hackenberger.at/blog/ktikz-editor-for-the-tikz-language/"
|
homepage="http://www.hackenberger.at/blog/ktikz-editor-for-the-tikz-language/"
|
||||||
distfiles="https://github.com/fhackenberger/ktikz/archive/${_githash}.tar.gz"
|
distfiles="https://github.com/fhackenberger/ktikz/archive/${version}.tar.gz"
|
||||||
checksum=48715746c91e7010bb4eaf23e1fd668a7b7916155d66028da9d13a9d63468bcf
|
checksum=8f08988c52edc95d766cef433c8ce1cdbd517528bbb474faee26ed8574682705
|
||||||
|
Loading…
x
Reference in New Issue
Block a user