comparison flatpak/org.libervia.Libervia.json @ 171:a213053a03be

flatpak: update files following names change + Python 3 update: - `build_manifest.py` has been fixed to work with recent SàT/Libervia - filenames/scripts have been udpated to reflect project name change - installation now uses `requirements.txt` when dev version is requested - there are now 3 types of commands wrapper: * `libervia_wrapper.py` uses `pb` bridge, starts backend before frontend, and stops it when frontend is stopped. It's used by `Libervia Desktop` (Cagou) * `libervia_wrapper-dbus.py` uses `dbus` bridge, starts backend before frontend, and stops it when frontend is stopped. It's used for `Libervia TUI` (Primitivus) * `libervia_wrapper-dbus.py` uses `dbus` bridge, starts backend if necessary and doesn't stop it (to avoid waiting for backend start next time). It's used by `Libervia CLI` (jp).
author Goffi <goffi@goffi.org>
date Tue, 30 Nov 2021 21:42:06 +0100
parents flatpak/org.salutatoi.SAT.json@7272eafd0fad
children
comparison
equal deleted inserted replaced
170:e38a968cb873 171:a213053a03be
1 {
2 "app-id": "org.salutatoi.SAT",
3 "branch": "0.7.0a2",
4 "runtime": "org.salutatoi.Platform",
5 "runtime-version": "0.7.0a2",
6 "sdk": "org.salutatoi.Sdk",
7 "command": "sat",
8 "finish-args": [
9 "--share=network",
10 "--filesystem=home"
11 ],
12 "modules": [
13 {
14 "name": "sat",
15 "buildsystem": "simple",
16 "build-commands": [
17 "install -D /usr/bin/sat /app/bin/sat",
18 "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"
19 ]
20 }
21 ]
22 }