mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:59:55 +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>
34 lines
601 B
JSON
34 lines
601 B
JSON
{
|
|
"name": "kf5texteditor",
|
|
"version": "5.98.0",
|
|
"description": "Full text editor component",
|
|
"homepage": "https://api.kde.org/frameworks/ktexteditor/html/",
|
|
"dependencies": [
|
|
"ecm",
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"gettext-libintl",
|
|
"kf5archive",
|
|
"kf5config",
|
|
"kf5guiaddons",
|
|
"kf5i18n",
|
|
"kf5kio",
|
|
"kf5parts",
|
|
"kf5sonnet",
|
|
"kf5syntaxhighlighting",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|