-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathru.toxblh.KeeneticManager.json
52 lines (52 loc) · 1.42 KB
/
ru.toxblh.KeeneticManager.json
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
{
"id" : "ru.toxblh.KeeneticManager",
"runtime" : "org.gnome.Platform",
"runtime-version" : "47",
"sdk" : "org.gnome.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable"
],
"command" : "keeneticmanager",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--talk-name=org.freedesktop.secrets",
"--talk-name=org.gnome.SettingsDaemon.Color"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin"
},
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
"python3-setuptools_rust.json",
"python3-cffi.json",
"python3-keyring.json",
"python3-requests.json",
"python3-netifaces.json",
{
"name": "keeneticmanager",
"buildsystem": "meson",
"builddir": true,
"sources": [
{
"type": "archive",
"url": "https://github.com/Toxblh/Keenetic-Manager/archive/refs/tags/v0.2.3.tar.gz",
"sha256": "f5b41a5886cabe40088162a50c0f47b8c5328bd8518b9c664042a34238b95421"
}
]
}
]
}