forked from flathub/org.gnome.LightsOff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorg.gnome.LightsOff.json
More file actions
30 lines (30 loc) · 865 Bytes
/
org.gnome.LightsOff.json
File metadata and controls
30 lines (30 loc) · 865 Bytes
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
{
"id": "org.gnome.LightsOff",
"runtime": "org.gnome.Platform",
"runtime-version": "50",
"sdk": "org.gnome.Sdk",
"command": "lightsoff",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri"
],
"modules": [
{
"name": "lightsoff",
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/lightsoff/50/lightsoff-50.0.tar.xz",
"sha256": "baa0c17431e85eeede5e649f53162f70b4eb1e7c7a6f16a4ecaa3027b6531578",
"x-checker-data": {
"type": "gnome",
"name": "lightsoff"
}
}
]
}
]
}