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/kf5archive | |
| 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/kf5archive')
| -rw-r--r-- | ports/kf5archive/portfile.cmake | 7 | ||||
| -rw-r--r-- | ports/kf5archive/vcpkg.json | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/ports/kf5archive/portfile.cmake b/ports/kf5archive/portfile.cmake index 1b97f8dde..b9b117752 100644 --- a/ports/kf5archive/portfile.cmake +++ b/ports/kf5archive/portfile.cmake @@ -1,12 +1,13 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KDE/karchive
- REF v5.75.0
- SHA512 4a909626f776cc9ebf9acd0e16bcda9e2e0e5dd29bd52b27140baa9905758a028f542ccd40e98c5432a4d9eac2908e36e1f9329e40cc4cf835e15557c96175f1
+ REF v5.81.0
+ SHA512 f0dee63016f67e385f538ee82679fe7a5ca2c876cfb71d83a808107df8c1ec58ceceb8eb8d7422b0b0a08359dc7a00474b6a7b18be9d33c557c102d8492d1d57
HEAD_REF master
)
vcpkg_configure_cmake(
+ DISABLE_PARALLEL_CONFIGURE
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
@@ -29,4 +30,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/kf5archive/vcpkg.json b/ports/kf5archive/vcpkg.json index 744e7ecf9..e12c4c5a7 100644 --- a/ports/kf5archive/vcpkg.json +++ b/ports/kf5archive/vcpkg.json @@ -1,6 +1,6 @@ { "name": "kf5archive", - "version": "5.75.0", + "version": "5.81.0", "description": "File compression", "homepage": "https://api.kde.org/frameworks/karchive/html/index.html", "dependencies": [ |
