mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 07:09:05 +08:00
f2608141c5
* Add kf5kcmutils port * Fixed kf5kcmutils for windows * [kf5*] update to 5.75.0 * [kf5kcmutils] update to latest spec * [kf5kcmutils] use semVer * [kf5kcmutils] add PACKAGE_NAME to vcpkg_cmake_config_fixup * [kf5kcmutils] update to 5.84.0 * [kf5kcmutils] fix versioning scheme * [kf5kcmutils] fix SHA sum * [kf5kcmutils] fix cmake config for static builds * [kf5kcmutils] add gettext tools dependency * [kf5kcmutils] update versions * [kf5kcmutils] reduce patch size * [kf5kcmutils] update versions Co-authored-by: Kuntal Majumder <hellozee@disroot.org>
35 lines
642 B
JSON
35 lines
642 B
JSON
{
|
|
"name": "kf5kcmutils",
|
|
"version": "5.84.0",
|
|
"description": "Utilities for KDE System Settings modules",
|
|
"homepage": "https://api.kde.org/frameworks/kcmutils/html/index.html",
|
|
"dependencies": [
|
|
"ecm",
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"kf5configwidgets",
|
|
"kf5coreaddons",
|
|
"kf5declarative",
|
|
"kf5guiaddons",
|
|
"kf5i18n",
|
|
"kf5itemviews",
|
|
"kf5service",
|
|
"kf5xmlgui",
|
|
"qt5-base",
|
|
"qt5-tools",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|