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

43 lines
1.0 KiB
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": "master",
"sdk": "org.kde.Sdk",
2017-08-25 17:11:29 +02:00
"rename-icon": "falkon",
2016-11-04 17:06:05 +01:00
"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": [
{
2017-08-25 17:11:29 +02:00
"name": "falkon",
2016-11-04 17:06:05 +01:00
"build-options": {
"env": {
2017-08-25 17:11:29 +02:00
"FALKON_PREFIX": "/app"
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
},
{
"type": "script",
"commands": [ "qmake" ],
"dest-filename": "configure"
}
]
}
]
}