1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
falkonOfficial/flatpak/org.kde.Falkon.json
Aleix Pol 94df7b7d4c cmake is used now to build falkon, now it builds
It doesn't finalize, see bug
CCBUG: 385944
2017-10-19 12:57:31 +02:00

33 lines
769 B
JSON

{
"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"
}
]
}
]
}