aboutsummaryrefslogtreecommitdiff
path: root/ports/kf5kio/vcpkg.json
blob: 1c0cc8f73f3810406972888f8077fc500623308a (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
  "name": "kf5kio",
  "version": "5.84.0",
  "description": "Network transparent access to files and data",
  "homepage": "https://api.kde.org/frameworks/kio/html/index.html",
  "dependencies": [
    "ecm",
    {
      "name": "gettext",
      "host": true,
      "features": [
        "tools"
      ]
    },
    "kf5archive",
    {
      "name": "kf5auth",
      "platform": "!windows"
    },
    "kf5bookmarks",
    "kf5completion",
    "kf5config",
    "kf5configwidgets",
    "kf5coreaddons",
    "kf5crash",
    "kf5dbusaddons",
    "kf5guiaddons",
    "kf5i18n",
    "kf5iconthemes",
    "kf5itemviews",
    "kf5jobwidgets",
    "kf5service",
    "kf5solid",
    "kf5textwidgets",
    "kf5widgetsaddons",
    "kf5windowsystem",
    "kf5xmlgui",
    {
      "name": "libiconv",
      "platform": "windows & static"
    },
    "qt5-base",
    {
      "name": "qt5-macextras",
      "platform": "osx"
    },
    {
      "name": "qt5-x11extras",
      "platform": "linux"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "kf5notifications": {
      "description": "Required to have error notification support in kpac",
      "dependencies": [
        {
          "name": "kf5kio",
          "default-features": false,
          "features": [
            "unixkf5notifications"
          ],
          "platform": "!(windows | android)"
        }
      ]
    },
    "kf5wallet": {
      "description": "Required to have permanent storage of passwords for kpasswdserver",
      "dependencies": [
        "kf5wallet"
      ]
    },
    "unixkf5notifications": {
      "description": "Required to have error notification support in kpac (windows only)",
      "dependencies": [
        "kf5notifications"
      ]
    }
  }
}