Skip to content

Commit

Permalink
[quazip] no absolute paths (#21570)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Dec 20, 2021
1 parent 099507d commit 9205eec
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ports/quazip/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions ports/quazip/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5874,7 +5874,7 @@
},
"quazip": {
"baseline": "1.1",
"port-version": 0
"port-version": 1
},
"quickfast": {
"baseline": "1.5",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/quazip.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7e1b1da3a71a9e98c52bad16aef6c0666d993b56",
"version": "1.1",
"port-version": 1
},
{
"git-tree": "2fcb780cdf45dcb2a99c42837d9be27f5d07615e",
"version": "1.1",
Expand Down

0 comments on commit 9205eec

Please sign in to comment.