You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
769 B
32 lines
769 B
{ |
|
"id": "org.kde.Falkon", |
|
"runtime": "org.kde.Platform", |
|
"runtime-version": "5.9", |
|
"sdk": "org.kde.Sdk", |
|
"tags": ["nightly"], |
|
"desktop-file-name-suffix": " (Nightly)", |
|
"command": "falkon", |
|
"finish-args": [ |
|
"--share=ipc", |
|
"--share=network", |
|
"--socket=x11", |
|
"--socket=wayland", |
|
"--socket=pulseaudio", |
|
"--device=dri", |
|
"--filesystem=host", |
|
"--system-talk-name=org.freedesktop.GeoClue2" |
|
], |
|
|
|
"modules": [ |
|
{ |
|
"buildsystem": "cmake", |
|
"name": "falkon", |
|
"sources": [ |
|
{ |
|
"type": "git", |
|
"url": "git://anongit.kde.org/falkon.git" |
|
} |
|
] |
|
} |
|
] |
|
}
|
|
|