[tgui] Update to 0.8.5 (#6192)

Update to the 0.8.5 branch.
This commit is contained in:
tGstep 2019-04-24 23:13:04 +02:00 committed by Phil Christensen
parent 8996d0ce0a
commit 95b94ec3b1
2 changed files with 7 additions and 9 deletions

View File

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

View File

@ -1,14 +1,11 @@
include(vcpkg_common_functions) include(vcpkg_common_functions)
vcpkg_download_distfile(ARCHIVE vcpkg_from_github(
URLS "https://github.com/texus/TGUI/archive/v0.8.4.tar.gz"
FILENAME "tgui-0.8.4.zip"
SHA512 52d38419a1650cbde517a5022e3b719b9fb4c3b336533c35aa839757f929b56e477d397d735170ba8be434afedc4c00bfcd4898d97da66015776b5f22bb04ea0
)
vcpkg_extract_source_archive_ex(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
ARCHIVE ${ARCHIVE} REPO texus/TGUI
REF v0.8.5
SHA512 36d8c29f246ca4d79d791f0368441762de0609d5cc0e507520ae0648ed3dc0bf47891582f283de241892bf9810f4d5049df46f566916d0bfffc383319d953002
HEAD_REF 0.8
) )
set(TGUI_SHARE_PATH ${CURRENT_PACKAGES_DIR}/share/tgui) set(TGUI_SHARE_PATH ${CURRENT_PACKAGES_DIR}/share/tgui)
@ -58,6 +55,7 @@ if(BUILD_GUI_BUILDER)
endif() endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/include/TGUI/nanosvg")
# Handle copyright # Handle copyright
file(RENAME "${CURRENT_PACKAGES_DIR}/share/tgui/license.txt" "${CURRENT_PACKAGES_DIR}/share/tgui/copyright") file(RENAME "${CURRENT_PACKAGES_DIR}/share/tgui/license.txt" "${CURRENT_PACKAGES_DIR}/share/tgui/copyright")