File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ vcpkg_cmake_config_fixup(PACKAGE_NAME KF5Plotting CONFIG_PATH lib/cmake/KF5Plott
20
20
vcpkg_copy_pdbs()
21
21
22
22
file (REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/include" )
23
- file (RENAME "${CURRENT_PACKAGES_DIR} /debug/lib/plugins" "${CURRENT_PACKAGES_DIR} /debug/plugins" )
23
+ if (NOT VCPKG_BUILD_TYPE)
24
+ file (RENAME "${CURRENT_PACKAGES_DIR} /debug/lib/plugins" "${CURRENT_PACKAGES_DIR} /debug/plugins" )
25
+ endif ()
24
26
file (RENAME "${CURRENT_PACKAGES_DIR} /lib/plugins" "${CURRENT_PACKAGES_DIR} /plugins" )
25
27
26
28
file (GLOB LICENSE_FILES "${SOURCE_PATH} /LICENSES/*" )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " kf5plotting" ,
3
3
"version" : " 5.98.0" ,
4
+ "port-version" : 1 ,
4
5
"description" : " Lightweight plotting framework" ,
5
6
"homepage" : " https://api.kde.org/frameworks/kplotting/html/index.html" ,
6
7
"dependencies" : [
Original file line number Diff line number Diff line change 4086
4086
},
4087
4087
"kf5plotting" : {
4088
4088
"baseline" : " 5.98.0" ,
4089
- "port-version" : 0
4089
+ "port-version" : 1
4090
4090
},
4091
4091
"kf5service" : {
4092
4092
"baseline" : " 5.98.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " d39d137ecaf46182303bb5845c61fc33c485d571" ,
5
+ "version" : " 5.98.0" ,
6
+ "port-version" : 1
7
+ },
3
8
{
4
9
"git-tree" : " a242d0a106748fced7dacaf9e6c635bdafa9c289" ,
5
10
"version" : " 5.98.0" ,
You can’t perform that action at this time.
0 commit comments