2018-10-03 09:22:21 +08:00
|
|
|
vcpkg_from_github(
|
|
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
|
|
REPO KDE/kplotting
|
2021-12-03 11:49:12 +08:00
|
|
|
REF v5.88.0
|
|
|
|
SHA512 490eb410fada9c6a830464b309db77d231d0e06b19ac4e99a07b50d0cdc3bdfb13deb8d60863e47f3ccc350c72320f0515c7a52513892fb2bceea9e4f2fb35a4
|
2018-10-03 09:22:21 +08:00
|
|
|
HEAD_REF master
|
2017-08-28 11:22:40 +08:00
|
|
|
)
|
|
|
|
|
2021-09-17 23:20:35 +08:00
|
|
|
# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
|
|
|
|
file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")
|
|
|
|
|
2021-11-26 15:36:46 +08:00
|
|
|
vcpkg_cmake_configure(
|
|
|
|
SOURCE_PATH "${SOURCE_PATH}"
|
2021-07-28 08:02:50 +08:00
|
|
|
OPTIONS
|
|
|
|
-DBUILD_TESTING=OFF
|
2017-08-28 11:22:40 +08:00
|
|
|
)
|
|
|
|
|
2021-11-26 15:36:46 +08:00
|
|
|
vcpkg_cmake_install()
|
|
|
|
vcpkg_cmake_config_fixup(PACKAGE_NAME KF5Plotting CONFIG_PATH lib/cmake/KF5Plotting)
|
2017-08-28 11:22:40 +08:00
|
|
|
vcpkg_copy_pdbs()
|
|
|
|
|
2021-11-26 15:36:46 +08:00
|
|
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
|
|
|
file(RENAME "${CURRENT_PACKAGES_DIR}/debug/lib/plugins" "${CURRENT_PACKAGES_DIR}/debug/plugins")
|
|
|
|
file(RENAME "${CURRENT_PACKAGES_DIR}/lib/plugins" "${CURRENT_PACKAGES_DIR}/plugins")
|
2021-04-13 01:15:11 +08:00
|
|
|
|
2021-11-26 15:36:46 +08:00
|
|
|
file(INSTALL "${SOURCE_PATH}/LICENSES/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright")
|
2021-12-03 11:49:12 +08:00
|
|
|
|