Skip to content

Commit 5f16783

Browse files
Fix Flathub "App Listing Quality" issues (flameshot-org#4018)
* flatpak xml - move releases to the bottom * flatpak xml - add branding tag * flatpak xml - add supports tag * flatpak xml - move translate tag for better organization * flatpak xml - better organizing the sections * flatpak xml - add categories tag and additional url tags * flatpak cml - fix the summary * flatpak xml - update screenshots * flatpak xml - add recommends tag * flatpak xml - add more text to the description * add padding to the Flatpak app icons * Fix closing tags --------- Co-authored-by: Jeremy Borgman <[email protected]>
1 parent 595f360 commit 5f16783

File tree

9 files changed

+141
-24
lines changed

9 files changed

+141
-24
lines changed

data/appdata/org.flameshot.Flameshot.metainfo.xml

Lines changed: 78 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,105 @@ SPDX-License-Identifier: CC0-1.0
55
-->
66
<component type="desktop-application">
77
<id>org.flameshot.Flameshot</id>
8+
89
<metadata_license>CC0-1.0</metadata_license>
10+
911
<project_license>GPL-3.0-or-later</project_license>
12+
1013
<name>Flameshot</name>
14+
15+
<translation type="qt">flameshot</translation>
16+
1117
<developer id="org.flameshot">
1218
<name>Flameshot Developers</name>
1319
</developer>
14-
<releases>
15-
<release version="12.1.0" date="2022-07-03"/>
16-
<release version="12.0.0" date="2022-06-21"/>
17-
<release version="11.0.0" date="2022-01-14"/>
18-
<release version="0.10.1" date="2021-07-25"/>
19-
<release version="0.10.0" date="2021-05-16"/>
20-
<release version="0.9.0" date="2021-02-27"/>
21-
<release version="0.8.5" date="2020-10-14"/>
22-
<release version="0.8.4" date="2020-10-10"/>
23-
<release version="0.8.3" date="2020-09-28"/>
24-
<release version="0.8.1" date="2020-09-23"/>
25-
<release version="0.8.0" date="2020-09-19"/>
26-
</releases>
27-
<summary>Powerful and simple to use screenshot software</summary>
20+
21+
<supports>
22+
<control>pointing</control>
23+
<control>keyboard</control>
24+
<control>touch</control>
25+
</supports>
26+
27+
<recommends>
28+
<control>keyboard</control>
29+
<control>pointing</control>
30+
</recommends>
31+
32+
<summary>Take and annotate screenshots</summary>
33+
2834
<description>
2935
<p>
3036
Powerful and simple to use screenshot software with built-in
3137
editor with advanced features.
3238
</p>
39+
<p><strong>Features:</strong></p>
40+
<ul>
41+
<li>Customizable appearance</li>
42+
<li>Very easy to use</li>
43+
<li>In-app screenshot editing and annotation</li>
44+
<li>DBus interface</li>
45+
<li>Upload to Imgur</li>
46+
</ul>
3347
</description>
48+
3449
<content_rating type="oars-1.1" />
35-
<translation type="qt">flameshot</translation>
50+
3651
<screenshots>
3752
<screenshot type="default">
38-
<image>https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/usageStatic.png</image>
53+
<image>https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/large_demo.png</image>
3954
<caption>Flameshot Usage</caption>
4055
</screenshot>
4156
<screenshot>
42-
<image>https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/animatedUsage.gif</image>
43-
<caption>Animated Flameshot Usage</caption>
57+
<image>https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/small_demo.png</image>
58+
<caption>Demo of Pixelation, Arrow, Box, And Counter Bubble</caption>
59+
</screenshot>
60+
<screenshot>
61+
<image>https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/launcher.png</image>
62+
<caption>The Launcher Window</caption>
63+
</screenshot>
64+
<screenshot>
65+
<image>https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/config_interface.png</image>
66+
<caption>Configuration Window - Interface tab</caption>
67+
</screenshot>
68+
<screenshot>
69+
<image>https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/config_shortcuts.png</image>
70+
<caption>Configuration Window - Shortcuts tab</caption>
4471
</screenshot>
4572
</screenshots>
73+
4674
<url type="homepage">https://github.com/flameshot-org/flameshot</url>
75+
<url type="bugtracker">https://github.com/flameshot-org/flameshot/issues</url>
76+
<url type="translate">https://hosted.weblate.org/projects/flameshot/</url>
77+
<url type="contribute">https://github.com/flameshot-org/flameshot/blob/master/docs/CONTRIBUTING.md</url>
78+
<url type="vcs-browser">https://github.com/flameshot-org/flameshot/</url>
79+
4780
<update_contact>https://github.com/flameshot-org/flameshot/issues/new</update_contact>
81+
4882
<launchable type="desktop-id">org.flameshot.Flameshot.desktop</launchable>
83+
84+
<branding>
85+
<color type="primary" scheme_preference="light">#d6a8e3</color>
86+
<color type="primary" scheme_preference="dark">#5c0075</color>
87+
</branding>
88+
89+
<categories>
90+
<!-- the list can be found in https://specifications.freedesktop.org/menu-spec/latest/category-registry.html -->
91+
<category>Utility</category>
92+
<category>Graphics</category>
93+
</categories>
94+
95+
<releases>
96+
<release version="12.1.0" date="2022-07-03"/>
97+
<release version="12.0.0" date="2022-06-21"/>
98+
<release version="11.0.0" date="2022-01-14"/>
99+
<release version="0.10.1" date="2021-07-25"/>
100+
<release version="0.10.0" date="2021-05-16"/>
101+
<release version="0.9.0" date="2021-02-27"/>
102+
<release version="0.8.5" date="2020-10-14"/>
103+
<release version="0.8.4" date="2020-10-10"/>
104+
<release version="0.8.3" date="2020-09-28"/>
105+
<release version="0.8.1" date="2020-09-23"/>
106+
<release version="0.8.0" date="2020-09-19"/>
107+
</releases>
49108
</component>
109+
31 KB
Loading
2.49 KB
Loading
Lines changed: 63 additions & 6 deletions
Loading

docs/images/config_interface.png

55.7 KB
Loading

docs/images/config_shortcuts.png

79.6 KB
Loading

docs/images/large_demo.png

136 KB
Loading

docs/images/launcher.png

62.9 KB
Loading

docs/images/small_demo.png

104 KB
Loading

0 commit comments

Comments
 (0)