qscintilla-qt5: update to 2.11.1.
This commit is contained in:
parent
6ed80c887a
commit
fc54c64606
2 changed files with 10 additions and 10 deletions
|
@ -2756,7 +2756,7 @@ libopencsg.so.1 opencsg-1.4.2_1
|
||||||
libCGAL.so.13 cgal-4.10_1
|
libCGAL.so.13 cgal-4.10_1
|
||||||
libCGAL_Core.so.13 cgal-4.10_1
|
libCGAL_Core.so.13 cgal-4.10_1
|
||||||
libCGAL_ImageIO.so.13 cgal-4.10_1
|
libCGAL_ImageIO.so.13 cgal-4.10_1
|
||||||
libqscintilla2_qt5.so.13 qscintilla-qt5-2.10_1
|
libqscintilla2_qt5.so.15 qscintilla-qt5-2.11_1
|
||||||
libQtAVWidgets.so.1 qtav-1.12.0_1
|
libQtAVWidgets.so.1 qtav-1.12.0_1
|
||||||
libQtAV.so.1 qtav-1.12.0_1
|
libQtAV.so.1 qtav-1.12.0_1
|
||||||
liblxpanel.so.0 lxpanel-0.9.3_1
|
liblxpanel.so.0 lxpanel-0.9.3_1
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'qscintilla-qt5'
|
# Template file for 'qscintilla-qt5'
|
||||||
pkgname=qscintilla-qt5
|
pkgname=qscintilla-qt5
|
||||||
version=2.10.8
|
version=2.11.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="QScintilla_gpl-${version}"
|
wrksrc="QScintilla_gpl-${version}"
|
||||||
build_wrksrc="Qt4Qt5"
|
build_wrksrc=Qt4Qt5
|
||||||
build_style="qmake"
|
build_style=qmake
|
||||||
hostmakedepends="qt5-qmake"
|
hostmakedepends="qt5-qmake"
|
||||||
makedepends="qt5-devel"
|
makedepends="qt5-devel"
|
||||||
short_desc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
|
short_desc="Qt5 port of Neil Hodgson's Scintilla C++ editor class"
|
||||||
maintainer="Pierre Allegraud <pierre.allegraud@crans.org>"
|
maintainer="Pierre Allegraud <pierre.allegraud@crans.org>"
|
||||||
homepage="https://www.riverbankcomputing.com/software/qscintilla/intro"
|
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
distfiles="${SOURCEFORGE_SITE}/pyqt/${wrksrc}.tar.gz"
|
homepage="https://www.riverbankcomputing.com/software/qscintilla/intro"
|
||||||
checksum=46cd5b4e609ca5e13130ba8cc7028d44fd1dc5b037f97c492899006ed0c992eb
|
distfiles="https://www.riverbankcomputing.com/static/Downloads/QScintilla/QScintilla_gpl-${version}.tar.gz"
|
||||||
|
checksum=dae54d19e43dba5a3f98ac084fc0bcfa6fb713fa851f1783a01404397fd722f5
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends="qt5-devel"
|
hostmakedepends="qt5-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ qscintilla-qt5-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/qt5/mkspecs
|
vmove usr/lib/qt5/mkspecs
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue