mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 20:27:37 +08:00
960264885a
* [kf5crash] fix cmake.in to allow consumption by static builds * [kf5crash] update versions * [kf5crash] kcrash is supported on Win and macOS, too * [kf5crash] update versions * [kf5crash] replace deprecated functions * [kf5crash] update versions * [kf5crash] don't overzealously delete folders * [kf5crash] update versions * [kf5crash] proactively disable docs * [kf5crash] use semVer * [kf5crash] update versions * [kf5crash] remove extraneous options * [kf5crash] update versions * [kf5crash] wrap paths in quotes * [kf5crash] update versions * [kf5crash] remove bin folders in static build * [kf5crash] update versions * [kf5crash] rename patch file * [kf5crash] update versions * [kf5crash] add PACKAGE_NAME to vcpkg_cmake_config_fixup * [kf5crash] update versions
25 lines
520 B
JSON
25 lines
520 B
JSON
{
|
|
"name": "kf5crash",
|
|
"version-semver": "5.84.0",
|
|
"port-version": 1,
|
|
"description": "KCrash provides support for intercepting and handling application crashes.",
|
|
"homepage": "https://api.kde.org/frameworks/kcrash/html/index.html",
|
|
"dependencies": [
|
|
"ecm",
|
|
"kf5coreaddons",
|
|
"kf5windowsystem",
|
|
{
|
|
"name": "qt5-x11extras",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|