diff options
Diffstat (limited to 'ports/kf5syntaxhighlighting')
| -rw-r--r-- | ports/kf5syntaxhighlighting/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/kf5syntaxhighlighting/vcpkg.json | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ports/kf5syntaxhighlighting/portfile.cmake b/ports/kf5syntaxhighlighting/portfile.cmake index 1453c26d8..9003e60f5 100644 --- a/ports/kf5syntaxhighlighting/portfile.cmake +++ b/ports/kf5syntaxhighlighting/portfile.cmake @@ -10,8 +10,10 @@ vcpkg_find_acquire_program(PERL) get_filename_component(PERL_EXE_PATH ${PERL} DIRECTORY)
vcpkg_add_to_path("${PERL_EXE_PATH}")
+# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
+file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")
+
vcpkg_configure_cmake(
- DISABLE_PARALLEL_CONFIGURE
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
diff --git a/ports/kf5syntaxhighlighting/vcpkg.json b/ports/kf5syntaxhighlighting/vcpkg.json index 5c4cb98a7..d50b0e713 100644 --- a/ports/kf5syntaxhighlighting/vcpkg.json +++ b/ports/kf5syntaxhighlighting/vcpkg.json @@ -1,7 +1,7 @@ { "name": "kf5syntaxhighlighting", "version": "5.84.0", - "port-version": 1, + "port-version": 2, "description": "Syntax highlighting engine for Kate syntax definitions", "homepage": "https://github.com/KDE/syntax-highlighting", "dependencies": [ |
