[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:
Maximilian Kruse 2020-03-06 19:07:49 +01:00 committed by GitHub
parent d0a465518e
commit c520e1f3e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 10 deletions

View File

@ -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

View File

@ -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})

View File

@ -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