aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kf5service/vcpkg.json
blob: b1e9f5308a92c5155ffa6aa9a7b426c8d3af006d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "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
    }
  ]
}