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
<?xml version="1.0" encoding="UTF-8"?>
<!-- nee 2019 <nee-sunrise-git@patchouli.garden> -->
<component type="desktop-application">
<id>@app-id@</id>
<metadata_license>CC0</metadata_license>
<!-- Insert your license of choice here -->
<project_license>GPL-3.0-or-later</project_license>
<name>Sunrise</name>
<summary>View Sunrise and Sunset times</summary>
<description>
<p>A table for sun times in many big cities around the world.</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://patchouli.garden/git/suntimes/html/data/resources/screenshots/suntimes.webp</image>
<caption>Main window</caption>
</screenshot>
</screenshots>
<url type="homepage">https://patchouli.garden/sunrise</url>
<url type="bugtracker">https://patchouli.garden/sunrise/issues</url>
<!-- Source code repository -->
<url type="vcs-browser">https://patchouli.garden/sunrise</url>
<!-- Translation repository -->
<url type="translate">https://patchouli.garden/sunrise/html/po</url>
<!-- Open Age Ratings Service: (DONE)
https://hughsie.github.io/oars/generate.html
-->
<content_rating type="oars-1.1" />
<releases>
<release version="0.1.0" date="2019-07-11" />
</releases>
<kudos>
<!--
GNOME Software kudos:
https://gitlab.gnome.org/GNOME/gnome-software/-/blob/main/doc/kudos.md
-->
<kudo>ModernToolkit</kudo>
<kudo>HiDpiIcon</kudo>
</kudos>
<!-- developer_name tag deprecated with Appstream 1.0 -->
<developer_name translate="no">nee</developer_name>
<!-- Introduced with Appstream 1.0, but not yet fully supported by corresponding projects -->
<developer id="gnome.org">
<name translate="no">nee</name>
</developer>
<!--
Branding colors:
https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/#brand-color
-->
<branding>
<color type="primary" scheme_preference="light">#ffa348</color>
<color type="primary" scheme_preference="dark">#ffa348</color>
</branding>
<update_contact>nee-sunrise-git@patchouli.garden</update_contact>
<translation type="gettext">@gettext-package@</translation>
<launchable type="desktop-id">@app-id@.desktop</launchable>
</component>