qscintilla-qt5: update to 2.10.4.
Closes #14530. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
abe824986c
commit
0c18cd517e
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'qscintilla-qt5'
|
||||
pkgname=qscintilla-qt5
|
||||
version=2.10
|
||||
revision=2
|
||||
version=2.10.4
|
||||
revision=1
|
||||
wrksrc="QScintilla_gpl-${version}"
|
||||
build_wrksrc="Qt4Qt5"
|
||||
build_style="qmake"
|
||||
makedepends="qt5-devel"
|
||||
short_desc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
|
||||
maintainer="Pierre Allegraud <pierre.allegraud@crans.org>"
|
||||
homepage="http://www.riverbankcomputing.co.uk/software/qscintilla/intro"
|
||||
license="GPL-3"
|
||||
homepage="https://www.riverbankcomputing.co.uk/software/qscintilla/intro"
|
||||
license="GPL-3.0-only"
|
||||
distfiles="${SOURCEFORGE_SITE}/pyqt/${wrksrc}.tar.gz"
|
||||
checksum=16be30577bc178470936c458551f2512cc068aff6e7a7de6ed244e28c045f6ec
|
||||
checksum=0353e694a67081e2ecdd7c80e1a848cf79a36dbba78b2afa36009482149b022d
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends="qt5-devel"
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
site="https://www.riverbankcomputing.com/software/qscintilla/download"
|
||||
pkgname=QScintilla_gpl
|
||||
ignore="*dev*"
|
Loading…
Reference in New Issue