vcpkg/ports/kf5kio/vcpkg.json
Dawid Wróbel 6ff166cc3e
[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>
2021-10-11 10:17:16 -07:00

88 lines
1.8 KiB
JSON

{
"name": "kf5kio",
"version": "5.84.0",
"description": "Network transparent access to files and data",
"homepage": "https://api.kde.org/frameworks/kio/html/index.html",
"dependencies": [
"ecm",
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
},
"kf5archive",
{
"name": "kf5auth",
"platform": "!windows"
},
"kf5bookmarks",
"kf5completion",
"kf5config",
"kf5configwidgets",
"kf5coreaddons",
"kf5crash",
"kf5dbusaddons",
"kf5guiaddons",
"kf5i18n",
"kf5iconthemes",
"kf5itemviews",
"kf5jobwidgets",
"kf5service",
"kf5solid",
"kf5textwidgets",
"kf5widgetsaddons",
"kf5windowsystem",
"kf5xmlgui",
{
"name": "libiconv",
"platform": "windows & static"
},
"qt5-base",
{
"name": "qt5-macextras",
"platform": "osx"
},
{
"name": "qt5-x11extras",
"platform": "linux"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"kf5notifications": {
"description": "Required to have error notification support in kpac",
"dependencies": [
{
"name": "kf5kio",
"default-features": false,
"features": [
"unixkf5notifications"
],
"platform": "!(windows | android)"
}
]
},
"kf5wallet": {
"description": "Required to have permanent storage of passwords for kpasswdserver",
"dependencies": [
"kf5wallet"
]
},
"unixkf5notifications": {
"description": "Required to have error notification support in kpac (windows only)",
"dependencies": [
"kf5notifications"
]
}
}
}