mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:46:41 +08:00
e527f179b1
* [kf5parts] New package * [kf5parts] Apply suggestions from code review Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * [kf5parts] vcpkg x-add-version kf5parts --------- Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
37 lines
691 B
JSON
37 lines
691 B
JSON
{
|
|
"name": "kf5parts",
|
|
"version": "5.98.0",
|
|
"description": "Plugin framework for user interface component",
|
|
"homepage": "https://api.kde.org/frameworks/kparts/html/index.html",
|
|
"license": "LGPL-2.0-or-later",
|
|
"dependencies": [
|
|
"ecm",
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"kf5config",
|
|
"kf5coreaddons",
|
|
"kf5i18n",
|
|
"kf5iconthemes",
|
|
"kf5jobwidgets",
|
|
"kf5kio",
|
|
"kf5service",
|
|
"kf5textwidgets",
|
|
"kf5widgetsaddons",
|
|
"kf5xmlgui",
|
|
"qt5-base",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|