mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 20:53:02 +08:00
[tinyfiledialogs] download from archive, not temporary ref (#10111)
* Update tinyfiledialogs to download from archive I have additionally messaged the original maintainer about a fixed-version download, so we will finally have some consistent building of this package. * Update ci.baseline.txt * Update CONTROL * Update portfile.cmake * Change download path to be version specific * Download Path now plain * Change position of Supports tag * Update package version * Update portfile.cmake Update portfile to download to a specified archive version name.
This commit is contained in:
parent
d0a465518e
commit
c520e1f3e0
@ -1,4 +1,5 @@
|
||||
Source: tinyfiledialogs
|
||||
Version: 3.4.3
|
||||
Version: 3.4.3-1
|
||||
Description: Highly portable and cross-platform dialogs for native inputbox, passwordbox, colorpicker and more
|
||||
Homepage: https://sourceforge.net/projects/tinyfiledialogs/
|
||||
Supports: !uwp
|
||||
|
@ -1,9 +1,17 @@
|
||||
vcpkg_fail_port_install(ON_TARGET "uwp")
|
||||
|
||||
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
|
||||
vcpkg_from_git(
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://sourceforge.net/projects/tinyfiledialogs/files/v3.4/tinyfiledialogs-3.4.3.zip/download"
|
||||
FILENAME "tinyfiledialogs-3.4.3.zip"
|
||||
SHA512 b4a8c8fa5ff53a0972ce9dd1a4a473eaeb82689e5a47553b83e9220ea7e0ec582d87111728088ab6d314972e6531653b11fbd8c05c5e46fbe5bc4d29c7fe23fb
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive_ex(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
URL https://git.code.sf.net/p/tinyfiledialogs/code
|
||||
REF f7789c57db4269495a6702625351a15e5ee17542
|
||||
ARCHIVE ${ARCHIVE}
|
||||
REF v3.4.3
|
||||
)
|
||||
|
||||
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
|
||||
|
@ -1730,14 +1730,8 @@ tinkerforge:arm-uwp=fail
|
||||
tinkerforge:x64-uwp=fail
|
||||
tinyexif:arm-uwp=fail
|
||||
tinyexif:x64-uwp=fail
|
||||
tinyfiledialogs:arm64-windows=fail
|
||||
tinyfiledialogs:arm-uwp=fail
|
||||
tinyfiledialogs:x64-linux=fail
|
||||
tinyfiledialogs:x64-uwp=fail
|
||||
tinyfiledialogs:x64-windows=fail
|
||||
tinyfiledialogs:x64-windows-static=fail
|
||||
tinyfiledialogs:x86-windows=fail
|
||||
tinyfiledialogs:x64-osx=fail
|
||||
tinynpy:x64-linux=ignore
|
||||
tiny-process-library:arm-uwp=fail
|
||||
tiny-process-library:x64-uwp=fail
|
||||
|
Loading…
Reference in New Issue
Block a user