mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-06 17:13:58 +00:00
- support opensuse leap >= 15.0 - correct appstream metainfo xml name & its content, see https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html#sect-Quickstart-DesktopApps
26 lines
1.0 KiB
XML
26 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright 2018 Vitaly Zaitsev <vitaly@easycoding.org> -->
|
|
<component type="desktop">
|
|
<id>org.flameshot.flameshot</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-3.0-or-later</project_license>
|
|
<name>Flameshot</name>
|
|
<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>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/usageStatic.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/animatedUsage.gif</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<url type="homepage">https://github.com/flameshot-org/flameshot</url>
|
|
<update_contact>https://github.com/flameshot-org/flameshot/issues/new</update_contact>
|
|
</component>
|