diff options
| author | Dawid Wróbel <me@dawidwrobel.com> | 2021-08-31 21:40:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-31 12:40:34 -0700 |
| commit | a9d758fe25c907dce5e805c6bde37000d9569055 (patch) | |
| tree | d1cb1e2dc8f4c9d682c99a52ed9602554a0d368d /versions | |
| parent | 9fb1585e7a375cfa873697557ced116dfacbd1d7 (diff) | |
| download | vcpkg-a9d758fe25c907dce5e805c6bde37000d9569055.tar.gz vcpkg-a9d758fe25c907dce5e805c6bde37000d9569055.zip | |
[kf5configwidgets] new port (#16562)
* Add kf5configwidgets port
* Fix KF5ConfigWidgets for windows
* [kf5configwidgets] update to 5.75.0
* [kf5configwidgets] convert CONTROL to manifest
* [kf5configwidgets] update versions
* [kf5configwidgets] update to 5.81
* [kf5configwidgets] update versions
* [kf5configwidgets] update to 5.84
* [kf5configwidgets] update versions
* [kf5configwidgets] add 'designerplugin' feature
* [kf5configwidgets] update versions
* [kf5configwidgets] wrap paths in quotes
* [kf5configwidgets] update versions
* [kf5configwidgets] actually update SHA512
* [kf5configwidgets] update versions
* [kf5configwidgets] fix static builds
* [kf5configwidgets] set QT plugins path correctly
* [kf5configwidgets] update versions
* [kf5configwidgets] remove obsolete versions
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* [kf5configwidgets] rename patch file
* [kf5configaddons] 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-/kf5configwidgets.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 39630f5d5..c9250d337 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2904,6 +2904,10 @@ "baseline": "5.84.0", "port-version": 1 }, + "kf5configwidgets": { + "baseline": "5.84.0", + "port-version": 0 + }, "kf5coreaddons": { "baseline": "5.84.0", "port-version": 0 diff --git a/versions/k-/kf5configwidgets.json b/versions/k-/kf5configwidgets.json new file mode 100644 index 000000000..c2f9808d6 --- /dev/null +++ b/versions/k-/kf5configwidgets.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "99dcbe4e7cb84be45f9869e441c274e44309291d", + "version-semver": "5.84.0", + "port-version": 0 + } + ] +} |
