diff options
| author | Bruno Van de Velde <bruno@texus.me> | 2021-06-08 00:50:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-07 15:50:11 -0700 |
| commit | 31993541c33bf8d3ffe6d664a36c846c63286c09 (patch) | |
| tree | 9b9e6fedc5b5d6175ca36ad579abb6089ea50a4e | |
| parent | c1c253fabc2d08ddb49ce3f40a7996f79e112545 (diff) | |
| download | vcpkg-31993541c33bf8d3ffe6d664a36c846c63286c09.tar.gz vcpkg-31993541c33bf8d3ffe6d664a36c846c63286c09.zip | |
[tgui] Fixed sfml feature (#18293)
* [tgui] Fixed sfml feature
* Update version
| -rw-r--r-- | ports/tgui/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/tgui/vcpkg.json | 1 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/t-/tgui.json | 5 |
4 files changed, 9 insertions, 3 deletions
diff --git a/ports/tgui/portfile.cmake b/ports/tgui/portfile.cmake index 305eb8180..e30d93ac4 100644 --- a/ports/tgui/portfile.cmake +++ b/ports/tgui/portfile.cmake @@ -1,7 +1,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO texus/TGUI
- REF 6515153c2466e6677ba933679b3dca6c283daf87 + REF 6515153c2466e6677ba933679b3dca6c283daf87
SHA512 109e64c114336979a4bd0d44765e4bc26cb4ecb6e4db92d7441230d148438b084d01cb56dd292f09a6fd28b0f7420044455ffb519147cc3aea71e322142cd9a0
HEAD_REF 0.9
PATCHES
@@ -30,7 +30,7 @@ vcpkg_configure_cmake( OPTIONS ${FEATURE_OPTIONS}
-DTGUI_MISC_INSTALL_PREFIX=${TGUI_SHARE_PATH}
-DTGUI_SHARED_LIBS=${TGUI_SHARED_LIBS}
- -DTGUI_BACKEND="Custom"
+ -DTGUI_BACKEND=Custom
-DTGUI_BUILD_EXAMPLES=OFF
)
diff --git a/ports/tgui/vcpkg.json b/ports/tgui/vcpkg.json index 426a58da3..96fef2d09 100644 --- a/ports/tgui/vcpkg.json +++ b/ports/tgui/vcpkg.json @@ -1,6 +1,7 @@ { "name": "tgui", "version-date": "2021-04-19", + "port-version": 1, "description": "TGUI is an easy to use, cross-platform, C++ GUI for SFML.", "homepage": "https://tgui.eu", "default-features": [ diff --git a/versions/baseline.json b/versions/baseline.json index 23c5ee5d5..dac0aa827 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6126,7 +6126,7 @@ }, "tgui": { "baseline": "2021-04-19", - "port-version": 0 + "port-version": 1 }, "theia": { "baseline": "0.8", diff --git a/versions/t-/tgui.json b/versions/t-/tgui.json index dd30e98d2..184813be0 100644 --- a/versions/t-/tgui.json +++ b/versions/t-/tgui.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "354b5135bda4bcef9c5e7cbfeaff3d457b336e8c", + "version-date": "2021-04-19", + "port-version": 1 + }, + { "git-tree": "bf02ffb145ee6449fd7479d72920c1e1ca9843c8", "version-date": "2021-04-19", "port-version": 0 |
