-
Notifications
You must be signed in to change notification settings - Fork 31
/
org.rnd2.CpupowerGui.json
62 lines (62 loc) · 1.75 KB
/
org.rnd2.CpupowerGui.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
53
54
55
56
57
58
59
60
61
62
{
"app-id" : "org.rnd2.CpupowerGui",
"runtime" : "org.gnome.Platform",
"runtime-version" : "3.36",
"sdk" : "org.gnome.Sdk",
"command" : "cpupower-gui",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf",
"--system-talk-name=org.rnd2.cpupower_gui.helper",
"--system-own-name=org.rnd2.cpupower_gui.helper",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/aclocal",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "cpupower-gui",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.com/vagnum08/cpupower-gui"
}
],
"config-opts" : []
},
{
"name" : "dbus-python",
"buildsystem" : "simple",
"build-commands" : [
"pip3 install --prefix=${FLATPAK_DEST} dbus-python==1.2.16"
],
"sources" : [
{
"type" : "file",
"url" : "https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.16.tar.gz",
"sha256" : "11238f1d86c995d8aed2e22f04a1e3779f0d70e587caffeab4857f3c662ed5a4"
}
]
}
],
"build-options" : {
"env" : { }
}
}