From 517116282b5db9bb2a7937cfec14f777d54d1eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= Date: Thu, 11 Jun 2020 02:53:53 +0200 Subject: [PATCH] [unicorn-lib] Update to 01cc7fc (2020-03-02) (#11830) * [unicorn-lib] Check current version on CI first - Check if the current version of unicorn-lib builds on all supported triplets - Current version of port in vcpkg: commit ba11f5930dbeb5f8e04b2ee727b6dd3932fd6b03 date 2019-07-09 * [unicorn-lib] Update to 01cc7fc (2020-03-02) - Update to current version in git: commit 01cc7fcd2d60dbc083767d448477638e5ec8b92a date 2020-03-02 --- ports/unicorn-lib/CONTROL | 2 +- ports/unicorn-lib/portfile.cmake | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ports/unicorn-lib/CONTROL b/ports/unicorn-lib/CONTROL index ff66a2925..d186705cf 100644 --- a/ports/unicorn-lib/CONTROL +++ b/ports/unicorn-lib/CONTROL @@ -1,5 +1,5 @@ Source: unicorn-lib -Version: 2019-07-11 +Version: 2020-03-02 Homepage: https://github.com/CaptainCrowbar/unicorn-lib Description: Unicode library for C++ by Ross Smith Build-Depends: rs-core-lib, pcre2, zlib, libiconv diff --git a/ports/unicorn-lib/portfile.cmake b/ports/unicorn-lib/portfile.cmake index 6584a4d22..dfdc82bca 100644 --- a/ports/unicorn-lib/portfile.cmake +++ b/ports/unicorn-lib/portfile.cmake @@ -1,5 +1,3 @@ -include(vcpkg_common_functions) - if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) message("unicorn-lib is a static library, now build with static.") set(VCPKG_LIBRARY_LINKAGE static) @@ -8,8 +6,8 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO CaptainCrowbar/unicorn-lib - REF ba11f5930dbeb5f8e04b2ee727b6dd3932fd6b03 - SHA512 2b1c8f12c3d29bfcff7209763000f2b9db612cefd384d9f015cc07a1ebeb498ba3e8b13dba4d94a86828d3f7eafc17eede21be9926080426f0417d3ad2cee396 + REF 01cc7fcd2d60dbc083767d448477638e5ec8b92a # 2020-03-02 + SHA512 d8ffb80c589b34d850a507570d7d8ec707a6a23b469d484f47c80566883bd4883da23a4701434f361231a7615065ff5f1e42e40c028975f43f198c307353ec9d HEAD_REF master ) @@ -28,4 +26,4 @@ vcpkg_copy_pdbs() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) # Handle copyright -file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/unicorn-lib RENAME copyright) \ No newline at end of file +file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)