comparison flatpak/org.salutatoi.Jp.json @ 135:7272eafd0fad

Backed out changeset 4549cf265131 The hack to avoid launching the backend is not clean, and can confuse user if a frontend is removed. Doesn't seem like a sane solution.
author Goffi <goffi@goffi.org>
date Thu, 19 Jul 2018 21:23:14 +0200
parents 4549cf265131
children
comparison
equal deleted inserted replaced
134:4549cf265131 135:7272eafd0fad
4 "runtime": "org.salutatoi.Platform", 4 "runtime": "org.salutatoi.Platform",
5 "runtime-version": "0.7.0a2", 5 "runtime-version": "0.7.0a2",
6 "sdk": "org.salutatoi.Sdk", 6 "sdk": "org.salutatoi.Sdk",
7 "command": "jp", 7 "command": "jp",
8 "finish-args": [ 8 "finish-args": [
9 "--socket=session-bus",
9 "--share=network", 10 "--share=network",
10 "--filesystem=home", 11 "--filesystem=home"
11 "--socket=session-bus",
12 "--own-name=org.salutatoi.SAT"
13 ], 12 ],
14 "modules": [ 13 "modules": [
15 { 14 {
16 "name": "jp", 15 "name": "jp",
17 "buildsystem": "simple", 16 "buildsystem": "simple",
18 "build-commands": [ 17 "build-commands": [
19 "install -D /usr/bin/jp /app/bin/jp", 18 "install -D /usr/bin/jp /app/bin/jp"
20 "install -D /usr/lib/python2.7/site-packages/sat-0.7.0a2-py2.7.egg/share/dbus-1/services/org.salutatoi.SAT.service /app/share/dbus-1/services/org.salutatoi.SAT.service"
21 ] 19 ]
22 } 20 }
23 ] 21 ]
24 } 22 }