comparison flatpak/_tpl_org.libervia.LiberviaCLI.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/_tpl_org.salutatoi.Jp.json@7738194ee51f
children
comparison
equal deleted inserted replaced
170:e38a968cb873 171:a213053a03be
1 {
2 "_build_settings": {
3 "package": "sat",
4 "wrapped_command": "libervia-cli",
5 "wrapper_template": "libervia_wrapper-dbus_keep.py",
6 "conf_file": "libervia-dbus.conf",
7 "dev_repos": {"type": "hg", "url": "https://repos.goffi.org/sat"},
8 "icon": "https://repos.goffi.org/sat_media/raw-file/tip/icons_svg/sat.svg",
9 "desktop_file": "org.libervia.LiberviaCLI.desktop",
10 "appdata_file": "_tpl_org.libervia.LiberviaCLI.appdata.xml"
11 }
12 }