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/kf5crash | |
| 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/kf5crash')
| -rw-r--r-- | ports/kf5crash/add_x11extras.patch | 15 | ||||
| -rw-r--r-- | ports/kf5crash/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/kf5crash/vcpkg.json | 2 |
3 files changed, 3 insertions, 20 deletions
diff --git a/ports/kf5crash/add_x11extras.patch b/ports/kf5crash/add_x11extras.patch deleted file mode 100644 index 9a260ab52..000000000 --- a/ports/kf5crash/add_x11extras.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 8c66d85..f2d89cb 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -17,8 +17,9 @@ include(KDEInstallDirs) - include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) - include(KDECMakeSettings) - --if (NOT APPLE) -+if (UNIX AND NOT APPLE) - find_package(X11) -+ find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED COMPONENTS X11Extras) - endif() - - set(HAVE_X11 ${X11_FOUND}) diff --git a/ports/kf5crash/portfile.cmake b/ports/kf5crash/portfile.cmake index 5e12a93ea..0fa8caf06 100644 --- a/ports/kf5crash/portfile.cmake +++ b/ports/kf5crash/portfile.cmake @@ -1,11 +1,9 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO KDE/kcrash - REF v5.75.0 - SHA512 f6784d2db20bd90194a1ae8134e344a899f8c28d934783fbc104d2719e8340955278059ea5a237eeda550b4c4484e45c6d4b7c09425b0d1bb0b0025d8e214596 + REF v5.81.0 + SHA512 29ab36a46f4dbbe104c2c8d1ce0d4f2f43399c7fb3cbc34210d52e51c8b6ef6261890ebc36d9010c2aea9b90867a07732a4736176fa008c85a009ebd6582dd32 HEAD_REF master - PATCHES - add_x11extras.patch ) vcpkg_configure_cmake( diff --git a/ports/kf5crash/vcpkg.json b/ports/kf5crash/vcpkg.json index b7c09c9b7..8c58963ad 100644 --- a/ports/kf5crash/vcpkg.json +++ b/ports/kf5crash/vcpkg.json @@ -1,6 +1,6 @@ { "name": "kf5crash", - "version": "5.75.0", + "version": "5.81.0", "description": "KCrash provides support for intercepting and handling application crashes.", "homepage": "https://api.kde.org/frameworks/kcrash/html/index.html", "supports": "linux", |
