diff --git a/ports/quazip/portfile.cmake b/ports/quazip/portfile.cmake index d074c780c9b918..12a51a218d7cee 100644 --- a/ports/quazip/portfile.cmake +++ b/ports/quazip/portfile.cmake @@ -12,6 +12,11 @@ vcpkg_cmake_configure( vcpkg_cmake_install() vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/QuaZip-Qt5-1.1) vcpkg_copy_pdbs() +if(VCPKG_TARGET_IS_WINDOWS) + file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib/pkgconfig" "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig") +else() + vcpkg_fixup_pkgconfig() +endif() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/" RENAME copyright) \ No newline at end of file diff --git a/ports/quazip/vcpkg.json b/ports/quazip/vcpkg.json index deae1dcae42c6b..0815c748d690b5 100644 --- a/ports/quazip/vcpkg.json +++ b/ports/quazip/vcpkg.json @@ -1,6 +1,7 @@ { "name": "quazip", "version": "1.1", + "port-version": 1, "description": "Qt/C++ wrapper over minizip", "homepage": "https://stachenov.github.io/quazip/", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 3332862cf1602e..97d6cd97a96c63 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5866,7 +5866,7 @@ }, "quazip": { "baseline": "1.1", - "port-version": 0 + "port-version": 1 }, "quickfast": { "baseline": "1.5", diff --git a/versions/q-/quazip.json b/versions/q-/quazip.json index c1aac224fd751d..3aaff18d30ca9a 100644 --- a/versions/q-/quazip.json +++ b/versions/q-/quazip.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7e1b1da3a71a9e98c52bad16aef6c0666d993b56", + "version": "1.1", + "port-version": 1 + }, { "git-tree": "2fcb780cdf45dcb2a99c42837d9be27f5d07615e", "version": "1.1",