Merge pull request #8877 from JackBoosY/dev/jack/upgrade_tgui_0.8.6

[tgui]Update to 0.8.6
This commit is contained in:
dan-shaw 2019-11-21 11:43:06 -08:00 committed by GitHub
commit 021a6c0b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 7 deletions

View File

@ -1,5 +1,5 @@
Source: tgui
Version: 0.8.5
Version: 0.8.6
Description: TGUI is an easy to use, cross-platform, C++ GUI for SFML.
Build-Depends: sfml

View File

@ -1,10 +1,8 @@
include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO texus/TGUI
REF v0.8.5
SHA512 36d8c29f246ca4d79d791f0368441762de0609d5cc0e507520ae0648ed3dc0bf47891582f283de241892bf9810f4d5049df46f566916d0bfffc383319d953002
REF 017d7d694212fc08c8755b0ad5c2365cee8f68e0 # v0.8.6
SHA512 e764bf4f71c36a67cf7d6528513bfee43896ce7aff0ba96b8b43e22b688824bc00ce85b80e771b09c539456546a92b7a21c3ceda31308e77683df73681fb1fb4
HEAD_REF 0.8
)
@ -54,8 +52,8 @@ if(BUILD_GUI_BUILDER)
endif()
endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/debug/share)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/include/TGUI/nanosvg")
# Handle copyright
file(RENAME "${CURRENT_PACKAGES_DIR}/share/tgui/license.txt" "${CURRENT_PACKAGES_DIR}/share/tgui/copyright")
file(INSTALL "${SOURCE_PATH}/license.txt" DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)