vcpkg/ports/kf5parts/vcpkg.json
Alex e527f179b1
[kf5parts] Add new port (#31544)
* [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>
2023-05-31 12:49:39 -07:00

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
}
]
}