Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ports/qscintilla/fix-static.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions ports/qscintilla/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions ports/qscintilla/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qscintilla.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7698a4b73e3ed54fd0cf66cf9e754317763750cb",
"version": "2.13.4",
"port-version": 0
},
{
"git-tree": "63f2d1f0287a6d61b5c85b428920b0fbe102adec",
"version": "2.12.0",
Expand Down