mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 15:07:58 +08:00
qscintilla: update to 2.13.4 (#30158)
This commit is contained in:
parent
3e9d06463d
commit
58cf7efd46
@ -16,9 +16,9 @@ index 8d0acd2..2246442 100644
|
||||
-!CONFIG(staticlib) {
|
||||
+!CONFIG(static) {
|
||||
DEFINES += QSCINTILLA_MAKE_DLL
|
||||
}
|
||||
DEFINES += SCINTILLA_QT SCI_LEXER INCLUDE_DEPRECATED_FEATURES
|
||||
@@ -82,7 +82,7 @@ qsci.files = ../qsci
|
||||
|
||||
# Comment this in to build a dynamic library supporting multiple
|
||||
@@ -86,7 +86,7 @@ qsci.files = ../qsci
|
||||
INSTALLS += qsci
|
||||
|
||||
features.path = $$[QT_HOST_DATA]/mkspecs/features
|
||||
|
@ -1,11 +1,11 @@
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://www.riverbankcomputing.com/static/Downloads/QScintilla/2.12.0/QScintilla_src-2.12.0.tar.gz"
|
||||
FILENAME "QScintilla-2.12.0.tar.gz"
|
||||
SHA512 9bdaba5c33c1b11ccad83eb1fda72142758afc50c955a62d5a8ff102b41d4b67d897bf96ce0540e16bc5a7fae2ce1acbf06931d5f0ae6768759c9ff072c03daa
|
||||
URLS "https://www.riverbankcomputing.com/static/Downloads/QScintilla/2.13.4/QScintilla_src-2.13.4.tar.gz"
|
||||
FILENAME "QScintilla-2.13.4.tar.gz"
|
||||
SHA512 591379f4d48a6de1bc61db93f6c0d1c48b6830a852679b51e27debb866524c320e2db27d919baf32576c2bf40bba62e38378673a86f22db9839746e26b0f77cd
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive_ex(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
vcpkg_extract_source_archive(
|
||||
SOURCE_PATH
|
||||
ARCHIVE ${ARCHIVE}
|
||||
PATCHES
|
||||
fix-static.patch
|
||||
|
@ -1,10 +1,9 @@
|
||||
{
|
||||
"name": "qscintilla",
|
||||
"version": "2.12.0",
|
||||
"port-version": 1,
|
||||
"version": "2.13.4",
|
||||
"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",
|
||||
"supports": "!(windows & (arm | arm64))",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "qt5-base",
|
||||
|
@ -6329,8 +6329,8 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"qscintilla": {
|
||||
"baseline": "2.12.0",
|
||||
"port-version": 1
|
||||
"baseline": "2.13.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"qt": {
|
||||
"baseline": "6.4.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7698a4b73e3ed54fd0cf66cf9e754317763750cb",
|
||||
"version": "2.13.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "63f2d1f0287a6d61b5c85b428920b0fbe102adec",
|
||||
"version": "2.12.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user