-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcom.her01n.BatteryInfo.json
83 lines (83 loc) · 2.28 KB
/
com.her01n.BatteryInfo.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"app-id": "com.her01n.BatteryInfo",
"runtime": "org.gnome.Platform",
"runtime-version": "45",
"sdk": "org.gnome.Sdk",
"command": "battery-info",
"modules": [
{
"name": "gc",
"buildsystem": "autotools",
"sources": [
{
"type": "archive",
"url": "https://github.com/ivmai/bdwgc/releases/download/v8.2.4/gc-8.2.4.tar.gz",
"sha256": "3d0d3cdbe077403d3106bb40f0cbb563413d6efdbb2a7e1cd6886595dec48fc2"
}
]
},
{
"name": "guile",
"buildsystem": "autotools",
"sources": [
{
"type": "archive",
"url": "https://ftp.gnu.org/gnu/guile/guile-3.0.9.tar.gz",
"sha256": "18525079ad29a0d46d15c76581b5d91c8702301bfd821666d2e1d13726162811"
}
]
},
{
"name": "guile-lib",
"buildsystem": "autotools",
"config-opts": [
"--with-guile-site"
],
"sources": [
{
"type": "archive",
"url": "http://download.savannah.nongnu.org/releases/guile-lib/guile-lib-0.2.7.tar.gz",
"sha256": "e4ef3b845f121882c7c0cf04f81a1cb8fd360c6f64b56b868de5546214f904de"
}
]
},
{
"name": "g-golf",
"buildsystem": "autotools",
"config-opts": [
"--with-guile-site"
],
"sources": [
{
"type": "archive",
"url": "http://ftp.gnu.org/gnu/g-golf/g-golf-0.8.0-rc-2.tar.gz",
"sha256": "0b21c82c4c09e3f8736994f655bb72ee41210ad927701737b8d89e6f7f2b54e1"
}
]
},
{
"name": "battery-info",
"buildsystem": "simple",
"build-commands": [
"make PREFIX=/app install",
"mkdir -p /app/lib",
"ln -s /usr/lib/$HOSTTYPE-$OSTYPE/libgio-2.0.so.0 /app/lib/libgio-2.0.so",
"ln -s /usr/lib/$HOSTTYPE-$OSTYPE/libgirepository-1.0.so.1 /app/lib/libgirepository-1.0.so",
"ln -s /usr/lib/$HOSTTYPE-$OSTYPE/libglib-2.0.so.0 /app/lib/libglib-2.0.so",
"ln -s /usr/lib/$HOSTTYPE-$OSTYPE/libgobject-2.0.so.0 /app/lib/libgobject-2.0.so"
],
"sources": [
{
"type": "dir",
"path": "."
}
]
}
],
"finish-args": [
"--socket=wayland",
"--socket=fallback-x11",
"--device=dri",
"--system-talk-name=org.freedesktop.UPower"
]
}