Skip to content

Commit 7979a96

Browse files
authored
Improve metainfo (#438)
- Prefer newer "desktop-application" type instead of old "desktop" type - https://freedesktop.org/software/appstream/docs/sect-Metadata-Application.html#id-1.3.8.3.4 - Add missing "launchable" and "translation" tag - Use fd.o "branding" tag instead of our own keys - Remove useless suggested price because we don't have a stripe key here - Remove zero width spaces - Fix indentation
1 parent 4e8c1bb commit 7979a96

File tree

1 file changed

+181
-179
lines changed

1 file changed

+181
-179
lines changed
Lines changed: 181 additions & 179 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Copyright 2021 Stanisław <@ststdc> -->
3-
<component type="desktop">
3+
<component type="desktop-application">
44
<id>io.elementary.monitor</id>
5+
<launchable type="desktop-id">io.elementary.monitor.desktop</launchable>
6+
<translation type="gettext">io.elementary.monitor</translation>
57
<metadata_license>CC0</metadata_license>
68
<project_license>GPL-3.0+</project_license>
79
<name>Monitor</name>
810
<summary>Manage processes and monitor system resources</summary>
911
<description>
1012
<p>Display usage of system resources, filter and manage processes.</p>
1113
</description>
12-
<custom>
13-
<value key="x-appcenter-color-primary">#d7f4d7</value>
14-
<value key="x-appcenter-color-primary-text">#242d40</value>
15-
<value key="x-appcenter-suggested-price">0</value>
16-
</custom>
17-
<screenshots>
14+
<branding>
15+
<color type="primary">#d7f4d7</color>
16+
</branding>
17+
<screenshots>
1818
<screenshot type="default">
1919
<image>https://github.com/elementary/monitor/raw/0.17.2/data/screenshots/monitor-processes.png</image>
2020
</screenshot>
@@ -27,196 +27,198 @@
2727
<url type="bugtracker">https://github.com/elementary/monitor/issues</url>
2828
<url type="help">https://github.com/elementary/monitor/issues</url>
2929

30-
<releases>
31-
<release version="0.11.0" date="2021-10-24">
32-
​ <description>
33-
​ <p>Add info about drives (based on Dirli's code)</p>
34-
​ </description>
35-
​</release>
36-
<release version="0.10.0" date="2021-09-23">
37-
​ <description>
38-
​ <p>Adds dark theme 🌚</p>
39-
​ </description>
40-
​</release>
41-
<release version="0.9.5" date="2021-08-30">
42-
​ <description>
43-
​ <p>Uses Wingpanel v3; New *.deb package maintainer: Kristopher Ives </p>
44-
​ </description>
45-
​</release>
46-
<release version="0.9.4" date="2021-04-23">
47-
​ <description>
48-
​ <p>🐛 Should fix empty Indicator. Please reboot after installation ⚡️</p>
49-
​ </description>
50-
​ </release>
51-
<release version="0.9.3" date="2021-04-17">
52-
​ <description>
53-
​ <ul>
54-
<li>🐛 Try to fix frequent GUI hangs 🥶</li>
55-
<li>🇳🇱 Update Dutch translation (@Vistaus)</li>
56-
<li>🇵🇹 Update Portuguese translation (@hugok79)</li>
57-
<li>🇷🇴 Add Romanian translation (@tiberiufrat)</li>
58-
</ul>
59-
​ </description>
60-
​ </release>
61-
<release version="0.9.2" date="2020-12-14">
62-
​ <description>
63-
​ <ul>
64-
<li>Display Storage usage</li>
65-
<li>Update Russian translation (@camellan)</li>
66-
<li>Update Portuguese translation (@hugok79)</li>
67-
<li>Different colours for Upload and Download</li>
68-
</ul>
69-
​ </description>
70-
​ </release>
71-
<release version="0.9.1" date="2020-09-04">
72-
​ <description>
73-
​ <ul>
74-
<li>Update Portuguese translation (@rottenpants466)</li>
75-
<li>Update Dutch translation (@Vistaus)</li>
76-
<li>Smoother animations (@DevAlien)</li>
77-
<li>Preselect first entry so that the info panel is always open (@DevAlien)</li>
78-
<li>Show CPU temperature in the Indicator</li>
79-
</ul>
80-
​ </description>
81-
​ </release>
30+
<content_rating type="oars-1.1" />
31+
32+
<releases>
33+
<release version="0.11.0" date="2021-10-24">
34+
<description>
35+
<p>Add info about drives (based on Dirli's code)</p>
36+
</description>
37+
</release>
38+
<release version="0.10.0" date="2021-09-23">
39+
<description>
40+
<p>Adds dark theme 🌚</p>
41+
</description>
42+
</release>
43+
<release version="0.9.5" date="2021-08-30">
44+
<description>
45+
<p>Uses Wingpanel v3; New *.deb package maintainer: Kristopher Ives </p>
46+
</description>
47+
</release>
48+
<release version="0.9.4" date="2021-04-23">
49+
<description>
50+
<p>🐛 Should fix empty Indicator. Please reboot after installation ⚡️</p>
51+
</description>
52+
</release>
53+
<release version="0.9.3" date="2021-04-17">
54+
<description>
55+
<ul>
56+
<li>🐛 Try to fix frequent GUI hangs 🥶</li>
57+
<li>🇳🇱 Update Dutch translation (@Vistaus)</li>
58+
<li>🇵🇹 Update Portuguese translation (@hugok79)</li>
59+
<li>🇷🇴 Add Romanian translation (@tiberiufrat)</li>
60+
</ul>
61+
</description>
62+
</release>
63+
<release version="0.9.2" date="2020-12-14">
64+
<description>
65+
<ul>
66+
<li>Display Storage usage</li>
67+
<li>Update Russian translation (@camellan)</li>
68+
<li>Update Portuguese translation (@hugok79)</li>
69+
<li>Different colours for Upload and Download</li>
70+
</ul>
71+
</description>
72+
</release>
73+
<release version="0.9.1" date="2020-09-04">
74+
<description>
75+
<ul>
76+
<li>Update Portuguese translation (@rottenpants466)</li>
77+
<li>Update Dutch translation (@Vistaus)</li>
78+
<li>Smoother animations (@DevAlien)</li>
79+
<li>Preselect first entry so that the info panel is always open (@DevAlien)</li>
80+
<li>Show CPU temperature in the Indicator</li>
81+
</ul>
82+
</description>
83+
</release>
8284
<release version="0.9.0" date="2020-08-18">
83-
<description>
84-
<ul>
85-
<li>Better System Tab</li>
86-
<li>Update Portuguese translation (@rottenpants466)</li>
87-
<li>Save last opened view (@ryonakano)</li>
88-
</ul>
89-
</description>
90-
</release>
85+
<description>
86+
<ul>
87+
<li>Better System Tab</li>
88+
<li>Update Portuguese translation (@rottenpants466)</li>
89+
<li>Save last opened view (@ryonakano)</li>
90+
</ul>
91+
</description>
92+
</release>
9193
<release version="0.8.1" date="2020-07-20">
92-
<description>
93-
<ul>
94-
<li>Update Japanese translation (Ryo Nakano)</li>
95-
<li>Disable search entry, when System tab is active</li>
96-
<li>Add screenshots</li>
97-
</ul>
98-
</description>
99-
</release>
94+
<description>
95+
<ul>
96+
<li>Update Japanese translation (Ryo Nakano)</li>
97+
<li>Disable search entry, when System tab is active</li>
98+
<li>Add screenshots</li>
99+
</ul>
100+
</description>
101+
</release>
100102
<release version="0.8.0" date="2020-07-19">
101-
<description>
102-
<ul>
103-
<li>Add System resources tab</li>
103+
<description>
104+
<ul>
105+
<li>Add System resources tab</li>
104106
</ul>
105-
</description>
106-
</release>
107+
</description>
108+
</release>
107109
<release version="0.7.3" date="2020-06-22">
108-
<description>
109-
<ul>
110-
<li>Added tooltips to process state label (Ryo Nakano)</li>
111-
<li>Small bugfix</li>
110+
<description>
111+
<ul>
112+
<li>Added tooltips to process state label (Ryo Nakano)</li>
113+
<li>Small bugfix</li>
112114
</ul>
113-
</description>
114-
</release>
115+
</description>
116+
</release>
115117
<release version="0.7.2" date="2020-04-15">
116-
<description>
117-
<ul>
118-
<li>Fix sorting arrows</li>
119-
<li>Update Russian translation (camellan)</li>
120-
<li>Add Turkish translation (Harun Yasar)</li>
121-
<li>Use newest version of live-chart (Laurent Callarec) ← Check his lib for creating charts, it's amazing!</li>
122-
</ul>
123-
</description>
124-
</release>
118+
<description>
119+
<ul>
120+
<li>Fix sorting arrows</li>
121+
<li>Update Russian translation (camellan)</li>
122+
<li>Add Turkish translation (Harun Yasar)</li>
123+
<li>Use newest version of live-chart (Laurent Callarec) ← Check his lib for creating charts, it's amazing!</li>
124+
</ul>
125+
</description>
126+
</release>
125127
<release version="0.7.0" date="2020-04-11">
126-
<description>
127-
<ul>
128-
<li>Detailed process info in sidebar</li>
129-
<li>CPU frequency in tooltip (Ryo Nakano)</li>
128+
<description>
129+
<ul>
130+
<li>Detailed process info in sidebar</li>
131+
<li>CPU frequency in tooltip (Ryo Nakano)</li>
130132
</ul>
131-
</description>
132-
</release>
133+
</description>
134+
</release>
133135
<release version="0.6.2" date="2019-12-21">
134-
<description>
135-
<ul>
136-
<li>Bugfix (potential) of crushes and high CPU usage</li>
137-
<li>Update German translation (Carsten Dietrich)</li>
136+
<description>
137+
<ul>
138+
<li>Bugfix (potential) of crushes and high CPU usage</li>
139+
<li>Update German translation (Carsten Dietrich)</li>
138140
</ul>
139-
</description>
140-
</release>
141+
</description>
142+
</release>
141143
<release version="0.6.1" date="2019-11-13">
142-
<description>
143-
<ul>
144-
<li>Update Portuguese translation (Hugo Carvalho)</li>
145-
<li>Update French translation (Nathan Bonnemains and Skeudwenn)</li>
146-
<li>Fix: Don't show swap percentage when it's not available (Ryo Nakano)</li>
147-
</ul>
148-
</description>
149-
</release>
144+
<description>
145+
<ul>
146+
<li>Update Portuguese translation (Hugo Carvalho)</li>
147+
<li>Update French translation (Nathan Bonnemains and Skeudwenn)</li>
148+
<li>Fix: Don't show swap percentage when it's not available (Ryo Nakano)</li>
149+
</ul>
150+
</description>
151+
</release>
150152
<release version="0.6.0" date="2019-10-29">
151-
<description>
152-
<ul>
153-
<li>Update Italian translation (Mirko Brombin)</li>
154-
<li>Show swap usage (Ryo Nakano)</li>
155-
<li>Update Russian translation (camellan)</li>
156-
<li>Code refactoring (Ryo Nakano)</li>
157-
<li>Update Japanese translation (Ryo Nakano)</li>
158-
</ul>
159-
</description>
160-
</release>
153+
<description>
154+
<ul>
155+
<li>Update Italian translation (Mirko Brombin)</li>
156+
<li>Show swap usage (Ryo Nakano)</li>
157+
<li>Update Russian translation (camellan)</li>
158+
<li>Code refactoring (Ryo Nakano)</li>
159+
<li>Update Japanese translation (Ryo Nakano)</li>
160+
</ul>
161+
</description>
162+
</release>
161163
<release version="0.5.0" date="2019-06-07">
162-
<description>
163-
<ul>
164-
<li>Fix contents of the window are not shown (Ryo Nakano)</li>
165-
<li>ix no row is still selected when indicator options are enabled (Ryo Nakano)</li>
166-
<li>Fix the app crashes by clicking the "End/Kill Process" buttons when no process is selected (Ryo Nakano)</li>
167-
<li>Added buttons to either "kill" or "end" a process. (Evan Buss)</li>
168-
<li>Change screenshot to English (Christopher Crouse)</li>
169-
<li>Update Russian translation (camellan)</li>
170-
<li>Check if the default display is a X11 display (Hannes Schulze)</li>
171-
<li>Update Spanish translation (Mario Rodrigo)</li>
172-
</ul>
173-
</description>
174-
</release>
164+
<description>
165+
<ul>
166+
<li>Fix contents of the window are not shown (Ryo Nakano)</li>
167+
<li>ix no row is still selected when indicator options are enabled (Ryo Nakano)</li>
168+
<li>Fix the app crashes by clicking the "End/Kill Process" buttons when no process is selected (Ryo Nakano)</li>
169+
<li>Added buttons to either "kill" or "end" a process. (Evan Buss)</li>
170+
<li>Change screenshot to English (Christopher Crouse)</li>
171+
<li>Update Russian translation (camellan)</li>
172+
<li>Check if the default display is a X11 display (Hannes Schulze)</li>
173+
<li>Update Spanish translation (Mario Rodrigo)</li>
174+
</ul>
175+
</description>
176+
</release>
175177
<release version="0.4.4" date="2019-06-07">
176-
<description>
177-
<ul>
178-
<li>Add start-in-background option to UI</li>
178+
<description>
179+
<ul>
180+
<li>Add start-in-background option to UI</li>
179181
</ul>
180-
</description>
181-
</release>
182+
</description>
183+
</release>
182184
<release version="0.4.3" date="2019-04-11">
183-
<description>
184-
<ul>
185-
<li>Add start-in-background command line option</li>
186-
<li>Add Italian and Portuguese translations</li>
187-
<li>Update Dutch, French and Spanish translations</li>
188-
<li>Fix Japanese translation</li>
189-
</ul>
190-
</description>
191-
</release>
185+
<description>
186+
<ul>
187+
<li>Add start-in-background command line option</li>
188+
<li>Add Italian and Portuguese translations</li>
189+
<li>Update Dutch, French and Spanish translations</li>
190+
<li>Fix Japanese translation</li>
191+
</ul>
192+
</description>
193+
</release>
192194
<release version="0.4.2" date="2019-03-11">
193-
<description>
194-
<ul>
195-
<li>Minor bug fix</li>
196-
<li>Make End process button red</li>
197-
<li>Add Japanese translation</li>
198-
</ul>
199-
</description>
200-
</release>
195+
<description>
196+
<ul>
197+
<li>Minor bug fix</li>
198+
<li>Make End process button red</li>
199+
<li>Add Japanese translation</li>
200+
</ul>
201+
</description>
202+
</release>
201203
<release version="0.4.1" date="2019-02-20">
202-
<description>
203-
<ul>
204-
<li>Add CPU and RAM icons</li>
205-
<li>Fix bug, that caused hanging</li>
206-
<li>Update Polish and Russian translation</li>
207-
</ul>
208-
</description>
209-
</release>
204+
<description>
205+
<ul>
206+
<li>Add CPU and RAM icons</li>
207+
<li>Fix bug, that caused hanging</li>
208+
<li>Update Polish and Russian translation</li>
209+
</ul>
210+
</description>
211+
</release>
210212
<release version="0.4.0" date="2019-01-31">
211-
<description>
212-
<ul>
213-
<li>Add Monitor indicator</li>
214-
<li>Add missing extra French translations</li>
215-
<li>Fix: if icon missing for the process, icon is taken from previous process</li>
216-
<li>Fix: search erases my input while I'm typing</li>
217-
<li>Fix POTFILES</li>
218-
</ul>
219-
</description>
220-
</release>
221-
</releases>
213+
<description>
214+
<ul>
215+
<li>Add Monitor indicator</li>
216+
<li>Add missing extra French translations</li>
217+
<li>Fix: if icon missing for the process, icon is taken from previous process</li>
218+
<li>Fix: search erases my input while I'm typing</li>
219+
<li>Fix POTFILES</li>
220+
</ul>
221+
</description>
222+
</release>
223+
</releases>
222224
</component>

0 commit comments

Comments
 (0)