aboutsummaryrefslogtreecommitdiff
path: root/ports/kf5dbusaddons
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/kf5dbusaddons
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/kf5dbusaddons')
-rw-r--r--ports/kf5dbusaddons/portfile.cmake7
-rw-r--r--ports/kf5dbusaddons/vcpkg.json2
2 files changed, 5 insertions, 4 deletions
diff --git a/ports/kf5dbusaddons/portfile.cmake b/ports/kf5dbusaddons/portfile.cmake
index 92aab59d7..3f29ad5a3 100644
--- a/ports/kf5dbusaddons/portfile.cmake
+++ b/ports/kf5dbusaddons/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KDE/kdbusaddons
- REF v5.81.0
- SHA512 fce5b646199ee895f2c8ed17382cb4b7f0265a87558ba3b7bb094cbfa92327b8fb910e4af95f1d3793c1908151eefd59783b31fe43c0743ea872632bb78d98f0
+ REF v5.84.0
+ SHA512 cef640da611ead5fc002f365a9918db1bebe494d7dc456dca8a239873b7f53c1aee81d122cbc15d88cb1deeae1ab7db8c2a79a2847deb87f29c5f1c19a46ab46
HEAD_REF master
)
@@ -10,10 +10,11 @@ vcpkg_cmake_configure(
DISABLE_PARALLEL_CONFIGURE
SOURCE_PATH ${SOURCE_PATH}
OPTIONS
+ -DBUILD_TESTING=OFF
+ MAYBE_UNUSED_VARIABLES
-DBUILD_HTML_DOCS=OFF
-DBUILD_MAN_DOCS=OFF
-DBUILD_QTHELP_DOCS=OFF
- -DBUILD_TESTING=OFF
)
vcpkg_cmake_install()
diff --git a/ports/kf5dbusaddons/vcpkg.json b/ports/kf5dbusaddons/vcpkg.json
index 38c4476d8..e2739f505 100644
--- a/ports/kf5dbusaddons/vcpkg.json
+++ b/ports/kf5dbusaddons/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "kf5dbusaddons",
- "version": "5.81.0",
+ "version": "5.84.0",
"description": "Convenience classes for D-Bus",
"homepage": "https://api.kde.org/frameworks/kdbusaddons/html/index.html",
"dependencies": [