diff options
| author | Dawid Wróbel <me@dawidwrobel.com> | 2021-05-21 04:30:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-21 01:30:43 -0700 |
| commit | b34b7ff2c97d7edcd0b744dc8917ce790fa79129 (patch) | |
| tree | b80d0add3867e81aa158465ad8438a8ec60b2d99 /ports/kf5windowsystem | |
| parent | 19b171468d2ddfdd934e7b7952c75555a0243eee (diff) | |
| download | vcpkg-b34b7ff2c97d7edcd0b744dc8917ce790fa79129.tar.gz vcpkg-b34b7ff2c97d7edcd0b744dc8917ce790fa79129.zip | |
[many ports] Update KF5 frameworks to 5.81 (#17268)
* [many ports] Update KF5 frameworks to 5.81
* [many ports] Update KF5 versions
* [kf5guiaddons] disable parallel configure
* [kf5windowsystem] disable parallel configure
* [many ports] Update KF5 versions
* [kf5archive] disable parallel configure
* [many ports] Update KF5 versions
Diffstat (limited to 'ports/kf5windowsystem')
| -rw-r--r-- | ports/kf5windowsystem/portfile.cmake | 7 | ||||
| -rw-r--r-- | ports/kf5windowsystem/vcpkg.json | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/ports/kf5windowsystem/portfile.cmake b/ports/kf5windowsystem/portfile.cmake index 9cc1a0e45..4d43e63df 100644 --- a/ports/kf5windowsystem/portfile.cmake +++ b/ports/kf5windowsystem/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KDE/kwindowsystem
- REF v5.75.0
- SHA512 5c88ed9749d9cc5bb4cb1a8ec5f2da7359cb8c8f7c04c4fd63a59d88ddfee1533ed1ce686f12182d14fb7a7e1bd92f82cc416fff60bcdef73510f596217301cb
+ REF v5.81.0
+ SHA512 d003e512291a80e2319bf7371105618466778092336571ffa3f6658a91d742641e6e12b1d789e15579c325943819b7036253639e64f004b60a928a38e9ee9e8f
)
if (VCPKG_TARGET_IS_LINUX)
@@ -10,6 +10,7 @@ if (VCPKG_TARGET_IS_LINUX) endif()
vcpkg_configure_cmake(
+ DISABLE_PARALLEL_CONFIGURE
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
@@ -36,4 +37,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/etc) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/etc)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
-file(INSTALL ${SOURCE_PATH}/LICENSES/ DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright)
\ No newline at end of file +file(INSTALL ${SOURCE_PATH}/LICENSES/ DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright)
diff --git a/ports/kf5windowsystem/vcpkg.json b/ports/kf5windowsystem/vcpkg.json index b54979877..691051234 100644 --- a/ports/kf5windowsystem/vcpkg.json +++ b/ports/kf5windowsystem/vcpkg.json @@ -1,6 +1,6 @@ { "name": "kf5windowsystem", - "version": "5.75.0", + "version": "5.81.0", "description": "Access to the windowing system", "homepage": "https://api.kde.org/frameworks/kwindowsystem/html/", "dependencies": [ |
