From 4a7855818a9d1c8c3611a4b084d36f47a391a25f Mon Sep 17 00:00:00 2001 From: autoantwort <41973254+autoantwort@users.noreply.github.com> Date: Tue, 23 Nov 2021 00:53:57 +0100 Subject: [PATCH] [libical] no absolute paths (#21582) --- ports/libical/portfile.cmake | 1 + ports/libical/vcpkg.json | 1 + versions/baseline.json | 2 +- versions/l-/libical.json | 5 +++++ 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ports/libical/portfile.cmake b/ports/libical/portfile.cmake index 93c9355de0..6c5c25dea1 100644 --- a/ports/libical/portfile.cmake +++ b/ports/libical/portfile.cmake @@ -34,6 +34,7 @@ vcpkg_cmake_configure( vcpkg_cmake_install() vcpkg_copy_pdbs() vcpkg_cmake_config_fixup(PACKAGE_NAME LibIcal CONFIG_PATH CONFIG_PATH lib/cmake/LibIcal) +vcpkg_fixup_pkgconfig() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") diff --git a/ports/libical/vcpkg.json b/ports/libical/vcpkg.json index 7ff86fb119..15687e5e68 100644 --- a/ports/libical/vcpkg.json +++ b/ports/libical/vcpkg.json @@ -1,6 +1,7 @@ { "name": "libical", "version": "3.0.11", + "port-version": 1, "description": "Reference implementation of the iCalendar data type and serialization format", "homepage": "https://github.com/libical/libical", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 9892b7a3f3..688ced98f9 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3534,7 +3534,7 @@ }, "libical": { "baseline": "3.0.11", - "port-version": 0 + "port-version": 1 }, "libiconv": { "baseline": "1.16", diff --git a/versions/l-/libical.json b/versions/l-/libical.json index f649123992..11b501ee57 100644 --- a/versions/l-/libical.json +++ b/versions/l-/libical.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "409bb4044895d73c1af9720e1d77f8ef46eafb73", + "version": "3.0.11", + "port-version": 1 + }, { "git-tree": "f4ab3492c90b3d683702cacb90aaea839cfc3d8f", "version": "3.0.11",