File: org.eu.encom.spectral.appdata.xml

package info (click to toggle)
spectral 0.0~git20210114.30028a2-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 2,740 kB
  • sloc: cpp: 9,889; xml: 54; makefile: 11
file content (62 lines) | stat: -rw-r--r-- 2,113 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
  <id>org.eu.encom.spectral</id>

  <provides>
    <binary>spectral</binary>
  </provides>

  <name>Spectral</name>
  <summary>IM client for the Matrix protocol</summary>
  <description>
    <p>
      Spectral is a glossy, cross-platform client for Matrix, the decentralized communication protocol for instant messaging.
    </p>
  </description>

  <url type="homepage">https://gitlab.com/spectral-im/spectral/</url>
  <url type="bugtracker">https://gitlab.com/spectral-im/spectral/issues/</url>
  <url type="help">https://spectral.im/docs/</url>

  <categories>
    <category>Matrix</category>
    <category>Internet</category>
  </categories>

  <developer_name>Black Hat</developer_name>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>GPL-3.0</project_license>

  <screenshots>
    <screenshot type="default">
      <caption>Overview</caption>
      <image>https://gitlab.com/spectral-im/spectral/raw/master/screenshots/1.png</image>
    </screenshot>
    <screenshot>
      <caption>Room Timeline</caption>
      <image>https://gitlab.com/spectral-im/spectral/raw/master/screenshots/2.png</image>
    </screenshot>
    <screenshot>
      <caption>Room Config</caption>
      <image>https://gitlab.com/spectral-im/spectral/raw/master/screenshots/3.png</image>
    </screenshot>
    <screenshot>
      <caption>Settings</caption>
      <image>https://gitlab.com/spectral-im/spectral/raw/master/screenshots/4.png</image>
    </screenshot>
  </screenshots>

  <content_rating type="oars-1.0">
    <content_attribute id="social-chat">intense</content_attribute>
    <content_attribute id="social-audio">intense</content_attribute>
  </content_rating>

  <releases>
    <release version="648" date="2019-05-22"></release>
    <release version="643" date="2019-05-22"></release>
    <release version="603" date="2019-05-01"></release>
    <release version="464" date="2018-10-24"></release>
    <release version="462" date="2018-10-24"></release>
    <release version="436" date="2018-10-20"></release>
  </releases>
</component>