comparison flatpak/org.salutatoi.Cagou.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
9 "--socket=session-bus", 9 "--socket=session-bus",
10 "--socket=x11", 10 "--socket=x11",
11 "--share=ipc", 11 "--share=ipc",
12 "--socket=wayland", 12 "--socket=wayland",
13 "--share=network", 13 "--share=network",
14 "--filesystem=home", 14 "--filesystem=home"
15 "--socket=session-bus",
16 "--own-name=org.salutatoi.SAT"
17 ], 15 ],
18 "modules": [ 16 "modules": [
19 { 17 {
20 "name": "mtdev", 18 "name": "mtdev",
21 "sources": [ 19 "sources": [
204 }, 202 },
205 { 203 {
206 "name": "cagou", 204 "name": "cagou",
207 "buildsystem": "simple", 205 "buildsystem": "simple",
208 "build-commands": [ 206 "build-commands": [
209 "python2 setup.py install --prefix=/app", 207 "python2 setup.py install --prefix=/app"
210 "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"
211 ], 208 ],
212 "sources": [ 209 "sources": [
213 { 210 {
214 "type": "archive", 211 "type": "archive",
215 "url": "https://files.pythonhosted.org/packages/81/e8/8c967847465dc8f192bd97638ca696ca8990c7ad379ffd33b90fd334136d/cagou-0.7.0a1.tar.gz", 212 "url": "https://files.pythonhosted.org/packages/81/e8/8c967847465dc8f192bd97638ca696ca8990c7ad379ffd33b90fd334136d/cagou-0.7.0a1.tar.gz",