-
Notifications
You must be signed in to change notification settings - Fork 5
/
io.fyne.flatpak_demo.appdata.xml
60 lines (49 loc) · 2.43 KB
/
io.fyne.flatpak_demo.appdata.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.fyne.flatpak_demo</id>
<name>flatpak_demo</name>
<developer_name>Fyne.io developers</developer_name>
<summary>A demo of a Fyne application packaged as a Flatpak.</summary>
<metadata_license>BSD-3-Clause</metadata_license>
<project_license>BSD-3-Clause</project_license>
<recommends>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</recommends>
<description>
<p>A demo of a Fyne application packaged as a Flatpak. This project is intended to serve as a starting point to help developers package their Fyne applications using Flatpak.</p>
</description>
<launchable type="desktop-id">io.fyne.flatpak_demo.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/fyne-io/flatpak_demo/main/img/screenshot1.png</image>
<caption>Markdown preview</caption>
</screenshot>
</screenshots>
<!-- Override the kudos that aren't automatically added. See https://gitlab.gnome.org/GNOME/gnome-software/blob/main/doc/kudos.md.-->
<!-- This is not required in any way but helps software centers better understand Fyne applications. If you don't use notifications, you should remove it from the list. -->
<kudos>
<kudo>ModernToolkit</kudo>
<kudo>Notifications</kudo>
</kudos>
<url type="bugtracker">https://github.com/fyne-io/flatpak_demo/issues</url>
<url type="donation">https://github.com/sponsors/fyne-io</url>
<url type="homepage">https://github.com/fyne-io/flatpak_demo</url>
<!-- Generate the oars rating at: https://hughsie.github.io/oars/generate.html -->
<content_rating type="oars-1.1" />
<!-- Needed to satisfy https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/quality-guidelines/#has-primary-brand-colors. -->
<!-- The colors below are only examples taken from the Fyne logo and not official for the project in any way. -->
<branding>
<color type="primary" scheme_preference="light">#023c8a</color>
<color type="primary" scheme_preference="dark">#03228a</color>
</branding>
<releases>
<release version="1.2.0" date="2021-12-22" type="stable">
<description>
<p>Better metadata and sandbox permissions</p>
</description>
<url type="details">https://github.com/fyne-io/flatpak_demo/releases/tag/v1.2.0</url>
</release>
</releases>
</component>