aboutsummaryrefslogtreecommitdiff
path: root/ports/kf5completion
diff options
context:
space:
mode:
authorDawid Wróbel <me@dawidwrobel.com>2021-07-28 02:02:50 +0200
committerGitHub <noreply@github.com>2021-07-27 17:02:50 -0700
commitd331544d828da981cfd6369a5c549703f3453d70 (patch)
treea5173eae370a376039dda72d03082adcbd7aa673 /ports/kf5completion
parent0ebd257447d3338b411fd43247282b1c02d68909 (diff)
downloadvcpkg-d331544d828da981cfd6369a5c549703f3453d70.tar.gz
vcpkg-d331544d828da981cfd6369a5c549703f3453d70.zip
[many ports] Update KF5 frameworks to 5.84 (#19168)
* [kf5*] Update KDE Frameworks to 5.84 * [kf5*] Update versions
Diffstat (limited to 'ports/kf5completion')
-rw-r--r--ports/kf5completion/portfile.cmake9
-rw-r--r--ports/kf5completion/vcpkg.json3
2 files changed, 6 insertions, 6 deletions
diff --git a/ports/kf5completion/portfile.cmake b/ports/kf5completion/portfile.cmake
index e00132253..281778d95 100644
--- a/ports/kf5completion/portfile.cmake
+++ b/ports/kf5completion/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KDE/kcompletion
- REF v5.81.0
- SHA512 eedb843ffc29bd35ef758d47ea7650d4485c33552916e09ca6d0e62b35f96bf29c0e903bd318e6703b8a14d045e9e36ee60ac6d505340cf7bfefaa8f1e8f7b05
+ REF v5.84.0
+ SHA512 1aee65de9e8aa83274d772afcce764ab800e94cffb8ab203c53ffdb944c53e46115afe4148dadf777c0a1afc815b9382e4e319ba09e266b4487405307d838322
HEAD_REF master
)
@@ -11,11 +11,12 @@ vcpkg_configure_cmake(
DISABLE_PARALLEL_CONFIGURE
PREFER_NINJA
OPTIONS
+ -DBUILD_TESTING=OFF
+ -DBUILD_DESIGNERPLUGIN=OFF
+ MAYBE_UNUSED_VARIABLES
-DBUILD_HTML_DOCS=OFF
-DBUILD_MAN_DOCS=OFF
-DBUILD_QTHELP_DOCS=OFF
- -DBUILD_TESTING=OFF
- -DBUILD_DESIGNERPLUGIN=OFF
)
vcpkg_install_cmake()
diff --git a/ports/kf5completion/vcpkg.json b/ports/kf5completion/vcpkg.json
index 34f601960..b94ab097b 100644
--- a/ports/kf5completion/vcpkg.json
+++ b/ports/kf5completion/vcpkg.json
@@ -1,7 +1,6 @@
{
"name": "kf5completion",
- "version": "5.81.0",
- "port-version": 1,
+ "version": "5.84.0",
"description": "Text completion helpers and widgets",
"homepage": "https://api.kde.org/frameworks/kcompletion/html/index.html",
"dependencies": [