mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 20:59:00 +08:00
b614a40e3c
* [kf5i18n] fix libiconv transient dependency * [kf5i18n] update versions
22 lines
406 B
JSON
22 lines
406 B
JSON
{
|
|
"name": "kf5i18n",
|
|
"version": "5.84.0",
|
|
"port-version": 2,
|
|
"description": "Advanced internationalization framework",
|
|
"homepage": "https://api.kde.org/frameworks/ki18n/html/index.html",
|
|
"dependencies": [
|
|
"ecm",
|
|
"gettext",
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"libiconv",
|
|
"qt5-declarative",
|
|
"qt5-tools"
|
|
]
|
|
}
|