-
Notifications
You must be signed in to change notification settings - Fork 42
/
screengrab.metainfo.xml
35 lines (31 loc) · 1.05 KB
/
screengrab.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.lxqt.screengrab</id>
<url type="homepage">https://github.com/lxqt/screengrab</url>
<url type="bugtracker">https://github.com/lxqt/screengrab/issues</url>
<content_rating type="oars-1.1"/>
<name>ScreenGrab</name>
<summary>Screenhot Tool in Qt</summary>
<metadata_license>CC-BY-4.0</metadata_license>
<project_license>GPL-2.0-only</project_license>
<description>
<p>
Powerful screen capture utility in Qt.
Capture screen, window or area.
Features:
</p>
<ul>
<li>Delay</li>
<li>Edit directly in other applications</li>
<li>Automatic saving; insert date+time in filename</li>
<li>Fit to edges by right click</li>
<li>Custom shortcuts</li>
</ul>
</description>
<launchable type="desktop-id">screengrab.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://github.com/lxqt/screengrab/raw/master/screengrab.png</image>
</screenshot>
</screenshots>
</component>