aboutsummaryrefslogtreecommitdiff
path: root/ports/kf5completion
diff options
context:
space:
mode:
authorDawid Wróbel <me@dawidwrobel.com>2021-05-21 04:30:43 -0400
committerGitHub <noreply@github.com>2021-05-21 01:30:43 -0700
commitb34b7ff2c97d7edcd0b744dc8917ce790fa79129 (patch)
treeb80d0add3867e81aa158465ad8438a8ec60b2d99 /ports/kf5completion
parent19b171468d2ddfdd934e7b7952c75555a0243eee (diff)
downloadvcpkg-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/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": [