aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlek <25618925+alek-d@users.noreply.github.com>2020-09-24 21:24:44 +0200
committerGitHub <noreply@github.com>2020-09-24 12:24:44 -0700
commit9b1c8a776bc673bb2902f97037cd57c0c14b998e (patch)
tree48ee05804f5e357b85bf6955a790e6b6584edc21
parent802c9c6aec1f6189e99b1fc8217977bc2995156a (diff)
downloadvcpkg-9b1c8a776bc673bb2902f97037cd57c0c14b998e.tar.gz
vcpkg-9b1c8a776bc673bb2902f97037cd57c0c14b998e.zip
[scintilla] Update to 4.4.5 (#13665)
* Add static linking to Scintilla * Add Port-Version to CONTROL * Split library linkage from crt linkage * Update CI baseline * [scintilla] Update to 4.4.5 * Remove vcpkg_copy_pdbs() * [scintilla] Add supports Co-authored-by: wangli28 <wangli28@beyondsoft.com>
-rw-r--r--ports/scintilla/CONTROL4
-rw-r--r--ports/scintilla/portfile.cmake8
-rw-r--r--scripts/ci.baseline.txt4
3 files changed, 6 insertions, 10 deletions
diff --git a/ports/scintilla/CONTROL b/ports/scintilla/CONTROL
index 76065f659..290fb456a 100644
--- a/ports/scintilla/CONTROL
+++ b/ports/scintilla/CONTROL
@@ -1,5 +1,5 @@
Source: scintilla
-Version: 4.2.3
-Port-Version: 1
+Version: 4.4.5
Homepage: https://www.scintilla.org/
Description: A free source code editing component for Win32, GTK+, and OS X
+Supports: !(uwp|linux|osx)
diff --git a/ports/scintilla/portfile.cmake b/ports/scintilla/portfile.cmake
index cf11392d1..8823621ac 100644
--- a/ports/scintilla/portfile.cmake
+++ b/ports/scintilla/portfile.cmake
@@ -1,9 +1,9 @@
vcpkg_fail_port_install(ON_TARGET "Linux" "OSX" "UWP")
vcpkg_download_distfile(ARCHIVE
- URLS "http://www.scintilla.org/scintilla423.zip"
- FILENAME "scintilla423.zip"
- SHA512 82a595782119ce5bb48c39f4cb9b29605c4cdc276f605ebd3e3b3ecae003ef2132102e21be8943c8b36ec40957e2e50f4ebc0086a5096901fa0e8e5e178db750
+ URLS "https://www.scintilla.org/scintilla445.zip"
+ FILENAME "scintilla445.zip"
+ SHA512 bac25ee6e9b1ab3602a6fbf2f28f046f6da5c45dfd6e882df250760a254517ee9b05d95b816234b5145553f0a8da92016d7839a50624543c52fde7539ea08259
)
if (VCPKG_LIBRARY_LINKAGE STREQUAL "static")
@@ -17,7 +17,7 @@ endif()
vcpkg_extract_source_archive_ex(
OUT_SOURCE_PATH SOURCE_PATH
ARCHIVE ${ARCHIVE}
- REF 4.2.3
+ REF 4.4.5
PATCHES ${PATCHES}
)
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt
index 114b12d46..102fba40e 100644
--- a/scripts/ci.baseline.txt
+++ b/scripts/ci.baseline.txt
@@ -1509,10 +1509,6 @@ ryu:x64-uwp=fail
ryu:x64-windows-static=fail
ryu:x86-windows=fail
ryu::arm64-windows=fail
-scintilla:arm-uwp=fail
-scintilla:x64-linux=fail
-scintilla:x64-osx=fail
-scintilla:x64-uwp=fail
sciter:arm64-windows=fail
sciter:arm-uwp=fail
sciter:x64-uwp=fail