diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-06-12 00:51:15 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-11 09:51:15 -0700 |
| commit | dc94103b4ab8c073d3ea0b694ae900b660f0c953 (patch) | |
| tree | d6fc4715613ddf8132c359e8e38d9d93cd843bfd | |
| parent | b5f8ec7c0400abe98696464e5c3b783e500f5b4b (diff) | |
| download | vcpkg-dc94103b4ab8c073d3ea0b694ae900b660f0c953.tar.gz vcpkg-dc94103b4ab8c073d3ea0b694ae900b660f0c953.zip | |
[kf5config] Add DISABLE_PARALLEL_CONFIGURE (#18345)
* [kf5config] Add DISABLE_PARALLEL_CONFIGURE
* Update version files
| -rw-r--r-- | ports/kf5config/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/kf5config/vcpkg.json | 1 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/k-/kf5config.json | 5 |
4 files changed, 8 insertions, 1 deletions
diff --git a/ports/kf5config/portfile.cmake b/ports/kf5config/portfile.cmake index dba961502..0d6853b85 100644 --- a/ports/kf5config/portfile.cmake +++ b/ports/kf5config/portfile.cmake @@ -9,6 +9,7 @@ vcpkg_from_github( vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
+ DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DBUILD_HTML_DOCS=OFF
-DBUILD_MAN_DOCS=OFF
diff --git a/ports/kf5config/vcpkg.json b/ports/kf5config/vcpkg.json index b9efc0934..734d45aba 100644 --- a/ports/kf5config/vcpkg.json +++ b/ports/kf5config/vcpkg.json @@ -1,6 +1,7 @@ { "name": "kf5config", "version": "5.81.0", + "port-version": 1, "description": "Configuration system", "homepage": "https://api.kde.org/frameworks/kconfig/html/index.html", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 1bcc8f040..ccb65c43d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2850,7 +2850,7 @@ }, "kf5config": { "baseline": "5.81.0", - "port-version": 0 + "port-version": 1 }, "kf5coreaddons": { "baseline": "5.81.0", diff --git a/versions/k-/kf5config.json b/versions/k-/kf5config.json index e52aecd94..c66801236 100644 --- a/versions/k-/kf5config.json +++ b/versions/k-/kf5config.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "1bd7078c91196234f1c9686533b7d7a32236cbd7", + "version": "5.81.0", + "port-version": 1 + }, + { "git-tree": "79afbe3512b5e5d144212f69294ed2859f2df3e9", "version": "5.81.0", "port-version": 0 |
