mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
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
2 changed files with 8 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'qscintilla-qt5'
|
# Template file for 'qscintilla-qt5'
|
||||||
pkgname=qscintilla-qt5
|
pkgname=qscintilla-qt5
|
||||||
version=2.10
|
version=2.10.4
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="QScintilla_gpl-${version}"
|
wrksrc="QScintilla_gpl-${version}"
|
||||||
build_wrksrc="Qt4Qt5"
|
build_wrksrc="Qt4Qt5"
|
||||||
build_style="qmake"
|
build_style="qmake"
|
||||||
makedepends="qt5-devel"
|
makedepends="qt5-devel"
|
||||||
short_desc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
|
short_desc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
|
||||||
maintainer="Pierre Allegraud <pierre.allegraud@crans.org>"
|
maintainer="Pierre Allegraud <pierre.allegraud@crans.org>"
|
||||||
homepage="http://www.riverbankcomputing.co.uk/software/qscintilla/intro"
|
homepage="https://www.riverbankcomputing.co.uk/software/qscintilla/intro"
|
||||||
license="GPL-3"
|
license="GPL-3.0-only"
|
||||||
distfiles="${SOURCEFORGE_SITE}/pyqt/${wrksrc}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/pyqt/${wrksrc}.tar.gz"
|
||||||
checksum=16be30577bc178470936c458551f2512cc068aff6e7a7de6ed244e28c045f6ec
|
checksum=0353e694a67081e2ecdd7c80e1a848cf79a36dbba78b2afa36009482149b022d
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends="qt5-devel"
|
hostmakedepends="qt5-devel"
|
||||||
|
|
3
srcpkgs/qscintilla-qt5/update
Normal file
3
srcpkgs/qscintilla-qt5/update
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
site="https://www.riverbankcomputing.com/software/qscintilla/download"
|
||||||
|
pkgname=QScintilla_gpl
|
||||||
|
ignore="*dev*"
|
Loading…
Add table
Reference in a new issue