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",
|
2016-11-17 19:25:26 +01:00
|
|
|
"--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"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|