1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-05 15:25:51 +02:00

Adhere to flatpak/flathub requirements

- Developer id must be rDns identifier of developer
- Exported icons should match rDNS of app id
- Release version and dates should be included
- Added light and dark branding colours for Flathub banner
- Contact url removed - does not pass appstream validation

Change-Id: Ic5e2a5abeab4310ea87a34cc81363d1851135bcd
This commit is contained in:
Ilyas Erdogan 2025-07-11 16:00:04 -04:00 committed by Adrien Béraud
parent da2acefced
commit 5c772960bc
6 changed files with 17 additions and 7 deletions

View file

@ -847,12 +847,12 @@ elseif (NOT APPLE)
# Logos # Logos
install( install(
FILES resources/images/jami.svg FILES resources/images/net.jami.Jami.svg
DESTINATION DESTINATION
${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps) ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps)
install( install(
FILES resources/images/jami-48px.png FILES resources/images/net.jami.Jami-48px.png
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/48x48/apps DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/48x48/apps
RENAME jami.png) RENAME jami.png)

View file

@ -85,7 +85,7 @@
<id>net.jami.daemon</id> <id>net.jami.daemon</id>
</requires> </requires>
<launchable type="desktop-id">net.jami.Jami.desktop</launchable> <launchable type="desktop-id">net.jami.Jami.desktop</launchable>
<icon type="stock">jami</icon> <icon type="stock">net.jami.Jami</icon>
<url type="homepage">https://jami.net/</url> <url type="homepage">https://jami.net/</url>
<url type="bugtracker">https://git.jami.net/savoirfairelinux/jami-client-qt/issues</url> <url type="bugtracker">https://git.jami.net/savoirfairelinux/jami-client-qt/issues</url>
<url type="faq">https://docs.jami.net/user/faq.html</url> <url type="faq">https://docs.jami.net/user/faq.html</url>

View file

@ -4,7 +4,7 @@ GenericName=Jami
Comment=Share, freely and privately Comment=Share, freely and privately
Comment[hu]=Megosztás, szabadon és bizalmasan Comment[hu]=Megosztás, szabadon és bizalmasan
Exec=jami %u Exec=jami %u
Icon=jami Icon=net.jami.Jami
StartupNotify=true StartupNotify=true
Terminal=false Terminal=false
Type=Application Type=Application

View file

@ -7,15 +7,26 @@
<summary>Share, freely and privately</summary> <summary>Share, freely and privately</summary>
<summary xml:lang="hu">Megosztás, szabadon és bizalmasan</summary> <summary xml:lang="hu">Megosztás, szabadon és bizalmasan</summary>
<icon type="stock">jami</icon> <icon type="stock">net.jami.Jami</icon>
<metadata_license>CC-BY-SA-3.0</metadata_license> <metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>GPL-3.0+</project_license> <project_license>GPL-3.0+</project_license>
<developer id="net.jami.Jami"> <developer id="net.jami">
<name>Savoir-faire Linux Inc.</name> <name>Savoir-faire Linux Inc.</name>
</developer> </developer>
<releases>
<release version="20250613.0" date="2025-06-13">
<url type="details">https://git.jami.net/savoirfairelinux/jami-client-qt/-/wikis/Changelog#nightlystable-20250613</url>
</release>
</releases>
<branding>
<color type="primary" scheme_preference="light">#03b9e9</color>
<color type="primary" scheme_preference="dark">#005699</color>
</branding>
<!-- https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-description --> <!-- https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-description -->
<description> <description>
@ -76,7 +87,6 @@
<url type="bugtracker">https://git.jami.net/savoirfairelinux/jami-client-qt/issues</url> <url type="bugtracker">https://git.jami.net/savoirfairelinux/jami-client-qt/issues</url>
<url type="homepage">https://jami.net/</url> <url type="homepage">https://jami.net/</url>
<url type="donation">https://jami.net/whydonate/</url> <url type="donation">https://jami.net/whydonate/</url>
<url type="contact">contact@jami.net</url>
<url type="faq">https://docs.jami.net/user/faq.html</url> <url type="faq">https://docs.jami.net/user/faq.html</url>
<url type="translate">https://explore.transifex.com/savoirfairelinux/jami/</url> <url type="translate">https://explore.transifex.com/savoirfairelinux/jami/</url>
<url type="contribute">https://jami.net/contribute/</url> <url type="contribute">https://jami.net/contribute/</url>

View file

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB