From 6020d4118c1191d1f3edb2c6892d5df777ddda2c Mon Sep 17 00:00:00 2001 From: jim wang <122244446+jimwang118@users.noreply.github.com> Date: Fri, 1 Nov 2024 05:42:25 +0000 Subject: [PATCH] [vlpp] update to 1.2.10.1 (#41881) --- ports/vlpp/fix-install.patch | 12 ++++++++++++ ports/vlpp/portfile.cmake | 5 +++-- ports/vlpp/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/v-/vlpp.json | 5 +++++ 5 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 ports/vlpp/fix-install.patch diff --git a/ports/vlpp/fix-install.patch b/ports/vlpp/fix-install.patch new file mode 100644 index 0000000000..b237bebc3e --- /dev/null +++ b/ports/vlpp/fix-install.patch @@ -0,0 +1,12 @@ +diff --git a/Import/CMakeLists.txt b/Import/CMakeLists.txt +index 3547dae..23d6c39 100644 +--- a/Import/CMakeLists.txt ++++ b/Import/CMakeLists.txt +@@ -184,7 +184,6 @@ if (GACUI_CORE) + + if (GACUI_REFLECTION) + install(FILES GacUIReflection.h DESTINATION include) +- install(FILES GacUIR.UnitTest.UIReflection.h DESTINATION include) + install(FILES Skins/DarkSkin/DarkSkinReflection.h DESTINATION include/Skins/DarkSkin) + endif() + diff --git a/ports/vlpp/portfile.cmake b/ports/vlpp/portfile.cmake index 09442eb557..4e9ce93ccf 100644 --- a/ports/vlpp/portfile.cmake +++ b/ports/vlpp/portfile.cmake @@ -1,11 +1,12 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO vczh-libraries/Release - REF "${VERSION}" - SHA512 5ea442a506fc71d79f5061adaf0eda70776c6bad66d2871399a29c15a58899fd32aeeb32cfb492ca34bc759e328682aecaf595101a066cda53c7a36ae45f5fd7 + REF "1.12.10.1" + SHA512 8884709c919e7536b89da2cc9905a2d71260668f9ce63fa3d4f13c5cc58dd2fade481e738d756fde4c0bc3c5eb9c79db5609b03953838dfb3b964d3463b75432 HEAD_REF master PATCHES fix-tool-build.patch + fix-install.patch ) vcpkg_from_github( diff --git a/ports/vlpp/vcpkg.json b/ports/vlpp/vcpkg.json index 9a6ffbc10b..c38289d813 100644 --- a/ports/vlpp/vcpkg.json +++ b/ports/vlpp/vcpkg.json @@ -1,6 +1,6 @@ { "name": "vlpp", - "version": "1.2.9.0", + "version": "1.2.10.1", "maintainers": "vczh", "description": "Common C++ construction, including string operation / generic container / linq / General-LR parser generator / multithreading / reflection for C++ / etc", "homepage": "https://github.com/vczh-libraries/Release", diff --git a/versions/baseline.json b/versions/baseline.json index 6b0830ca09..dc7b9dfbe7 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -9425,7 +9425,7 @@ "port-version": 4 }, "vlpp": { - "baseline": "1.2.9.0", + "baseline": "1.2.10.1", "port-version": 0 }, "volk": { diff --git a/versions/v-/vlpp.json b/versions/v-/vlpp.json index 6fd11e29fc..5608a68a4e 100644 --- a/versions/v-/vlpp.json +++ b/versions/v-/vlpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e1b6401de0adad14cac063543dc34e7eb048beb7", + "version": "1.2.10.1", + "port-version": 0 + }, { "git-tree": "da71459de0fa6efcd3f4a57f79ff605cc6d60d9e", "version": "1.2.9.0",