aboutsummaryrefslogtreecommitdiff
path: root/ports/kf5widgetsaddons
diff options
context:
space:
mode:
Diffstat (limited to 'ports/kf5widgetsaddons')
-rw-r--r--ports/kf5widgetsaddons/portfile.cmake4
-rw-r--r--ports/kf5widgetsaddons/vcpkg.json2
2 files changed, 4 insertions, 2 deletions
diff --git a/ports/kf5widgetsaddons/portfile.cmake b/ports/kf5widgetsaddons/portfile.cmake
index 453397dad..dcf65ec6b 100644
--- a/ports/kf5widgetsaddons/portfile.cmake
+++ b/ports/kf5widgetsaddons/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/kf5widgetsaddons/vcpkg.json b/ports/kf5widgetsaddons/vcpkg.json
index 23429f983..4b98e7c00 100644
--- a/ports/kf5widgetsaddons/vcpkg.json
+++ b/ports/kf5widgetsaddons/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "kf5widgetsaddons",
"version": "5.84.0",
- "port-version": 1,
+ "port-version": 2,
"description": "Addons to QtWidgets",
"homepage": "https://api.kde.org/frameworks/kwidgetsaddons/html/index.html",
"dependencies": [