From f594392b9de3954361d4b25705acc45a11b5a494 Mon Sep 17 00:00:00 2001 From: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Date: Wed, 3 Aug 2022 08:10:06 +0200 Subject: [PATCH] [harfbuzz] always fix pc files (#26098) * harfbuzz always fix pc files * v db --- ports/harfbuzz/portfile.cmake | 2 +- ports/harfbuzz/vcpkg.json | 1 + versions/baseline.json | 2 +- versions/h-/harfbuzz.json | 5 +++++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ports/harfbuzz/portfile.cmake b/ports/harfbuzz/portfile.cmake index 4d44a10ad4..745fafcf8b 100644 --- a/ports/harfbuzz/portfile.cmake +++ b/ports/harfbuzz/portfile.cmake @@ -56,7 +56,7 @@ vcpkg_install_meson() vcpkg_copy_pdbs() vcpkg_fixup_pkgconfig() -if(VCPKG_TARGET_IS_WINDOWS AND VCPKG_LIBRARY_LINKAGE STREQUAL "static") +if(VCPKG_TARGET_IS_WINDOWS) file(GLOB PC_FILES "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/*.pc" "${CURRENT_PACKAGES_DIR}/lib/pkgconfig/*.pc") diff --git a/ports/harfbuzz/vcpkg.json b/ports/harfbuzz/vcpkg.json index e6d8157889..00ffdb46db 100644 --- a/ports/harfbuzz/vcpkg.json +++ b/ports/harfbuzz/vcpkg.json @@ -1,6 +1,7 @@ { "name": "harfbuzz", "version": "5.0.1", + "port-version": 1, "description": "HarfBuzz OpenType text shaping engine", "homepage": "https://github.com/harfbuzz/harfbuzz", "license": "MIT-Modern-Variant", diff --git a/versions/baseline.json b/versions/baseline.json index 0c0daaa296..9f359145f4 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2790,7 +2790,7 @@ }, "harfbuzz": { "baseline": "5.0.1", - "port-version": 0 + "port-version": 1 }, "hash-library": { "baseline": "8", diff --git a/versions/h-/harfbuzz.json b/versions/h-/harfbuzz.json index e36e454087..ecf2a9a040 100644 --- a/versions/h-/harfbuzz.json +++ b/versions/h-/harfbuzz.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "890fd1dc4836a76fac4de6ee409c762ac0afe587", + "version": "5.0.1", + "port-version": 1 + }, { "git-tree": "bfe57115dd9a78a72cbbaadf756e83bbbff449ed", "version": "5.0.1",