diff options
| author | Dawid Wróbel <me@dawidwrobel.com> | 2021-08-03 01:49:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-02 16:49:35 -0700 |
| commit | 3d4ce760a175b0dd9ba139c175d579e86eacdf81 (patch) | |
| tree | 0ec7f8b207c047360a71838e6f6909acde1f990a /versions | |
| parent | fb24bdc58be7791fcf31baa8476eb6561010b06a (diff) | |
| download | vcpkg-3d4ce760a175b0dd9ba139c175d579e86eacdf81.tar.gz vcpkg-3d4ce760a175b0dd9ba139c175d579e86eacdf81.zip | |
[kf5solid] new port (#19201)
* Add kf5solid port
* Fixed kf5solid for windows
* [kf5solid] update to 5.75.0
* [kf5solid] update to 5.84.0
* [kf5solid] update versions
* [kf5solid] replace outdated functions
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* [kf5solid] use semver
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* [kf5solid] update versions
* [kf5solid] DISABLE_PARALLEL_CONFIGURE
* [kf5solid] update versions
* [kf5solid] fix MAYBE_UNUSED_VARIABLES usage
* [kf5solid] update versions
* [kf5solid] remove extraneous options
* [kf5solid] update versions
Co-authored-by: Kuntal Majumder <hellozee@disroot.org>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/k-/kf5solid.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 30a4f3834..0ad42b323 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2916,6 +2916,10 @@ "baseline": "5.84.0", "port-version": 0 }, + "kf5solid": { + "baseline": "5.84.0", + "port-version": 0 + }, "kf5sonnet": { "baseline": "5.84.0", "port-version": 0 diff --git a/versions/k-/kf5solid.json b/versions/k-/kf5solid.json new file mode 100644 index 000000000..a47818aa8 --- /dev/null +++ b/versions/k-/kf5solid.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "4ddc168b71ca68e8c765edca7a018753871b84e6", + "version-semver": "5.84.0", + "port-version": 0 + } + ] +} |
