annotate flatpak/_tpl_org.libervia.LiberviaDesktop.appdata.xml @ 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.appdata.xml@b451da01696a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
138
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
139
d36a68e396d5 flatpak: set appdata release version for dev version:
Goffi <goffi@goffi.org>
parents: 138
diff changeset
2 <component type="desktop-application">
d36a68e396d5 flatpak: set appdata release version for dev version:
Goffi <goffi@goffi.org>
parents: 138
diff changeset
3 <!--
171
a213053a03be flatpak: update files following names change + Python 3 update:
Goffi <goffi@goffi.org>
parents: 162
diff changeset
4 Copyright 2018-2021 Jérôme Poisson <goffi@goffi.org>
138
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
5
139
d36a68e396d5 flatpak: set appdata release version for dev version:
Goffi <goffi@goffi.org>
parents: 138
diff changeset
6 Copying and distribution of this file, with or without modification,
d36a68e396d5 flatpak: set appdata release version for dev version:
Goffi <goffi@goffi.org>
parents: 138
diff changeset
7 are permitted in any medium without royalty provided the copyright
d36a68e396d5 flatpak: set appdata release version for dev version:
Goffi <goffi@goffi.org>
parents: 138
diff changeset
8 notice and this notice are preserved. This file is offered as-is,
d36a68e396d5 flatpak: set appdata release version for dev version:
Goffi <goffi@goffi.org>
parents: 138
diff changeset
9 without any warranty.
d36a68e396d5 flatpak: set appdata release version for dev version:
Goffi <goffi@goffi.org>
parents: 138
diff changeset
10 -->
171
a213053a03be flatpak: update files following names change + Python 3 update:
Goffi <goffi@goffi.org>
parents: 162
diff changeset
11 <id>org.libervia.LiberviaDesktop</id>
138
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
12 <metadata_license>FSFAP</metadata_license>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
13 <project_license>AGPL-3.0-or-later</project_license>
171
a213053a03be flatpak: update files following names change + Python 3 update:
Goffi <goffi@goffi.org>
parents: 162
diff changeset
14 <name>Libervia Desktop (Cagou)</name>
138
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
15 <summary>Multi-purpose communication ecosystem (desktop/mobile frontend) - XMPP standard</summary>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
16 <categories>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
17 <category>Network</category>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
18 <category>Chat</category>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
19 <category>FileTransfer</category>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
20 </categories>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
21 <description>
171
a213053a03be flatpak: update files following names change + Python 3 update:
Goffi <goffi@goffi.org>
parents: 162
diff changeset
22 <p>Libervia is a multi-purpose communication ecosystem.</p>
138
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
23 <p>It offers many tools to communicate and collaborate (instant messaging, blogging, file sharing, photos albums, forums, events, etc.).
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
24 It is multi-purposes, but also multi-frontends (you can use it on desktop, mobile devices, web browser, or terminal) and multi-platforms.</p>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
25
171
a213053a03be flatpak: update files following names change + Python 3 update:
Goffi <goffi@goffi.org>
parents: 162
diff changeset
26 <p>Libervia is made with a strong sense of ethics (see social contract), is decentralized (you can run your own service, keep your important data yourself, while still being able to communicate with the rest of the network), and use a standard communication protocol (XMPP), making it compatible with many other software.</p>
138
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
27 <p>This part is the desktop/mobile frontend.</p>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
28 </description>
171
a213053a03be flatpak: update files following names change + Python 3 update:
Goffi <goffi@goffi.org>
parents: 162
diff changeset
29 <launchable type="desktop-id">org.libervia.LiberviaDesktop.desktop</launchable>
138
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
30 <screenshots>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
31 <screenshot type="default">
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
32 <caption>A chat conversation seen with Cagou on Android</caption>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
33 <image>https://repos.goffi.org/sat_docs/raw-file/tip/screenshots/0.7/cagou_0.7.0b1_android.jpg</image>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
34 </screenshot>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
35 <screenshot>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
36 <caption>A chat conversation seen with Libervia frontend</caption>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
37 <image>https://repos.goffi.org/sat_docs/raw-file/tip/screenshots/0.7/libervia_pages_chat.png</image>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
38 </screenshot>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
39 <screenshot>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
40 <caption>A photos album seen with Libervia frontend</caption>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
41 <image>https://repos.goffi.org/sat_docs/raw-file/tip/screenshots/0.7/libervia_pages_photos_album.png</image>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
42 </screenshot>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
43 </screenshots>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
44 <url type="homepage">https://salut-a-toi.org</url>
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
45 <url type="bugtracker">https://bugs.goffi.org</url>
171
a213053a03be flatpak: update files following names change + Python 3 update:
Goffi <goffi@goffi.org>
parents: 162
diff changeset
46 <project_group>Libervia</project_group>
138
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
47 <provides>
171
a213053a03be flatpak: update files following names change + Python 3 update:
Goffi <goffi@goffi.org>
parents: 162
diff changeset
48 <binary>libervia-desktop</binary>
138
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
49 </provides>
160
4a5f9daa0ce0 flatpak: added release data for 0.7.0 release
Goffi <goffi@goffi.org>
parents: 139
diff changeset
50 <releases>
4a5f9daa0ce0 flatpak: added release data for 0.7.0 release
Goffi <goffi@goffi.org>
parents: 139
diff changeset
51 <release date="2019-07-24" type="stable" version="0.7.0">
4a5f9daa0ce0 flatpak: added release data for 0.7.0 release
Goffi <goffi@goffi.org>
parents: 139
diff changeset
52 <description>
4a5f9daa0ce0 flatpak: added release data for 0.7.0 release
Goffi <goffi@goffi.org>
parents: 139
diff changeset
53 <p>"La Commune" release.</p>
4a5f9daa0ce0 flatpak: added release data for 0.7.0 release
Goffi <goffi@goffi.org>
parents: 139
diff changeset
54 <p>This version is the first "general audience" one, and introduce Cagou (desktop/mobile interface), OMEMO end-to-end encryption, advanced file sharing, and many other features.</p>
4a5f9daa0ce0 flatpak: added release data for 0.7.0 release
Goffi <goffi@goffi.org>
parents: 139
diff changeset
55 </description>
4a5f9daa0ce0 flatpak: added release data for 0.7.0 release
Goffi <goffi@goffi.org>
parents: 139
diff changeset
56 <url>https://www.goffi.org/b/N29CuUQS4U4TK36JFuTQ5Q/salut-commune</url>
4a5f9daa0ce0 flatpak: added release data for 0.7.0 release
Goffi <goffi@goffi.org>
parents: 139
diff changeset
57 </release>
4a5f9daa0ce0 flatpak: added release data for 0.7.0 release
Goffi <goffi@goffi.org>
parents: 139
diff changeset
58 </releases>
162
b451da01696a flatpak: added `content_rating` in appdata files
Goffi <goffi@goffi.org>
parents: 160
diff changeset
59 <content_rating type="oars-1.1">
b451da01696a flatpak: added `content_rating` in appdata files
Goffi <goffi@goffi.org>
parents: 160
diff changeset
60 <content_attribute id="social-chat">intense</content_attribute>
b451da01696a flatpak: added `content_rating` in appdata files
Goffi <goffi@goffi.org>
parents: 160
diff changeset
61 <content_attribute id="social-audio">intense</content_attribute>
b451da01696a flatpak: added `content_rating` in appdata files
Goffi <goffi@goffi.org>
parents: 160
diff changeset
62 <content_attribute id="social-contacts">intense</content_attribute>
b451da01696a flatpak: added `content_rating` in appdata files
Goffi <goffi@goffi.org>
parents: 160
diff changeset
63 </content_rating>
138
274af514a5cf flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
diff changeset
64 </component>