1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-04-21 21:52:03 +02:00
Jami client based on the Qt framework, for GNU/Linux, Windows and macOS platforms.
Find a file
François-Simon Fauteux-Chapleau 49d83fd937 packaging: fix AppStream issues
The AppStream specification includes both a "metainfo" file format,
which can be used (among other things) to provide metadata about a
specific application, as well as a "catalog" file format used to provide
information about the contents of a repository. This patch adds a
"catalog" file for the Jami repos, which seems to be necessary in order
for some graphical package management applications to be able to launch
or uninstall Jami. In particular, this was an issue with GNOME Software
on all the rpm-based distributions supported by Jami (Fedora, openSUSE,
AlmaLinux).

This patch also fixes a few minor noncompliance issues with the existing
metainfo and .desktop files:

- the metainfo and .desktop files were renamed so that the names'
  prefixes match the application's ID as defined by the <id> tag in the
  metainfo file (in our case "net.jami.Jami") [1];

- the <br/> tags in the metainfo file were removed (they are not
  supported -- metainfo files only allow a very limited number of tags,
  not arbitrary html [2]); the list (<ul>) and list item (<li>) tags are
  now used instead;

- the invalid categories "Communication" and "Productivity" were removed
  [3, 4].

[1] https://docs.fedoraproject.org/en-US/packaging-guidelines/AppData/
[2] https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-description
[3] https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-categories
[4] https://specifications.freedesktop.org/menu-spec/latest/category-registry.html

GitLab: #1842
Change-Id: I4a8bab79b6e54d02c08f509d7a9196a0a2e1541e
2025-01-10 15:32:41 -05:00
.github add sponsor button on gitHub repo 2023-11-23 08:52:36 -05:00
.gitlab/issue_templates misc: improve README.md 2020-10-10 13:32:06 -04:00
.tx i18n: fix configuration 2023-07-27 09:59:43 -04:00
.vscode misc: improve vscode integration 2024-04-11 16:04:45 -04:00
3rdparty 3rdparty: md4c: bump version + turn off building md2html executable 2024-02-12 15:09:39 -05:00
daemon@ef441f56dd misc: bump daemon submodule 2024-12-17 16:00:21 -05:00
doc doc: Add and install jami(1) man page. 2022-12-29 14:45:33 -05:00
extras packaging: fix AppStream issues 2025-01-10 15:32:41 -05:00
JamiInstaller msi-installer: deploy VC CRT files locally with the application 2024-11-04 11:49:03 -05:00
resources share message: add share feature 2024-10-08 14:41:30 -04:00
src packaging: fix AppStream issues 2025-01-10 15:32:41 -05:00
tests add_contact: refactor and change behavior 2024-11-14 17:27:34 -05:00
translations i18n: automatic bump 2024-12-30 16:42:35 -05:00
.clang-format tests: qml: initialize the preview engine 2023-04-05 13:54:41 -04:00
.clang-tidy qmlregister: improve singleton registration 2024-01-31 10:32:44 -05:00
.cqfdrc misc: Clean up repository root. 2022-10-07 17:30:06 -04:00
.gitignore misc: add vscode task/launch configurations 2024-04-10 15:19:14 -04:00
.gitmodules build: windows: remove qrencode-win32 patching 2023-11-14 14:44:30 -05:00
.gitreview gitreview: update gerrit host and project 2021-09-28 15:55:28 -04:00
build.py cleanup 2025-01-02 12:29:20 -05:00
CMakeLists.txt packaging: fix AppStream issues 2025-01-10 15:32:41 -05:00
COPYING misc: add a plain text COPYING license file 2021-01-04 09:33:22 -05:00
INSTALL.md docs: update install readme 2024-12-06 16:16:21 -05:00
README.md misc: bump copyright to 2024 2024-01-03 09:54:49 -05:00

Jami

jami-logo

Share, freely and privately

Introduction

Jami provides all its users a universal communication tool, autonomous, free, secure and built on a distributed architecture thus requiring no authority or central server to function.

jami is the cross platform client for Jami.

For more information about the jami project, see the following:

Getting involved

Notes

  • Coding style is managed by the clang-format and qmlformat, if you want to contribute, please use the pre-commit hook automatically installed with ./build.py --init --qt=<path/to/qt>
  • We use gerrit for our review. Please read about working with Gerrit if you want to submit patches.

Build

cf INSTALL.md

License

Copyright (C) 2020-2024 Savoir-faire Linux Inc.

Jami is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html for the full GPLv3 license.