aboutsummaryrefslogtreecommitdiff
path: root/ports/kf5coreaddons
diff options
context:
space:
mode:
Diffstat (limited to 'ports/kf5coreaddons')
-rw-r--r--ports/kf5coreaddons/portfile.cmake4
-rw-r--r--ports/kf5coreaddons/vcpkg.json2
2 files changed, 4 insertions, 2 deletions
diff --git a/ports/kf5coreaddons/portfile.cmake b/ports/kf5coreaddons/portfile.cmake
index 24f1d7841..e13797325 100644
--- a/ports/kf5coreaddons/portfile.cmake
+++ b/ports/kf5coreaddons/portfile.cmake
@@ -8,9 +8,11 @@ vcpkg_from_github(
fix_cmake_config.patch # https://invent.kde.org/frameworks/kcoreaddons/-/merge_requests/129
)
+# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
+file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")
+
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
- DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DBUILD_TESTING=OFF
)
diff --git a/ports/kf5coreaddons/vcpkg.json b/ports/kf5coreaddons/vcpkg.json
index 7d81987f0..223736982 100644
--- a/ports/kf5coreaddons/vcpkg.json
+++ b/ports/kf5coreaddons/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "kf5coreaddons",
"version-semver": "5.84.0",
- "port-version": 1,
+ "port-version": 2,
"description": "Addons to QtCore",
"homepage": "https://api.kde.org/frameworks/kcoreaddons/html/index.html",
"dependencies": [