vcpkg/ports/kf5service/vcpkg.json
Park DongHa 83a4bd802f
[kf5texteditor] Create a new port with v5.98.0 (#34378)
* [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>
2023-10-31 12:52:04 -07:00

36 lines
643 B
JSON

{
"name": "kf5service",
"version": "5.98.0",
"port-version": 1,
"description": "Plugin framework for desktop services",
"homepage": "https://api.kde.org/frameworks/kservice/html/index.html",
"dependencies": [
"ecm",
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
},
"kf5config",
"kf5coreaddons",
{
"name": "kf5dbusaddons",
"platform": "!android"
},
"kf5i18n",
"libiconv",
"qt5-base",
"qt5-tools",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}