Skip to content

Commit

Permalink
Merge pull request microsoft#8877 from JackBoosY/dev/jack/upgrade_tgu…
Browse files Browse the repository at this point in the history
…i_0.8.6

[tgui]Update to 0.8.6
  • Loading branch information
dan-shaw authored Nov 21, 2019
2 parents c53db2c + a746c43 commit 021a6c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ports/tgui/CONTROL
Original file line number Diff line number Diff line change
@@ -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

Expand Down
10 changes: 4 additions & 6 deletions ports/tgui/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
)

Expand Down Expand Up @@ -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)

0 comments on commit 021a6c0

Please sign in to comment.