1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 02:02:10 +02:00
falkonOfficial/flatpak/org.kde.Falkon.json

33 lines
769 B
JSON
Raw Normal View History

2016-11-04 17:06:05 +01:00
{
2017-08-25 17:11:29 +02:00
"id": "org.kde.Falkon",
2016-11-04 17:06:05 +01:00
"runtime": "org.kde.Platform",
"runtime-version": "5.9",
2016-11-04 17:06:05 +01:00
"sdk": "org.kde.Sdk",
"tags": ["nightly"],
"desktop-file-name-suffix": " (Nightly)",
2017-08-25 17:11:29 +02:00
"command": "falkon",
2016-11-04 17:06:05 +01:00
"finish-args": [
"--share=ipc",
"--share=network",
"--socket=x11",
"--socket=wayland",
"--socket=pulseaudio",
"--device=dri",
"--filesystem=host",
"--system-talk-name=org.freedesktop.GeoClue2"
2016-11-04 17:06:05 +01:00
],
"modules": [
{
"buildsystem": "cmake",
2017-08-25 17:11:29 +02:00
"name": "falkon",
2016-11-04 17:06:05 +01:00
"sources": [
{
"type": "git",
2017-08-25 17:11:29 +02:00
"url": "git://anongit.kde.org/falkon.git"
2016-11-04 17:06:05 +01:00
}
]
}
]
}