comparison flatpak/_tpl_org.libervia.LiberviaDesktop.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.Cagou.json@150085e39072
children
comparison
equal deleted inserted replaced
170:e38a968cb873 171:a213053a03be
1 {
2 "_build_settings": {
3 "package": "cagou",
4 "wrapped_command": "libervia-desktop",
5 "dev_repos": {"type": "hg", "url": "https://repos.goffi.org/cagou"},
6 "icon": "https://repos.goffi.org/sat_media/raw-file/tip/icons/muchoslava/svg/cagou_profil_bleu_avec_cou.svg",
7 "desktop_file": "org.libervia.LiberviaDesktop.desktop",
8 "appdata_file": "_tpl_org.libervia.LiberviaDesktop.appdata.xml"
9 },
10 "finish-args": [
11 "--socket=session-bus",
12 "--socket=x11",
13 "--share=ipc",
14 "--socket=wayland",
15 "--share=network",
16 "--filesystem=home"
17 ],
18 "modules": [
19 {
20 "name": "mtdev",
21 "sources": [
22 {
23 "type": "archive",
24 "url": "http://bitmath.org/code/mtdev/mtdev-1.1.6.tar.bz2",
25 "sha256": "15d7b28da8ac71d8bc8c9287c2045fd174267bc740bec10cfda332dc1204e0e0"
26 }
27 ]
28 },
29 {
30 "name": "libxmu",
31 "buildsystem": "autotools",
32 "sources": [
33 {
34 "type": "archive",
35 "url": "https://github.com/freedesktop/libXmu/archive/libXmu-1.1.2.tar.gz",
36 "sha256": "fb1485a0ffcc360c0cc8fe18f54a2f49af6fc384da743c0b136ab99cc6c6e54c"
37 }
38 ]
39 },
40 {
41 "name": "xclip",
42 "buildsystem": "autotools",
43 "sources": [
44 {
45 "type": "archive",
46 "url": "https://github.com/astrand/xclip/archive/0.13.tar.gz",
47 "sha256": "ca5b8804e3c910a66423a882d79bf3c9450b875ac8528791fb60ec9de667f758"
48 }
49 ]
50 }
51 ]
52 }