From fc54c64606929445f90439af4939714b47cf91e5 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 16 Feb 2019 20:49:44 -0200 Subject: [PATCH] qscintilla-qt5: update to 2.11.1. --- common/shlibs | 2 +- srcpkgs/qscintilla-qt5/template | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/common/shlibs b/common/shlibs index cd928ab7b08..d4089d5d6f4 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2756,7 +2756,7 @@ libopencsg.so.1 opencsg-1.4.2_1 libCGAL.so.13 cgal-4.10_1 libCGAL_Core.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 libQtAV.so.1 qtav-1.12.0_1 liblxpanel.so.0 lxpanel-0.9.3_1 diff --git a/srcpkgs/qscintilla-qt5/template b/srcpkgs/qscintilla-qt5/template index 5fec447b676..66e29dc7528 100644 --- a/srcpkgs/qscintilla-qt5/template +++ b/srcpkgs/qscintilla-qt5/template @@ -1,20 +1,20 @@ # Template file for 'qscintilla-qt5' pkgname=qscintilla-qt5 -version=2.10.8 +version=2.11.1 revision=1 wrksrc="QScintilla_gpl-${version}" -build_wrksrc="Qt4Qt5" -build_style="qmake" +build_wrksrc=Qt4Qt5 +build_style=qmake hostmakedepends="qt5-qmake" 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 " -homepage="https://www.riverbankcomputing.com/software/qscintilla/intro" license="GPL-3.0-only" -distfiles="${SOURCEFORGE_SITE}/pyqt/${wrksrc}.tar.gz" -checksum=46cd5b4e609ca5e13130ba8cc7028d44fd1dc5b037f97c492899006ed0c992eb +homepage="https://www.riverbankcomputing.com/software/qscintilla/intro" +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" fi @@ -23,7 +23,7 @@ qscintilla-qt5-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/include - vmove usr/lib/*.so + vmove "usr/lib/*.so" vmove usr/lib/qt5/mkspecs } }