1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Remove flatpak build file

Moved to kde:flatpak-kde-applications
This commit is contained in:
David Rosca 2018-01-24 15:29:07 +01:00
parent 61c24615e6
commit 37bb617264

View File

@ -1,32 +0,0 @@
{
"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"
}
]
}
]
}