vcpkg/ports/kf5service/vcpkg.json

39 lines
695 B
JSON
Raw Normal View History

{
"name": "kf5service",
"version": "5.84.0",
"port-version": 1,
"description": "Plugin framework for desktop services",
"homepage": "https://api.kde.org/frameworks/kservice/html/index.html",
"dependencies": [
"ecm",
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
},
"kf5config",
"kf5coreaddons",
{
"name": "kf5crash",
"platform": "!android"
},
{
"name": "kf5dbusaddons",
"platform": "!android"
},
"kf5i18n",
"qt5-base",
"qt5-tools",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}