mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[nativefiledialog] Upgrade port to release 116 (#22645)
* port: (nativefiledialog) upgrade to release 116 * port: [nativefiledialog] modify version * Update version database * update nativefiledialog * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
@@ -7,8 +7,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO mlabbe/nativefiledialog
|
||||
REF ceb75f7abf30736aa8ee4800cde0d444c798f8b9
|
||||
SHA512 dd2bff28bb08fb1f6b07ad28530da039f176fb641e300b816040a2b2b840611e418cad44fdaf395ec565c50149ce58c80f88f6a77b403b843f2b14f1f2c91d7d
|
||||
REF 67345b80ebb429ecc2aeda94c478b3bcc5f7888e
|
||||
SHA512 55edb3730b718b18d4fee7ec9bb479794d0e193ff13f05f26cbcf9ff44c43adb93e228ed7fd708e30c08476366f098bf69139031a84f5e4d6a85eba096fe4654
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@@ -20,8 +20,7 @@ vcpkg_check_features(
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
${FEATURE_OPTIONS}
|
||||
)
|
||||
@@ -31,8 +30,8 @@ vcpkg_cmake_install()
|
||||
vcpkg_cmake_config_fixup(PACKAGE_NAME unofficial-${PORT} CONFIG_PATH share/unofficial-${PORT})
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
|
||||
# Handle copyright
|
||||
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
|
||||
configure_file("${SOURCE_PATH}/LICENSE" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY)
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "nativefiledialog",
|
||||
"version-date": "2019-08-28",
|
||||
"port-version": 1,
|
||||
"version-date": "2022-01-20",
|
||||
"description": "A tiny, neat C library that portably invokes native file open and save dialogs",
|
||||
"homepage": "https://github.com/mlabbe/nativefiledialog",
|
||||
"supports": "!uwp",
|
||||
|
||||
@@ -4681,8 +4681,8 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"nativefiledialog": {
|
||||
"baseline": "2019-08-28",
|
||||
"port-version": 1
|
||||
"baseline": "2022-01-20",
|
||||
"port-version": 0
|
||||
},
|
||||
"nayuki-qr-code-generator": {
|
||||
"baseline": "1.7.0",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a74fcf99cb59fc1094b1b40622cead632c0df81a",
|
||||
"version-date": "2022-01-20",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "d765a8f84ba49c18701f68b7471f1b93b7313ddc",
|
||||
"version-date": "2019-08-28",
|
||||
|
||||
Reference in New Issue
Block a user