Fix Flathub "App Listing Quality" issues (#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 <borgman.jeremy@pm.me>
@@ -5,12 +5,93 @@ SPDX-License-Identifier: CC0-1.0
|
||||
-->
|
||||
<component type="desktop-application">
|
||||
<id>org.flameshot.Flameshot</id>
|
||||
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
|
||||
<project_license>GPL-3.0-or-later</project_license>
|
||||
|
||||
<name>Flameshot</name>
|
||||
|
||||
<translation type="qt">flameshot</translation>
|
||||
|
||||
<developer id="org.flameshot">
|
||||
<name>Flameshot Developers</name>
|
||||
</developer>
|
||||
|
||||
<supports>
|
||||
<control>pointing</control>
|
||||
<control>keyboard</control>
|
||||
<control>touch</control>
|
||||
</supports>
|
||||
|
||||
<recommends>
|
||||
<control>keyboard</control>
|
||||
<control>pointing</control>
|
||||
</recommends>
|
||||
|
||||
<summary>Take and annotate screenshots</summary>
|
||||
|
||||
<description>
|
||||
<p>
|
||||
Powerful and simple to use screenshot software with built-in
|
||||
editor with advanced features.
|
||||
</p>
|
||||
<p><strong>Features:</strong></p>
|
||||
<ul>
|
||||
<li>Customizable appearance</li>
|
||||
<li>Very easy to use</li>
|
||||
<li>In-app screenshot editing and annotation</li>
|
||||
<li>DBus interface</li>
|
||||
<li>Upload to Imgur</li>
|
||||
</ul>
|
||||
</description>
|
||||
|
||||
<content_rating type="oars-1.1" />
|
||||
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/large_demo.png</image>
|
||||
<caption>Flameshot Usage</caption>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/small_demo.png</image>
|
||||
<caption>Demo of Pixelation, Arrow, Box, And Counter Bubble</caption>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/launcher.png</image>
|
||||
<caption>The Launcher Window</caption>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/config_interface.png</image>
|
||||
<caption>Configuration Window - Interface tab</caption>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/config_shortcuts.png</image>
|
||||
<caption>Configuration Window - Shortcuts tab</caption>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
|
||||
<url type="homepage">https://github.com/flameshot-org/flameshot</url>
|
||||
<url type="bugtracker">https://github.com/flameshot-org/flameshot/issues</url>
|
||||
<url type="translate">https://hosted.weblate.org/projects/flameshot/</url>
|
||||
<url type="contribute">https://github.com/flameshot-org/flameshot/blob/master/docs/CONTRIBUTING.md</url>
|
||||
<url type="vcs-browser">https://github.com/flameshot-org/flameshot/</url>
|
||||
|
||||
<update_contact>https://github.com/flameshot-org/flameshot/issues/new</update_contact>
|
||||
|
||||
<launchable type="desktop-id">org.flameshot.Flameshot.desktop</launchable>
|
||||
|
||||
<branding>
|
||||
<color type="primary" scheme_preference="light">#d6a8e3</color>
|
||||
<color type="primary" scheme_preference="dark">#5c0075</color>
|
||||
</branding>
|
||||
|
||||
<categories>
|
||||
<!-- the list can be found in https://specifications.freedesktop.org/menu-spec/latest/category-registry.html -->
|
||||
<category>Utility</category>
|
||||
<category>Graphics</category>
|
||||
</categories>
|
||||
|
||||
<releases>
|
||||
<release version="12.1.0" date="2022-07-03"/>
|
||||
<release version="12.0.0" date="2022-06-21"/>
|
||||
@@ -24,26 +105,5 @@ SPDX-License-Identifier: CC0-1.0
|
||||
<release version="0.8.1" date="2020-09-23"/>
|
||||
<release version="0.8.0" date="2020-09-19"/>
|
||||
</releases>
|
||||
<summary>Powerful and simple to use screenshot software</summary>
|
||||
<description>
|
||||
<p>
|
||||
Powerful and simple to use screenshot software with built-in
|
||||
editor with advanced features.
|
||||
</p>
|
||||
</description>
|
||||
<content_rating type="oars-1.1" />
|
||||
<translation type="qt">flameshot</translation>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/usageStatic.png</image>
|
||||
<caption>Flameshot Usage</caption>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/animatedUsage.gif</image>
|
||||
<caption>Animated Flameshot Usage</caption>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<url type="homepage">https://github.com/flameshot-org/flameshot</url>
|
||||
<update_contact>https://github.com/flameshot-org/flameshot/issues/new</update_contact>
|
||||
<launchable type="desktop-id">org.flameshot.Flameshot.desktop</launchable>
|
||||
</component>
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 7.8 KiB |
@@ -1,6 +1,63 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 64 64" width="64" height="64">
|
||||
<path fill="#80a" d="M32 0a1 1 0 0 1 0 64 1 1 0 0 1 0-64z"/>
|
||||
<path fill="#f06" d="M34.3017 27.7637c18.5541-3.5813 19.2668-11.6731 19.2668-11.6731 0 0-1.4612 25.0778-15.0207 26.4046-17.1831 1.6813-19.7503 9.7875-19.7503 9.7875 0 0 4.5952-22.4132 15.5042-24.5189z"/>
|
||||
<path fill="#f60" d="M23.1064 26.6572C38.8278 20 37.3879 9.1375 37.3879 9.1375c0 0 8.6799 22.1583-4.3324 27.3241-14.5361 5.7708-13.8893 15.628-13.8893 15.628 0 0-5.2933-21.5219 3.9401-25.4323z"/>
|
||||
<path fill="#fc0" d="M13.8449 32.5477C22.6778 20.9 20.691 12.7314 20.691 12.7314c0 0 11.309 14.1903 3.616 23-8.6025 9.8183-4.8561 16.6489-4.8561 16.6489 0 0-10.6723-13.1315-5.6061-19.8119z"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
version="1.1"
|
||||
viewBox="0 0 64 64"
|
||||
width="64"
|
||||
height="64"
|
||||
id="svg4"
|
||||
sodipodi:docname="flameshot.svg"
|
||||
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs4" />
|
||||
<sodipodi:namedview
|
||||
id="namedview4"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:zoom="9.5569901"
|
||||
inkscape:cx="27.414489"
|
||||
inkscape:cy="30.396599"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1052"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg4" />
|
||||
<g
|
||||
id="g5"
|
||||
inkscape:label="Logo"
|
||||
transform="matrix(0.94240792,0,0,0.94240792,1.8429474,1.7795974)">
|
||||
<path
|
||||
fill="#8800aa"
|
||||
d="M 32,0 A 32,32 0 0 1 32,64 32,32 0 0 1 32,0 Z"
|
||||
id="path1"
|
||||
style="display:inline"
|
||||
inkscape:label="background-circle" />
|
||||
<path
|
||||
fill="#ff0066"
|
||||
d="m 34.3017,27.7637 c 18.5541,-3.5813 19.2668,-11.6731 19.2668,-11.6731 0,0 -1.4612,25.0778 -15.0207,26.4046 -17.1831,1.6813 -19.7503,9.7875 -19.7503,9.7875 0,0 4.5952,-22.4132 15.5042,-24.5189 z"
|
||||
id="path2"
|
||||
style="display:inline"
|
||||
inkscape:label="flame-right" />
|
||||
<path
|
||||
fill="#ff6600"
|
||||
d="M 23.1064,26.6572 C 38.8278,20 37.3879,9.1375 37.3879,9.1375 c 0,0 8.6799,22.1583 -4.3324,27.3241 -14.5361,5.7708 -13.8893,15.628 -13.8893,15.628 0,0 -5.2933,-21.5219 3.9401,-25.4323 z"
|
||||
id="path3"
|
||||
style="display:inline"
|
||||
inkscape:label="flame-middle" />
|
||||
<path
|
||||
fill="#ffcc00"
|
||||
d="M 13.8449,32.5477 C 22.6778,20.9 20.691,12.7314 20.691,12.7314 c 0,0 11.309,14.1903 3.616,23 -8.6025,9.8183 -4.8561,16.6489 -4.8561,16.6489 0,0 -10.6723,-13.1315 -5.6061,-19.8119 z"
|
||||
id="path4"
|
||||
style="display:inline"
|
||||
inkscape:label="flame-left" />
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 761 B After Width: | Height: | Size: 2.2 KiB |
BIN
docs/images/config_interface.png
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
docs/images/config_shortcuts.png
Normal file
|
After Width: | Height: | Size: 80 KiB |
BIN
docs/images/large_demo.png
Normal file
|
After Width: | Height: | Size: 136 KiB |
BIN
docs/images/launcher.png
Normal file
|
After Width: | Height: | Size: 63 KiB |
BIN
docs/images/small_demo.png
Normal file
|
After Width: | Height: | Size: 104 KiB |