aboutsummaryrefslogtreecommitdiff
path: root/ports/kf5completion
diff options
context:
space:
mode:
Diffstat (limited to 'ports/kf5completion')
-rw-r--r--ports/kf5completion/portfile.cmake4
-rw-r--r--ports/kf5completion/vcpkg.json2
2 files changed, 4 insertions, 2 deletions
diff --git a/ports/kf5completion/portfile.cmake b/ports/kf5completion/portfile.cmake
index 4bb886a36..a24e0c803 100644
--- a/ports/kf5completion/portfile.cmake
+++ b/ports/kf5completion/portfile.cmake
@@ -6,9 +6,11 @@ vcpkg_from_github(
HEAD_REF master
)
+# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
+file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")
+
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
- DISABLE_PARALLEL_CONFIGURE
PREFER_NINJA
OPTIONS
-DBUILD_TESTING=OFF
diff --git a/ports/kf5completion/vcpkg.json b/ports/kf5completion/vcpkg.json
index 2849f7867..9a185f1a1 100644
--- a/ports/kf5completion/vcpkg.json
+++ b/ports/kf5completion/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "kf5completion",
"version": "5.84.0",
- "port-version": 1,
+ "port-version": 2,
"description": "Text completion helpers and widgets",
"homepage": "https://api.kde.org/frameworks/kcompletion/html/index.html",
"dependencies": [