diff options
| author | Dawid Wróbel <me@dawidwrobel.com> | 2021-08-09 16:00:57 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-09 09:00:57 -0700 |
| commit | 7a4dc666e2b9758211c9a736a77b2518e4a49f09 (patch) | |
| tree | 4b45a6fd060ff39368c3e1a7ad8202de83eb7336 /versions | |
| parent | 3d4c4cbdc7b4e86b3a9c846d303591b6033edd96 (diff) | |
| download | vcpkg-7a4dc666e2b9758211c9a736a77b2518e4a49f09.tar.gz vcpkg-7a4dc666e2b9758211c9a736a77b2518e4a49f09.zip | |
[kf5attica] new port (#19446)
* Add KF5Attica
* [kf5attica] bump to 5.73
* [kf5attica] use PORT variable where applicable
* [kf5attica] update to 5.75.0
* [kf5attica] port CONTROL to JSON
* [kf5attica] update to 5.84.0
* [kf5attica] remove unused options
* [kf5attica] only remove what's required
* [kf5attica] grammar in description
* [kf5attica] update deprecated functions
* [kf5attica] wrap paths in quotes
* [kf5attica] update versions
* [kf5attica] fix static builds
* [kf5attica] update versions
Co-authored-by: Kuntal Majumder <hellozee@disroot.org>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/k-/kf5attica.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 20d1f4ba2..612049c2e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2876,6 +2876,10 @@ "baseline": "5.84.0", "port-version": 0 }, + "kf5attica": { + "baseline": "5.84.0", + "port-version": 0 + }, "kf5auth": { "baseline": "5.84.0", "port-version": 1 diff --git a/versions/k-/kf5attica.json b/versions/k-/kf5attica.json new file mode 100644 index 000000000..d37e925f6 --- /dev/null +++ b/versions/k-/kf5attica.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "196f1ae93b85efd88bb9fa4a245ed9e8cf044a4a", + "version-semver": "5.84.0", + "port-version": 0 + } + ] +} |
