qscintilla: update to 2.13.4 (#30158)

This commit is contained in:
مهدي شينون (Mehdi Chinoune) 2023-03-20 07:57:36 +01:00 committed by GitHub
parent 3e9d06463d
commit 58cf7efd46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 13 deletions

View File

@ -16,9 +16,9 @@ index 8d0acd2..2246442 100644
-!CONFIG(staticlib) { -!CONFIG(staticlib) {
+!CONFIG(static) { +!CONFIG(static) {
DEFINES += QSCINTILLA_MAKE_DLL DEFINES += QSCINTILLA_MAKE_DLL
}
DEFINES += SCINTILLA_QT SCI_LEXER INCLUDE_DEPRECATED_FEATURES # Comment this in to build a dynamic library supporting multiple
@@ -82,7 +82,7 @@ qsci.files = ../qsci @@ -86,7 +86,7 @@ qsci.files = ../qsci
INSTALLS += qsci INSTALLS += qsci
features.path = $$[QT_HOST_DATA]/mkspecs/features features.path = $$[QT_HOST_DATA]/mkspecs/features

View File

@ -1,11 +1,11 @@
vcpkg_download_distfile(ARCHIVE vcpkg_download_distfile(ARCHIVE
URLS "https://www.riverbankcomputing.com/static/Downloads/QScintilla/2.12.0/QScintilla_src-2.12.0.tar.gz" URLS "https://www.riverbankcomputing.com/static/Downloads/QScintilla/2.13.4/QScintilla_src-2.13.4.tar.gz"
FILENAME "QScintilla-2.12.0.tar.gz" FILENAME "QScintilla-2.13.4.tar.gz"
SHA512 9bdaba5c33c1b11ccad83eb1fda72142758afc50c955a62d5a8ff102b41d4b67d897bf96ce0540e16bc5a7fae2ce1acbf06931d5f0ae6768759c9ff072c03daa SHA512 591379f4d48a6de1bc61db93f6c0d1c48b6830a852679b51e27debb866524c320e2db27d919baf32576c2bf40bba62e38378673a86f22db9839746e26b0f77cd
) )
vcpkg_extract_source_archive_ex( vcpkg_extract_source_archive(
OUT_SOURCE_PATH SOURCE_PATH SOURCE_PATH
ARCHIVE ${ARCHIVE} ARCHIVE ${ARCHIVE}
PATCHES PATCHES
fix-static.patch fix-static.patch

View File

@ -1,10 +1,9 @@
{ {
"name": "qscintilla", "name": "qscintilla",
"version": "2.12.0", "version": "2.13.4",
"port-version": 1,
"description": "QScintilla is a port to Qt of the Scintilla editing component. Features syntax highlighting, code-completion and much more (Barebone build without python bindings (missing dependeny PyQt) and without QtDesigner plugin)", "description": "QScintilla is a port to Qt of the Scintilla editing component. Features syntax highlighting, code-completion and much more (Barebone build without python bindings (missing dependeny PyQt) and without QtDesigner plugin)",
"homepage": "https://www.riverbankcomputing.com/software/qscintilla", "homepage": "https://www.riverbankcomputing.com/software/qscintilla",
"supports": "!(windows & (arm | arm64))", "license": "GPL-3.0-or-later",
"dependencies": [ "dependencies": [
{ {
"name": "qt5-base", "name": "qt5-base",

View File

@ -6329,8 +6329,8 @@
"port-version": 3 "port-version": 3
}, },
"qscintilla": { "qscintilla": {
"baseline": "2.12.0", "baseline": "2.13.4",
"port-version": 1 "port-version": 0
}, },
"qt": { "qt": {
"baseline": "6.4.2", "baseline": "6.4.2",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "7698a4b73e3ed54fd0cf66cf9e754317763750cb",
"version": "2.13.4",
"port-version": 0
},
{ {
"git-tree": "63f2d1f0287a6d61b5c85b428920b0fbe102adec", "git-tree": "63f2d1f0287a6d61b5c85b428920b0fbe102adec",
"version": "2.12.0", "version": "2.12.0",