2021-08-03 07:49:35 +08:00
|
|
|
{
|
|
|
|
"name": "kf5solid",
|
2022-12-01 03:03:25 +08:00
|
|
|
"version": "5.98.0",
|
2023-10-03 12:09:08 +08:00
|
|
|
"port-version": 3,
|
2021-08-03 07:49:35 +08:00
|
|
|
"description": "Desktop hardware abstraction",
|
|
|
|
"homepage": "https://api.kde.org/frameworks/solid/html/index.html",
|
|
|
|
"dependencies": [
|
|
|
|
"ecm",
|
|
|
|
"qt5-base",
|
|
|
|
"qt5-tools",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-11-24 12:54:53 +08:00
|
|
|
],
|
|
|
|
"default-features": [
|
2023-10-03 12:09:08 +08:00
|
|
|
{
|
|
|
|
"name": "libmount",
|
|
|
|
"platform": "linux"
|
|
|
|
}
|
2021-11-24 12:54:53 +08:00
|
|
|
],
|
|
|
|
"features": {
|
2023-09-23 07:09:58 +08:00
|
|
|
"imobile": {
|
|
|
|
"description": "Used by the imobile backend",
|
|
|
|
"dependencies": [
|
|
|
|
"libimobiledevice",
|
|
|
|
"libplist"
|
|
|
|
]
|
|
|
|
},
|
2021-11-24 12:54:53 +08:00
|
|
|
"libmount": {
|
|
|
|
"description": "Used by the UDisks backend on Linux",
|
|
|
|
"supports": "linux",
|
|
|
|
"dependencies": [
|
|
|
|
"libmount"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-08-03 07:49:35 +08:00
|
|
|
}
|