aboutsummaryrefslogtreecommitdiff
path: root/ports/kf5completion
diff options
context:
space:
mode:
Diffstat (limited to 'ports/kf5completion')
-rw-r--r--ports/kf5completion/add-qdbus-to-required-libraries.patch12
-rw-r--r--ports/kf5completion/portfile.cmake7
-rw-r--r--ports/kf5completion/vcpkg.json2
3 files changed, 3 insertions, 18 deletions
diff --git a/ports/kf5completion/add-qdbus-to-required-libraries.patch b/ports/kf5completion/add-qdbus-to-required-libraries.patch
deleted file mode 100644
index 89add3816..000000000
--- a/ports/kf5completion/add-qdbus-to-required-libraries.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -32,7 +32,7 @@ ecm_setup_version(PROJECT VARIABLE_PREFIX KCOMPLETION
- # Dependencies
- set(REQUIRED_QT_VERSION 5.12.0)
-
--find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets)
-+find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets DBus)
-
- find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
- find_package(KF5WidgetsAddons ${KF5_DEP_VERSION} REQUIRED)
diff --git a/ports/kf5completion/portfile.cmake b/ports/kf5completion/portfile.cmake
index fd4f0c2f2..0e78c1a51 100644
--- a/ports/kf5completion/portfile.cmake
+++ b/ports/kf5completion/portfile.cmake
@@ -1,12 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KDE/kcompletion
- REF v5.75.0
- SHA512 f4ff54b518f51b399392ee8f4be27bcc15a45be993b6a76305a16c84d6a85629017b8c4c27f19ff2c37699eeb3a455b9b6e5c7551716a55f0f7ecce2f2a2240b
+ REF v5.81.0
+ SHA512 eedb843ffc29bd35ef758d47ea7650d4485c33552916e09ca6d0e62b35f96bf29c0e903bd318e6703b8a14d045e9e36ee60ac6d505340cf7bfefaa8f1e8f7b05
HEAD_REF master
- # reported issue, just a manual workaround until the issue is fixed upstream
- PATCHES
- "add-qdbus-to-required-libraries.patch"
)
vcpkg_configure_cmake(
diff --git a/ports/kf5completion/vcpkg.json b/ports/kf5completion/vcpkg.json
index 8a799ccf8..272bab352 100644
--- a/ports/kf5completion/vcpkg.json
+++ b/ports/kf5completion/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "kf5completion",
- "version": "5.75.0",
+ "version": "5.81.0",
"description": "Text completion helpers and widgets",
"homepage": "https://api.kde.org/frameworks/kcompletion/html/index.html",
"dependencies": [