mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 12:53:02 +08:00
[tgui]Upgrade version to 0.8.6
This commit is contained in:
parent
46bfec7eb9
commit
a746c43faa
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user