mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 05:19:06 +08:00
b40dcaad95
* Add libalkimia port * [libalkimia] convert manifest to JSON * [libalkimia] use gettext port * [libalkimia] update to HEAD * [libalkimia] remove unused options * [libalkimia] use current spec * [libalkimia] only remove what's needed * [libalkimia] use KDE_INSTALL_QMLDIR instead of manual renaming * [libalkimia] wrap paths in quotes * [libalkimia] update versions * [libalkimia] enable parallel builds * [libalkimia] update versions * [libalkimia] enable extra features * [libalkimia] update versions * [libalkimia] update versions * [libalkimia] static build fixes * [libalkimia] update versions * [libalkimia] only copy tools if feature enabled * [libalkimia] update versions * [libalkimia] mark BUNDLE_INSTALL_DIR as maybe unused * [libalkimia] cleanup leftover static DLLs * [libalkimia] update versions * [libalkimia] limit DLL cleanup to Windows * [libalkimia] update versions * [libalkimia] DLL leftovers patched upstream * [libalkimia] update versions * [libalkimia] AUTO_CLEAN tools after copying * [libalkimia] update versions
48 lines
934 B
JSON
48 lines
934 B
JSON
{
|
|
"name": "libalkimia",
|
|
"version": "8.1.70",
|
|
"description": "Common functionality for finance applications.",
|
|
"homepage": "https://community.kde.org/Alkimia/libalkimia",
|
|
"dependencies": [
|
|
"ecm",
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"gmp",
|
|
"kf5completion",
|
|
"kf5config",
|
|
"kf5coreaddons",
|
|
"kf5i18n",
|
|
"kf5iconthemes",
|
|
"kf5kio",
|
|
"kf5newstuff",
|
|
"kf5textwidgets",
|
|
"kf5xmlgui",
|
|
"qt5-base",
|
|
"qt5-tools",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Enables tools, including Online Quotes Editor"
|
|
},
|
|
"webengine": {
|
|
"description": "Enables JavaScript support for parsing feature-rich websites",
|
|
"dependencies": [
|
|
"qt5-webengine"
|
|
]
|
|
}
|
|
}
|
|
}
|