aboutsummaryrefslogtreecommitdiff
path: root/ports/kf5crash
diff options
context:
space:
mode:
Diffstat (limited to 'ports/kf5crash')
-rw-r--r--ports/kf5crash/add_x11extras.patch15
-rw-r--r--ports/kf5crash/portfile.cmake6
-rw-r--r--ports/kf5crash/vcpkg.json2
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",