mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
83a4bd802f
* [kf5texteditor] create a port with v5.98.0 * [kf5texteditor] fix install errors * [kf5texteditor] update baseline * [kf5texteditor] fix windows build * [kf5texteditor] find gettext(host) tools * [kf5texteditor] update baseline * Update ports/kf5texteditor/vcpkg.json Co-authored-by: Kai Pastor <dg0yt@darc.de> * [kf5texteditor] use VCPKG_HOST_TRIPLET * [kf5parts] install .desktop to share/kservicetypes5 * [kf5service] install .desktop to share/kservicetypes5 * [kf5texteditor] use changed kf5ports, kf5services --------- Co-authored-by: Kai Pastor <dg0yt@darc.de>
38 lines
712 B
JSON
38 lines
712 B
JSON
{
|
|
"name": "kf5parts",
|
|
"version": "5.98.0",
|
|
"port-version": 1,
|
|
"description": "Plugin framework for user interface component",
|
|
"homepage": "https://api.kde.org/frameworks/kparts/html/index.html",
|
|
"license": "LGPL-2.0-or-later",
|
|
"dependencies": [
|
|
"ecm",
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"kf5config",
|
|
"kf5coreaddons",
|
|
"kf5i18n",
|
|
"kf5iconthemes",
|
|
"kf5jobwidgets",
|
|
"kf5kio",
|
|
"kf5service",
|
|
"kf5textwidgets",
|
|
"kf5widgetsaddons",
|
|
"kf5xmlgui",
|
|
"qt5-base",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|