diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-06-25 04:04:57 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-24 13:04:57 -0700 |
| commit | d76b4ebe741f7d918e836df05674e8327857854e (patch) | |
| tree | d3d706c05c6c0ecf1f99fce691a81b5a5fb1b6ca | |
| parent | 3b58466098f9c3744afdfa374f8f57dff0d8d66c (diff) | |
| download | vcpkg-d76b4ebe741f7d918e836df05674e8327857854e.tar.gz vcpkg-d76b4ebe741f7d918e836df05674e8327857854e.zip | |
[vcpkg baseline][kf5* librsvg] Add DISABLE_PARALLEL_CONFIGURE (#18600)
* [kf5*] Add DISABLE_PARALLEL_CONFIGURE
* Update version files
* [librsvg] Add DISABLE_PARALLEL_CONFIGURE
* Update version files
28 files changed, 73 insertions, 11 deletions
diff --git a/ports/kf5completion/portfile.cmake b/ports/kf5completion/portfile.cmake index 0e78c1a51..e00132253 100644 --- a/ports/kf5completion/portfile.cmake +++ b/ports/kf5completion/portfile.cmake @@ -8,6 +8,7 @@ vcpkg_from_github( vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ DISABLE_PARALLEL_CONFIGURE
PREFER_NINJA
OPTIONS
-DBUILD_HTML_DOCS=OFF
diff --git a/ports/kf5completion/vcpkg.json b/ports/kf5completion/vcpkg.json index 272bab352..34f601960 100644 --- a/ports/kf5completion/vcpkg.json +++ b/ports/kf5completion/vcpkg.json @@ -1,6 +1,7 @@ { "name": "kf5completion", "version": "5.81.0", + "port-version": 1, "description": "Text completion helpers and widgets", "homepage": "https://api.kde.org/frameworks/kcompletion/html/index.html", "dependencies": [ diff --git a/ports/kf5coreaddons/portfile.cmake b/ports/kf5coreaddons/portfile.cmake index 24fcf1274..9e52b86be 100644 --- a/ports/kf5coreaddons/portfile.cmake +++ b/ports/kf5coreaddons/portfile.cmake @@ -7,6 +7,7 @@ vcpkg_from_github( vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ DISABLE_PARALLEL_CONFIGURE
PREFER_NINJA
OPTIONS
-DBUILD_HTML_DOCS=OFF
diff --git a/ports/kf5coreaddons/vcpkg.json b/ports/kf5coreaddons/vcpkg.json index 1ac0a149a..ed61f11e1 100644 --- a/ports/kf5coreaddons/vcpkg.json +++ b/ports/kf5coreaddons/vcpkg.json @@ -1,6 +1,7 @@ { "name": "kf5coreaddons", "version": "5.81.0", + "port-version": 1, "description": "Addons to QtCore", "homepage": "https://api.kde.org/frameworks/kcoreaddons/html/index.html", "dependencies": [ diff --git a/ports/kf5crash/portfile.cmake b/ports/kf5crash/portfile.cmake index 0fa8caf06..4f2588c4d 100644 --- a/ports/kf5crash/portfile.cmake +++ b/ports/kf5crash/portfile.cmake @@ -8,6 +8,7 @@ vcpkg_from_github( vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} + DISABLE_PARALLEL_CONFIGURE PREFER_NINJA OPTIONS -DBUILD_TESTING=OFF diff --git a/ports/kf5crash/vcpkg.json b/ports/kf5crash/vcpkg.json index 8c58963ad..88afb5166 100644 --- a/ports/kf5crash/vcpkg.json +++ b/ports/kf5crash/vcpkg.json @@ -1,6 +1,7 @@ { "name": "kf5crash", "version": "5.81.0", + "port-version": 1, "description": "KCrash provides support for intercepting and handling application crashes.", "homepage": "https://api.kde.org/frameworks/kcrash/html/index.html", "supports": "linux", diff --git a/ports/kf5i18n/portfile.cmake b/ports/kf5i18n/portfile.cmake index df6d9131f..a5809fd64 100644 --- a/ports/kf5i18n/portfile.cmake +++ b/ports/kf5i18n/portfile.cmake @@ -35,6 +35,7 @@ vcpkg_find_acquire_program(PYTHON3) vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ DISABLE_PARALLEL_CONFIGURE
PREFER_NINJA
OPTIONS
-DBUILD_HTML_DOCS=OFF
diff --git a/ports/kf5i18n/vcpkg.json b/ports/kf5i18n/vcpkg.json index a48e19276..9ee9b1a01 100644 --- a/ports/kf5i18n/vcpkg.json +++ b/ports/kf5i18n/vcpkg.json @@ -1,6 +1,7 @@ { "name": "kf5i18n", "version": "5.81.0", + "port-version": 1, "description": "Advanced internationalization framework", "homepage": "https://api.kde.org/frameworks/ki18n/html/index.html", "dependencies": [ diff --git a/ports/kf5itemmodels/portfile.cmake b/ports/kf5itemmodels/portfile.cmake index 573ad7f00..07ed36537 100644 --- a/ports/kf5itemmodels/portfile.cmake +++ b/ports/kf5itemmodels/portfile.cmake @@ -7,6 +7,7 @@ vcpkg_from_github( vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ DISABLE_PARALLEL_CONFIGURE
PREFER_NINJA
OPTIONS
-DBUILD_HTML_DOCS=OFF
diff --git a/ports/kf5itemmodels/vcpkg.json b/ports/kf5itemmodels/vcpkg.json index 37820a66a..cb3aff674 100644 --- a/ports/kf5itemmodels/vcpkg.json +++ b/ports/kf5itemmodels/vcpkg.json @@ -1,6 +1,7 @@ { "name": "kf5itemmodels", "version": "5.81.0", + "port-version": 1, "description": "Models for Qt Model/View system", "homepage": "https://api.kde.org/frameworks/kitemmodels/html/index.html", "dependencies": [ diff --git a/ports/kf5itemviews/portfile.cmake b/ports/kf5itemviews/portfile.cmake index 425689319..fd5a675d9 100644 --- a/ports/kf5itemviews/portfile.cmake +++ b/ports/kf5itemviews/portfile.cmake @@ -7,6 +7,7 @@ vcpkg_from_github( vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ DISABLE_PARALLEL_CONFIGURE
PREFER_NINJA
OPTIONS
-DBUILD_HTML_DOCS=OFF
diff --git a/ports/kf5itemviews/vcpkg.json b/ports/kf5itemviews/vcpkg.json index be3e6611a..7c6d0a6d1 100644 --- a/ports/kf5itemviews/vcpkg.json +++ b/ports/kf5itemviews/vcpkg.json @@ -1,6 +1,7 @@ { "name": "kf5itemviews", "version": "5.81.0", + "port-version": 1, "description": "Widget addons for Qt Model/View", "homepage": "https://api.kde.org/frameworks/kitemviews/html/index.html", "dependencies": [ diff --git a/ports/kf5plotting/portfile.cmake b/ports/kf5plotting/portfile.cmake index ac3020239..35d8525b4 100644 --- a/ports/kf5plotting/portfile.cmake +++ b/ports/kf5plotting/portfile.cmake @@ -8,6 +8,7 @@ vcpkg_from_github( vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} + DISABLE_PARALLEL_CONFIGURE PREFER_NINJA OPTIONS -DBUILD_HTML_DOCS=OFF -DBUILD_MAN_DOCS=OFF diff --git a/ports/kf5plotting/vcpkg.json b/ports/kf5plotting/vcpkg.json index b99ba7cd2..c55853b02 100644 --- a/ports/kf5plotting/vcpkg.json +++ b/ports/kf5plotting/vcpkg.json @@ -1,6 +1,7 @@ { "name": "kf5plotting", "version": "5.81.0", + "port-version": 1, "description": "Lightweight plotting framework", "homepage": "https://api.kde.org/frameworks/kplotting/html/index.html", "dependencies": [ diff --git a/ports/kf5widgetsaddons/portfile.cmake b/ports/kf5widgetsaddons/portfile.cmake index 322ded1fb..83738ffad 100644 --- a/ports/kf5widgetsaddons/portfile.cmake +++ b/ports/kf5widgetsaddons/portfile.cmake @@ -8,6 +8,7 @@ vcpkg_from_github( vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ DISABLE_PARALLEL_CONFIGURE
PREFER_NINJA
OPTIONS
-DBUILD_HTML_DOCS=OFF
diff --git a/ports/kf5widgetsaddons/vcpkg.json b/ports/kf5widgetsaddons/vcpkg.json index ee0c9e6d1..a8ef7a327 100644 --- a/ports/kf5widgetsaddons/vcpkg.json +++ b/ports/kf5widgetsaddons/vcpkg.json @@ -1,6 +1,7 @@ { "name": "kf5widgetsaddons", "version": "5.81.0", + "port-version": 1, "description": "Addons to QtWidgets", "homepage": "https://api.kde.org/frameworks/kwidgetsaddons/html/index.html", "dependencies": [ diff --git a/ports/librsvg/portfile.cmake b/ports/librsvg/portfile.cmake index 19b86ff47..f87ed15b9 100644 --- a/ports/librsvg/portfile.cmake +++ b/ports/librsvg/portfile.cmake @@ -17,6 +17,7 @@ configure_file(${CMAKE_CURRENT_LIST_DIR}/config.h.linux ${SOURCE_PATH}/config.h. vcpkg_find_acquire_program(PKGCONFIG)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ DISABLE_PARALLEL_CONFIGURE
PREFER_NINJA
OPTIONS
-DPKG_CONFIG_EXECUTABLE=${PKGCONFIG}
@@ -31,4 +32,4 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH share/unofficial-librsvg TARGET_PATH share file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
# Handle copyright
-file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
+file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
\ No newline at end of file diff --git a/ports/librsvg/vcpkg.json b/ports/librsvg/vcpkg.json index 13d220163..49114f482 100644 --- a/ports/librsvg/vcpkg.json +++ b/ports/librsvg/vcpkg.json @@ -1,7 +1,7 @@ { "name": "librsvg", "version": "2.40.20", - "port-version": 3, + "port-version": 4, "description": "A small library to render Scalable Vector Graphics (SVG)", "homepage": "https://gitlab.gnome.org/GNOME/librsvg", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 966051cc1..2e75c0ae3 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2846,7 +2846,7 @@ }, "kf5completion": { "baseline": "5.81.0", - "port-version": 0 + "port-version": 1 }, "kf5config": { "baseline": "5.81.0", @@ -2854,11 +2854,11 @@ }, "kf5coreaddons": { "baseline": "5.81.0", - "port-version": 0 + "port-version": 1 }, "kf5crash": { "baseline": "5.81.0", - "port-version": 0 + "port-version": 1 }, "kf5dbusaddons": { "baseline": "5.81.0", @@ -2874,19 +2874,19 @@ }, "kf5i18n": { "baseline": "5.81.0", - "port-version": 0 + "port-version": 1 }, "kf5itemmodels": { "baseline": "5.81.0", - "port-version": 0 + "port-version": 1 }, "kf5itemviews": { "baseline": "5.81.0", - "port-version": 0 + "port-version": 1 }, "kf5plotting": { "baseline": "5.81.0", - "port-version": 0 + "port-version": 1 }, "kf5syntaxhighlighting": { "baseline": "5.81.0", @@ -2894,7 +2894,7 @@ }, "kf5widgetsaddons": { "baseline": "5.81.0", - "port-version": 0 + "port-version": 1 }, "kf5windowsystem": { "baseline": "5.81.0", @@ -3502,7 +3502,7 @@ }, "librsvg": { "baseline": "2.40.20", - "port-version": 3 + "port-version": 4 }, "librsync": { "baseline": "2020-09-16", diff --git a/versions/k-/kf5completion.json b/versions/k-/kf5completion.json index 0aab32fc1..7def2e191 100644 --- a/versions/k-/kf5completion.json +++ b/versions/k-/kf5completion.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "82b63d20234241b66dc8f7242619d713d43340de", + "version": "5.81.0", + "port-version": 1 + }, + { "git-tree": "8e4e693e3597dcada6e28243e1d536a44063fc18", "version": "5.81.0", "port-version": 0 diff --git a/versions/k-/kf5coreaddons.json b/versions/k-/kf5coreaddons.json index ff7c42ad0..5b4c8a28b 100644 --- a/versions/k-/kf5coreaddons.json +++ b/versions/k-/kf5coreaddons.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "8467a9d9763b072c6fd898b1d5be2227205216bd", + "version": "5.81.0", + "port-version": 1 + }, + { "git-tree": "47f0a0b5ec4ebb494396fbc3118ef864e1c66689", "version": "5.81.0", "port-version": 0 diff --git a/versions/k-/kf5crash.json b/versions/k-/kf5crash.json index c34b53c61..550c1a895 100644 --- a/versions/k-/kf5crash.json +++ b/versions/k-/kf5crash.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "18cf44844a7becb7d932cd96709fb40f800236ad", + "version": "5.81.0", + "port-version": 1 + }, + { "git-tree": "cc944375b9c277d67a8c7174c24e5ed4221e413a", "version": "5.81.0", "port-version": 0 diff --git a/versions/k-/kf5i18n.json b/versions/k-/kf5i18n.json index 303a14162..a95b23d78 100644 --- a/versions/k-/kf5i18n.json +++ b/versions/k-/kf5i18n.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "a749b5eb069f5e7a8c84a65746ca7579d2e85af5", + "version": "5.81.0", + "port-version": 1 + }, + { "git-tree": "85675e319c19cb4303a56719af9ad49feb733983", "version": "5.81.0", "port-version": 0 diff --git a/versions/k-/kf5itemmodels.json b/versions/k-/kf5itemmodels.json index 8e857f8dd..b27692c2d 100644 --- a/versions/k-/kf5itemmodels.json +++ b/versions/k-/kf5itemmodels.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "bc5ec5bc67cce9eed6f93724083656ffd691365b", + "version": "5.81.0", + "port-version": 1 + }, + { "git-tree": "8253bf274c45235c1fa763255fbc9c765de8d245", "version": "5.81.0", "port-version": 0 diff --git a/versions/k-/kf5itemviews.json b/versions/k-/kf5itemviews.json index 1a67807a6..1cd722cfd 100644 --- a/versions/k-/kf5itemviews.json +++ b/versions/k-/kf5itemviews.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "b2b8ea2e118cf093ca85c444bd16dee60a1a1777", + "version": "5.81.0", + "port-version": 1 + }, + { "git-tree": "c299c11853b1ca953bbc5801a596f4db51bc5782", "version": "5.81.0", "port-version": 0 diff --git a/versions/k-/kf5plotting.json b/versions/k-/kf5plotting.json index 1a0bfd910..b6ab5c41e 100644 --- a/versions/k-/kf5plotting.json +++ b/versions/k-/kf5plotting.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "e45f62745247b51d6583a1bc9a45e4a4bc26701b", + "version": "5.81.0", + "port-version": 1 + }, + { "git-tree": "d0991bf27a381493f05e2c2c724a4e523cf893be", "version": "5.81.0", "port-version": 0 diff --git a/versions/k-/kf5widgetsaddons.json b/versions/k-/kf5widgetsaddons.json index 695978698..f21e935cc 100644 --- a/versions/k-/kf5widgetsaddons.json +++ b/versions/k-/kf5widgetsaddons.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "eaf1fa333a58906c39eaafc1f5e9aa0ca52aca92", + "version": "5.81.0", + "port-version": 1 + }, + { "git-tree": "3f982e6ab4ef615b0978a477c0943d3b490e6823", "version": "5.81.0", "port-version": 0 diff --git a/versions/l-/librsvg.json b/versions/l-/librsvg.json index dd7bd19b7..82d5bb16c 100644 --- a/versions/l-/librsvg.json +++ b/versions/l-/librsvg.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "0a02c4941810ea725b6686e203ae81deb257e24c", + "version": "2.40.20", + "port-version": 4 + }, + { "git-tree": "0de6b9c0d9dc0ada7b9223669bb08e9ef146aa7a", "version": "2.40.20", "port-version": 3 |
