diff options
| author | Dawid Wróbel <me@dawidwrobel.com> | 2021-07-29 20:09:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-29 11:09:33 -0700 |
| commit | bfa4cea3a8b0f655d8aef5ef604076182e80d505 (patch) | |
| tree | 12c1e5a372a48ced0f9fdcd5d81f593561b4b1ff /ports/kf5sonnet/vcpkg.json | |
| parent | 5304f826b5736eea0aa4749ce49c84539badaf4a (diff) | |
| download | vcpkg-bfa4cea3a8b0f655d8aef5ef604076182e80d505.tar.gz vcpkg-bfa4cea3a8b0f655d8aef5ef604076182e80d505.zip | |
[kf5sonnet] new port (#19199)
* Add kf5sonnet port
* [kf5sonnet] remove binaries
* Fixed kf5sonnet for windows
* [kf5sonnet] fix windows build
* [kf5sonnet] update to 5.75.0
* [kf5sonnet] update to 5.84.0
* [kf5sonnet] update versions
* [kf5sonnet] use semver
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
* [kf5sonnet] replace deprecated functions
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
* [kf5sonnet] update versions
* [kf5sonnet] DISABLE_PARALLEL_CONFIGURE
* [kf5sonnet] update versions
* [kf5sonnet] fix MAYBE_UNUSED_VARIABLES usage
* [kf5sonnet] update versions
Co-authored-by: Kuntal Majumder <hellozee@disroot.org>
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/kf5sonnet/vcpkg.json')
| -rw-r--r-- | ports/kf5sonnet/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ports/kf5sonnet/vcpkg.json b/ports/kf5sonnet/vcpkg.json new file mode 100644 index 000000000..8f4b783ce --- /dev/null +++ b/ports/kf5sonnet/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "kf5sonnet", + "version-semver": "5.84.0", + "description": "Multi-language spell checker", + "homepage": "https://api.kde.org/frameworks/sonnet/html/index.html", + "dependencies": [ + "ecm", + "qt5-base", + "qt5-tools", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |
