Skip to content

Commit 2a787e5

Browse files
committed
Update metadata
1 parent 0df002a commit 2a787e5

File tree

1 file changed

+59
-30
lines changed

1 file changed

+59
-30
lines changed
Lines changed: 59 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,63 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Copyright 2017 Daniel Foré <[email protected]> -->
33
<component type="desktop-application">
4-
<id>com.github.danrabbit.nimbus.desktop</id>
5-
<metadata_license>CC0-1.0</metadata_license>
6-
<project_license>GPL-3.0+</project_license>
7-
<name>Nimbus</name>
8-
<summary>See outside without going there</summary>
9-
<description>
10-
<p>See the current temperature and weather conditions for your location with this minimal color-changing applet.</p>
11-
<ul>
12-
<li>Click anywhere to fetch the latest weather</li>
13-
<li>Stays out of your way by always sticking to the desktop</li>
14-
<li>Move the window by dragging any part of it</li>
15-
<li>Quit with the handy shortcut Ctrl + Q</li>
16-
<li>Respects your system settings for temperature units</li>
17-
</ul>
18-
</description>
19-
<provides>
20-
<binary>com.github.danrabbit.nimbus</binary>
21-
</provides>
22-
<screenshots>
23-
<screenshot type="default">
24-
<image>https://raw.githubusercontent.com/danrabbit/nimbus/master/data/screenshot.png</image>
25-
</screenshot>
26-
</screenshots>
27-
<developer_name>Daniel Foré</developer_name>
28-
<url type="homepage">http://danielfore.com</url>
29-
<url type="bugtracker">https://github.com/danrabbit/nimbus/issues</url>
30-
<custom>
31-
<value key="x-appcenter-color-primary">#e9f4fc</value>
32-
<value key="x-appcenter-color-primary-text">#044b6c</value>
33-
</custom>
4+
<id>com.github.danrabbit.nimbus.desktop</id>
5+
<metadata_license>CC0-1.0</metadata_license>
6+
<project_license>GPL-3.0+</project_license>
7+
<name>Nimbus</name>
8+
<summary>See outside without going there</summary>
9+
<description>
10+
<p>See the current temperature and weather conditions for your location with this minimal color-changing applet.</p>
11+
<ul>
12+
<li>Click anywhere to fetch the latest weather</li>
13+
<li>Stays out of your way by always sticking to the desktop</li>
14+
<li>Move the window by dragging any part of it</li>
15+
<li>Quit with the handy shortcut Ctrl + Q</li>
16+
<li>Respects your system settings for temperature units</li>
17+
</ul>
18+
</description>
19+
<provides>
20+
<binary>com.github.danrabbit.nimbus</binary>
21+
</provides>
22+
<screenshots>
23+
<screenshot type="default">
24+
<image>https://raw.githubusercontent.com/danrabbit/nimbus/master/data/screenshot.png</image>
25+
</screenshot>
26+
</screenshots>
27+
<content_rating type="oars-1.1">
28+
<content_attribute id="violence-cartoon">none</content_attribute>
29+
<content_attribute id="violence-fantasy">none</content_attribute>
30+
<content_attribute id="violence-realistic">none</content_attribute>
31+
<content_attribute id="violence-bloodshed">none</content_attribute>
32+
<content_attribute id="violence-sexual">none</content_attribute>
33+
<content_attribute id="violence-desecration">none</content_attribute>
34+
<content_attribute id="violence-slavery">none</content_attribute>
35+
<content_attribute id="violence-worship">none</content_attribute>
36+
<content_attribute id="drugs-alcohol">none</content_attribute>
37+
<content_attribute id="drugs-narcotics">none</content_attribute>
38+
<content_attribute id="drugs-tobacco">none</content_attribute>
39+
<content_attribute id="sex-nudity">none</content_attribute>
40+
<content_attribute id="sex-themes">none</content_attribute>
41+
<content_attribute id="sex-homosexuality">none</content_attribute>
42+
<content_attribute id="sex-prostitution">none</content_attribute>
43+
<content_attribute id="sex-adultery">none</content_attribute>
44+
<content_attribute id="sex-appearance">none</content_attribute>
45+
<content_attribute id="language-profanity">none</content_attribute>
46+
<content_attribute id="language-humor">none</content_attribute>
47+
<content_attribute id="language-discrimination">none</content_attribute>
48+
<content_attribute id="social-chat">none</content_attribute>
49+
<content_attribute id="social-info">none</content_attribute>
50+
<content_attribute id="social-audio">none</content_attribute>
51+
<content_attribute id="social-location">none</content_attribute>
52+
<content_attribute id="social-contacts">none</content_attribute>
53+
<content_attribute id="money-purchasing">none</content_attribute>
54+
<content_attribute id="money-gambling">none</content_attribute>
55+
</content_rating>
56+
<developer_name>Daniel Foré</developer_name>
57+
<url type="homepage">http://danielfore.com</url>
58+
<url type="bugtracker">https://github.com/danrabbit/nimbus/issues</url>
59+
<custom>
60+
<value key="x-appcenter-color-primary">#e9f4fc</value>
61+
<value key="x-appcenter-color-primary-text">#044b6c</value>
62+
</custom>
3463
</component>

0 commit comments

Comments
 (0)