diff options
| author | Dawid Wróbel <me@dawidwrobel.com> | 2021-07-28 02:02:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-27 17:02:50 -0700 |
| commit | d331544d828da981cfd6369a5c549703f3453d70 (patch) | |
| tree | a5173eae370a376039dda72d03082adcbd7aa673 /ports/kf5syntaxhighlighting | |
| parent | 0ebd257447d3338b411fd43247282b1c02d68909 (diff) | |
| download | vcpkg-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/kf5syntaxhighlighting')
| -rw-r--r-- | ports/kf5syntaxhighlighting/portfile.cmake | 7 | ||||
| -rw-r--r-- | ports/kf5syntaxhighlighting/vcpkg.json | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/ports/kf5syntaxhighlighting/portfile.cmake b/ports/kf5syntaxhighlighting/portfile.cmake index d7d047f41..a91422b9e 100644 --- a/ports/kf5syntaxhighlighting/portfile.cmake +++ b/ports/kf5syntaxhighlighting/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KDE/syntax-highlighting
- REF v5.81.0
- SHA512 4e6d59acc6548ffc536bc2936871f7d0d19f4506319ebb2c821086df63a0014c7246f45a52b66ee997f34a05aeed216c611c3b68cc1ba649f2f1dd7cf10a431e
+ REF v5.84.0
+ SHA512 7df25f639504392f15dd55ae33de273ef8a32c3d4b4874dcd52fa5aa85e302acf102e31d249a3dc779d84facba0fca5e2196e83d8b4d439c5da96c2ad7b256cd
HEAD_REF master
)
@@ -15,10 +15,11 @@ vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
+ -DBUILD_TESTING=OFF
+ MAYBE_UNUSED_VARIABLES
-DBUILD_HTML_DOCS=OFF
-DBUILD_MAN_DOCS=OFF
-DBUILD_QTHELP_DOCS=OFF
- -DBUILD_TESTING=OFF
)
vcpkg_install_cmake(ADD_BIN_TO_PATH)
diff --git a/ports/kf5syntaxhighlighting/vcpkg.json b/ports/kf5syntaxhighlighting/vcpkg.json index 6949ca5fb..441e3e7f5 100644 --- a/ports/kf5syntaxhighlighting/vcpkg.json +++ b/ports/kf5syntaxhighlighting/vcpkg.json @@ -1,6 +1,6 @@ { "name": "kf5syntaxhighlighting", - "version": "5.81.0", + "version": "5.84.0", "description": "Syntax highlighting engine for Kate syntax definitions", "homepage": "https://github.com/KDE/syntax-highlighting", "dependencies": [ |
