mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-29 13:22:02 +00:00
SVG images have been optimized with svgo, this will slightly reduce package size though the main reason for this was to remove unneeded markup. Image paths have been changed and merged, now the directory tree looks like this: img ├── app ├── material │ ├── black │ └── white └── preview The reason to merge the paths is to avoid duplicate files for buttons and configuration. SVG icons are used by default now, PNG images have not been deleted from the images directory, but they were deleted from the graphics.qrc resource file. All image paths were updated accordingly, except in the tray icon, I could not make it work using the SVG image.
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>GPLv3+ 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>
|