mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-30 05:41:31 +00:00
From https://appstream.debian.org/sid/main/issues/flameshot.html : * metainfo-validation-issue Validation of the metainfo file found a problem: SPDX license ID 'GPLv3+' is unknown. According to https://spdx.org/licenses/ , the correct identifier for GPLv3+ is "GPL-3.0-or-later" now. This commit would make that replacement. Signed-off-by: Boyuan Yang <073plan@gmail.com>
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>flameshot.desktop</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-3.0-or-later and ASL 2.0 and GPLv2 and LGPLv3 and Free Art</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/lupoDharkael/flameshot/master/img/preview/usageStatic.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://raw.githubusercontent.com/lupoDharkael/flameshot/master/img/preview/animatedUsage.gif</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<url type="homepage">https://github.com/lupoDharkael/flameshot</url>
|
|
<update_contact>https://github.com/lupoDharkael</update_contact>
|
|
</component>
|