[kf5plotting] fix single config builds (#42725)

This commit is contained in:
Alexander Neumann 2024-12-16 19:08:38 +01:00 committed by GitHub
parent 948820b46e
commit 9cfeb3b011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 2 deletions

View File

@ -20,7 +20,9 @@ vcpkg_cmake_config_fixup(PACKAGE_NAME KF5Plotting CONFIG_PATH lib/cmake/KF5Plott
vcpkg_copy_pdbs()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(RENAME "${CURRENT_PACKAGES_DIR}/debug/lib/plugins" "${CURRENT_PACKAGES_DIR}/debug/plugins")
if(NOT VCPKG_BUILD_TYPE)
file(RENAME "${CURRENT_PACKAGES_DIR}/debug/lib/plugins" "${CURRENT_PACKAGES_DIR}/debug/plugins")
endif()
file(RENAME "${CURRENT_PACKAGES_DIR}/lib/plugins" "${CURRENT_PACKAGES_DIR}/plugins")
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")

View File

@ -1,6 +1,7 @@
{
"name": "kf5plotting",
"version": "5.98.0",
"port-version": 1,
"description": "Lightweight plotting framework",
"homepage": "https://api.kde.org/frameworks/kplotting/html/index.html",
"dependencies": [

View File

@ -4086,7 +4086,7 @@
},
"kf5plotting": {
"baseline": "5.98.0",
"port-version": 0
"port-version": 1
},
"kf5service": {
"baseline": "5.98.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d39d137ecaf46182303bb5845c61fc33c485d571",
"version": "5.98.0",
"port-version": 1
},
{
"git-tree": "a242d0a106748fced7dacaf9e6c635bdafa9c289",
"version": "5.98.0",