diff options
| author | Dawid Wróbel <me@dawidwrobel.com> | 2021-10-11 19:17:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-11 10:17:16 -0700 |
| commit | 6ff166cc3e7242a4be699d9c847a834c0d981223 (patch) | |
| tree | e6daa12b2862b2fd59b514c8309820b9a8ea33ae /versions | |
| parent | 973a7d517c09c8cfb7e6a548fcc260ca34ba7b60 (diff) | |
| download | vcpkg-6ff166cc3e7242a4be699d9c847a834c0d981223.tar.gz vcpkg-6ff166cc3e7242a4be699d9c847a834c0d981223.zip | |
[kf5kio] new port (#19779)
* Add kf5kio port [WIP]
* Fixed kf5kio for windows
* [kf5*] update to 5.75.0
* [kf5kio] fix clang errors on macOS
* [kf5kio] add missing dependencies
* [kf5kio] use current spec
* [kf5kio] install tools, don't remove them
* [kf5kio] install data to standard /share location
* [kf5kio] only remove what's needed
* [kf5kio] wrap paths in quotes
* [kf5kio] use semVer
* [kf5kio] update versions
* [kf5kio] update to 5.84.0
* [kf5kio] fix libiconv for static builds
* [kf5kio] libiconv patches only for windows static builds
* [kf5kio] update versions
* [kf5kio] fix copying tools on Windows
* [kf5kio] add PACKAGE_NAME to vcpkg_cmake_config_fixup
* [kf5kio] update versions
* [kf5kio] update versions
* [kf5kio] add comment with a link to a PR
* [kf5kio] update versions
* [kf5kio] fix CMake Config for static builds
* [kf5kio] update versions
* [kf5kio] disable notifications if not explicitly enabled
* [kf5kio] add kf5wallet feature
* [kf5kio] update versions
* [kf5kio] knotifications is non-Windows and non-Android
* [kf5kio] update versions
* [kf5io] re-enable parallel configure
* [kf5io] use generic, non-semver versioning
* [kf5kio] update versions
* [kf5kio] remove the 5.75 version info
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
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-/kf5kio.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 780884083..80b99c5fa 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3056,6 +3056,10 @@ "baseline": "5.84.0", "port-version": 1 }, + "kf5kio": { + "baseline": "5.84.0", + "port-version": 0 + }, "kf5notifications": { "baseline": "5.84.0", "port-version": 0 diff --git a/versions/k-/kf5kio.json b/versions/k-/kf5kio.json new file mode 100644 index 000000000..b3e07774d --- /dev/null +++ b/versions/k-/kf5kio.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "4a9411ad4abdf7acb9b7a7ef98dd9b966f8b58d5", + "version": "5.84.0", + "port-version": 0 + } + ] +} |
