diff options
| author | Dawid Wróbel <me@dawidwrobel.com> | 2021-09-29 18:32:13 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-29 08:32:13 -0700 |
| commit | a7e7bcdd96555094159f6c763cbde1759c2206d8 (patch) | |
| tree | 25cfcc81ca0eb9dd520f60bb147b0fbe8b84099e /versions | |
| parent | 7ce15ca82cddfbf23a30447d37992c5683789354 (diff) | |
| download | vcpkg-a7e7bcdd96555094159f6c763cbde1759c2206d8.tar.gz vcpkg-a7e7bcdd96555094159f6c763cbde1759c2206d8.zip | |
[kf5notifications] new port (#19828)
* Add kf5notifications port
* Fixed kf5notifications for windows
* [kf5*] update to 5.75.0
* [kf5notifications] port CONTROL to JSON
* [kf5notifications] remove redundant options
* [kf5notifications] update to current spec
* [kf5notifications] wrap paths in quotes
* [kf5notifications] use semver
* [kf5notifications] update to 5.84.0
* [kf5notifications] update versions
* [kf5notifications] remove bin from static builds
* [kf5notifications] update versions
* [kf5notifications] add kf5windowsystem dependency
* [kf5notifications] update versions
* [kf5notifications] fix CMake config file
* [kf5notifications] update versions
* [kf5notifications] add androidextras dependency
* [kf5notifications] update versions
* [kf5notifications] update versions
* [kf5newstuff] minimize patch size
* [kf5newstuff] use generic, non-semver versioning
* [kf5newstuff] update versions
* [kf5notifications] re-enable parallel configure
* [kf5notifications] 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-/kf5notifications.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 669d17b5a..18fe25429 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3048,6 +3048,10 @@ "baseline": "5.84.0", "port-version": 1 }, + "kf5notifications": { + "baseline": "5.84.0", + "port-version": 0 + }, "kf5package": { "baseline": "5.84.0", "port-version": 1 diff --git a/versions/k-/kf5notifications.json b/versions/k-/kf5notifications.json new file mode 100644 index 000000000..b837ed00d --- /dev/null +++ b/versions/k-/kf5notifications.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "a565cfd79777b605b4e3fc57be5bd2957c498c7f", + "version": "5.84.0", + "port-version": 0 + } + ] +} |
