mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 16:02:48 +08:00
[scintilla] update to 4.4.6 (#16508)
* [scintilla] update to 4.4.6 * update version * modify portifile.cmake * update version
This commit is contained in:
parent
1eb9348a3a
commit
aac436abe0
@ -1,5 +0,0 @@
|
||||
Source: scintilla
|
||||
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)
|
@ -1,9 +1,9 @@
|
||||
vcpkg_fail_port_install(ON_TARGET "Linux" "OSX" "UWP")
|
||||
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://www.scintilla.org/scintilla445.zip"
|
||||
FILENAME "scintilla445.zip"
|
||||
SHA512 bac25ee6e9b1ab3602a6fbf2f28f046f6da5c45dfd6e882df250760a254517ee9b05d95b816234b5145553f0a8da92016d7839a50624543c52fde7539ea08259
|
||||
URLS "https://www.scintilla.org/scintilla446.zip"
|
||||
FILENAME "scintilla446.zip"
|
||||
SHA512 db6fa38283401497d8331f97dc5b57ea11d998988001f06b95892de769de5829b9f567635f3c1f2d9cfbc4384024d11666d28224ce90c5813ceef865b0dec255
|
||||
)
|
||||
|
||||
if (VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||
@ -17,14 +17,14 @@ endif()
|
||||
vcpkg_extract_source_archive_ex(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
ARCHIVE ${ARCHIVE}
|
||||
REF 4.4.5
|
||||
REF 4.4.6
|
||||
PATCHES ${PATCHES}
|
||||
)
|
||||
|
||||
vcpkg_install_msbuild(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PROJECT_SUBPATH Win32/SciLexer.vcxproj
|
||||
INCLUDES_SUBPATH include
|
||||
LICENSE_SUBPATH License.txt
|
||||
ALLOW_ROOT_INCLUDES
|
||||
)
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/include/ DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT} FILES_MATCHING PATTERN "*.*")
|
||||
|
7
ports/scintilla/vcpkg.json
Normal file
7
ports/scintilla/vcpkg.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "scintilla",
|
||||
"version": "4.4.6",
|
||||
"description": "A free source code editing component for Win32, GTK+, and OS X",
|
||||
"homepage": "https://www.scintilla.org/",
|
||||
"supports": "!(uwp | linux | osx)"
|
||||
}
|
@ -5269,7 +5269,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"scintilla": {
|
||||
"baseline": "4.4.5",
|
||||
"baseline": "4.4.6",
|
||||
"port-version": 0
|
||||
},
|
||||
"sciter": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "725d3e47a1e30713a272b1ef12251b65696f8a3e",
|
||||
"version": "4.4.6",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "1bb13f73af518651e5dafcd0767ca409d3219ac3",
|
||||
"version-string": "4.4.5",
|
||||
|
Loading…
Reference in New Issue
Block a user