[quazip] no absolute paths (#21570)

This commit is contained in:
autoantwort 2021-12-20 17:26:10 +01:00 committed by GitHub
parent 099507df39
commit 9205eec995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 1 deletions

View File

@ -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)

View File

@ -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": [

View File

@ -5874,7 +5874,7 @@
},
"quazip": {
"baseline": "1.1",
"port-version": 0
"port-version": 1
},
"quickfast": {
"baseline": "1.5",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7e1b1da3a71a9e98c52bad16aef6c0666d993b56",
"version": "1.1",
"port-version": 1
},
{
"git-tree": "2fcb780cdf45dcb2a99c42837d9be27f5d07615e",
"version": "1.1",