mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2025-01-29 17:28:26 +00:00
Added resources for flatpak
This commit is contained in:
parent
da498bf57b
commit
e801319415
81
resources/in.cinny.cinnyapp.appdata.xml
Normal file
81
resources/in.cinny.cinnyapp.appdata.xml
Normal file
|
@ -0,0 +1,81 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2022 Ajay Bura <ajbura@gmail.com> -->
|
||||
<component type="desktop">
|
||||
<id>in.cinny.cinnyapp</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>MIT</project_license>
|
||||
<name>Cinny</name>
|
||||
<summary>Yet another matrix client</summary>
|
||||
|
||||
<description>
|
||||
<p>
|
||||
Cinny is a matrix client focusing primarily on simple, elegant and secure interface.
|
||||
</p>
|
||||
</description>
|
||||
|
||||
<provides>
|
||||
<binary>cinnyapp</binary>
|
||||
</provides>
|
||||
|
||||
<developer_name>Ajay Bura</developer_name>
|
||||
<url type="homepage">https://cinny.in</url>
|
||||
<url type="bugtracker">https://github.com/ajbura/cinny/issues</url>
|
||||
<url type="donation">https://cinny.in/#sponsor</url>
|
||||
|
||||
<content_rating type="oars-1.1">
|
||||
<content_attribute id="violence-cartoon">none</content_attribute>
|
||||
<content_attribute id="violence-fantasy">none</content_attribute>
|
||||
<content_attribute id="violence-realistic">none</content_attribute>
|
||||
<content_attribute id="violence-bloodshed">none</content_attribute>
|
||||
<content_attribute id="violence-sexual">none</content_attribute>
|
||||
<content_attribute id="violence-desecration">none</content_attribute>
|
||||
<content_attribute id="violence-slavery">none</content_attribute>
|
||||
<content_attribute id="violence-worship">none</content_attribute>
|
||||
<content_attribute id="drugs-alcohol">none</content_attribute>
|
||||
<content_attribute id="drugs-narcotics">none</content_attribute>
|
||||
<content_attribute id="drugs-tobacco">none</content_attribute>
|
||||
<content_attribute id="sex-nudity">none</content_attribute>
|
||||
<content_attribute id="sex-themes">none</content_attribute>
|
||||
<content_attribute id="sex-homosexuality">none</content_attribute>
|
||||
<content_attribute id="sex-prostitution">none</content_attribute>
|
||||
<content_attribute id="sex-adultery">none</content_attribute>
|
||||
<content_attribute id="sex-appearance">none</content_attribute>
|
||||
<content_attribute id="language-profanity">intense</content_attribute>
|
||||
<content_attribute id="language-humor">none</content_attribute>
|
||||
<content_attribute id="language-discrimination">none</content_attribute>
|
||||
<content_attribute id="social-chat">none</content_attribute>
|
||||
<content_attribute id="social-info">none</content_attribute>
|
||||
<content_attribute id="social-audio">none</content_attribute>
|
||||
<content_attribute id="social-location">none</content_attribute>
|
||||
<content_attribute id="social-contacts">none</content_attribute>
|
||||
<content_attribute id="money-purchasing">none</content_attribute>
|
||||
<content_attribute id="money-gambling">none</content_attribute>
|
||||
</content_rating>
|
||||
|
||||
<custom>
|
||||
<value key="Purism::form_factor">workstation</value>
|
||||
<value key="Purism::form_factor">mobile</value>
|
||||
</custom>
|
||||
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://github.com/cinnyapp/cinny-desktop/media/branch/main/resources/screenshot1.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://github.com/cinnyapp/cinny-desktop/media/branch/main/resources/screenshot2.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://github.com/cinnyapp/cinny-desktop/media/branch/main/resources/screenshot3.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release version="2.0.0" date="2022-05-09">
|
||||
<description>
|
||||
<ul>
|
||||
<li>2.0.0 release.</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
10
resources/in.cinny.cinnyapp.desktop
Normal file
10
resources/in.cinny.cinnyapp.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Cinny
|
||||
Comment=A matrix client with focus on simple, elegant and secure interface.
|
||||
Exec=cinnyapp
|
||||
Icon=cinny
|
||||
Terminal=false
|
||||
Categories=Network;InstantMessaging;
|
||||
Keywords=Matrix;matrix.org;chat;irc;communications;talk;riot;element;fractal;voip;
|
||||
X-Purism-FormFactor=Workstation;Mobile;
|
BIN
resources/screenshot1.png
Normal file
BIN
resources/screenshot1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
BIN
resources/screenshot2.png
Normal file
BIN
resources/screenshot2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 266 KiB |
BIN
resources/screenshot3.png
Normal file
BIN
resources/screenshot3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 172 KiB |
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
|
@ -277,7 +277,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|||
|
||||
[[package]]
|
||||
name = "cinny"
|
||||
version = "1.8.2"
|
||||
version = "2.0.0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
|
Loading…
Reference in a new issue