-
Notifications
You must be signed in to change notification settings - Fork 4
/
io.github.cges30901.hmtimer.json
51 lines (50 loc) · 1.32 KB
/
io.github.cges30901.hmtimer.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
{
"app-id": "io.github.cges30901.hmtimer",
"runtime": "org.kde.Platform",
"runtime-version": "5.15-21.08",
"sdk": "org.kde.Sdk",
"command": "hmtimer",
"finish-args": [
"--socket=x11",
"--share=ipc",
"--socket=wayland",
"--device=dri",
"--system-talk-name=org.freedesktop.login1",
"--socket=pulseaudio"
],
"cleanup": ["/include", "*.a"],
"modules": [
{
"name": "hmtimer",
"buildsystem": "qmake",
"config-opts": [ "CONFIG+=flatpak" ],
"sources": [
{
"type": "archive",
"url": "https://github.com/cges30901/hmtimer/releases/download/v3.2.1/hmtimer-3.2.1-src.tar.bz2",
"sha256": "45ae8aafc4f4bccbfb8bebe5726bc708add0108e8105e5e9111495e7f9d241c3"
}
]
},
{
"name": "libXmu",
"sources": [
{
"type": "archive",
"url": "https://xorg.freedesktop.org/releases/individual/lib/libXmu-1.1.3.tar.gz",
"sha256": "5bd9d4ed1ceaac9ea023d86bf1c1632cd3b172dce4a193a72a94e1d9df87a62e"
}
]
},
{
"name": "xset",
"sources": [
{
"type": "archive",
"url": "https://www.x.org/releases/individual/app/xset-1.2.4.tar.bz2",
"sha256": "e4fd95280df52a88e9b0abc1fee11dcf0f34fc24041b9f45a247e52df941c957"
}
]
}
]
}