aboutsummaryrefslogtreecommitdiff
path: root/ports/kf5configwidgets
diff options
context:
space:
mode:
authorDawid Wróbel <me@dawidwrobel.com>2021-09-17 17:20:35 +0200
committerGitHub <noreply@github.com>2021-09-17 08:20:35 -0700
commit8a943f71ffb6d99ac8800b71172d4eff2d0c6df4 (patch)
tree93d6541c3b6b789c981c29bfbf763f0fe995370f /ports/kf5configwidgets
parent6edc46f862f9931d174ffbd45fb07f8df3edf040 (diff)
downloadvcpkg-8a943f71ffb6d99ac8800b71172d4eff2d0c6df4.tar.gz
vcpkg-8a943f71ffb6d99ac8800b71172d4eff2d0c6df4.zip
[kf5*] re-enable parallel configure, speed up compilation (#20202)
* [kf5*] re-enable parallel configure * [kf5*] update versions
Diffstat (limited to 'ports/kf5configwidgets')
-rw-r--r--ports/kf5configwidgets/portfile.cmake4
-rw-r--r--ports/kf5configwidgets/vcpkg.json1
2 files changed, 4 insertions, 1 deletions
diff --git a/ports/kf5configwidgets/portfile.cmake b/ports/kf5configwidgets/portfile.cmake
index cb7282ada..2f1a73a5f 100644
--- a/ports/kf5configwidgets/portfile.cmake
+++ b/ports/kf5configwidgets/portfile.cmake
@@ -14,8 +14,10 @@ vcpkg_check_features(
designerplugin BUILD_DESIGNERPLUGIN
)
+# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
+file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")
+
vcpkg_cmake_configure(
- DISABLE_PARALLEL_CONFIGURE
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_TESTING=OFF
diff --git a/ports/kf5configwidgets/vcpkg.json b/ports/kf5configwidgets/vcpkg.json
index bab6562d5..4950f72f9 100644
--- a/ports/kf5configwidgets/vcpkg.json
+++ b/ports/kf5configwidgets/vcpkg.json
@@ -1,6 +1,7 @@
{
"name": "kf5configwidgets",
"version-semver": "5.84.0",
+ "port-version": 1,
"description": "Widgets for configuration dialogs",
"homepage": "https://api.kde.org/frameworks/kconfigwidgets/html/index.html",
"dependencies": [