mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 07:39:01 +08:00
f116649874
* Add kf5dbusaddons port * Fixed kf5bbusaddons for windows * [kf5*] update to 5.75.0 * [kf5dbusaddons] convert CONTROL to manifest * [kf5dbusaddons] update to 5.81 * [kf5dbusaddons] update versions * [kf5dbusaddons] migrate to vcpkg_cmake_configure * [kf5dbusaddons] update versions * [kf5dbusaddons] disable parallel configure * [kf5dbusaddons] update versions Co-authored-by: Kuntal Majumder <hellozee@disroot.org>
20 lines
376 B
JSON
20 lines
376 B
JSON
{
|
|
"name": "kf5dbusaddons",
|
|
"version": "5.81.0",
|
|
"description": "Convenience classes for D-Bus",
|
|
"homepage": "https://api.kde.org/frameworks/kdbusaddons/html/index.html",
|
|
"dependencies": [
|
|
"ecm",
|
|
"qt5-base",
|
|
"qt5-tools",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|