-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathorg.cubocore.CoreAction.appdata.xml
71 lines (60 loc) · 2.36 KB
/
org.cubocore.CoreAction.appdata.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2021 CuboCore -->
<component type="desktop-application">
<id>org.cubocore.CoreAction</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<project_group>CuboCore</project_group>
<developer_name>CuboCore Group</developer_name>
<launchable type="desktop-id">org.cubocore.CoreAction.desktop</launchable>
<name>CoreAction</name>
<summary>A side bar with some handy gadgets</summary>
<description>
<p>
A gadget bar that holds some very useful and nifty widgets like system loads, calendar, calculator, notes etc
</p>
</description>
<keywords>
<keyword>CoreAction</keyword>
<keyword>Side bar</keyword>
<keyword>CoreApps</keyword>
<keyword>CSuite</keyword>
<keyword>CuboCore</keyword>
</keywords>
<categories>
<category>Utility</category>
<category>Qt</category>
<category>X-CSuite</category>
</categories>
<content_rating type="oars-1.1" />
<url type="homepage">https://cubocore.gitlab.io/</url>
<url type="help">https://gitlab.com/cubocore/coreapps/coreaction/-/blob/master/README.md</url>
<url type="bugtracker">https://gitlab.com/cubocore/coreapps/coreaction/-/issues</url>
<url type="contact">https://app.element.io/#/room/#cubocore:matrix.org</url>
<releases>
<release version="4.5.0" date="2023-08-27"/>
<release version="4.4.0" date="2022-08-02"/>
<release version="4.3.0" date="2021-12-25"/>
</releases>
<screenshots>
<screenshot type="default">
<caption>CoreAction</caption>
<image type="source">https://gitlab.com/cubocore/coreapps/coreaction/-/raw/master/coreaction.png</image>
</screenshot>
</screenshots>
<suggests>
<id>org.cubocore.CoreArchiver</id>
<id>org.cubocore.CoreFM</id>
<id>org.cubocore.CoreHunt</id>
<id>org.cubocore.CoreImage</id>
<id>org.cubocore.CoreInfo</id>
<id>org.cubocore.CoreKeyboard</id>
<id>org.cubocore.CorePad</id>
<id>org.cubocore.CorePaint</id>
<id>org.cubocore.CorePDF</id>
<id>org.cubocore.CoreRenamer</id>
<id>org.cubocore.CoreShot</id>
<id>org.cubocore.CoreStats</id>
<id>org.cubocore.CoreTime</id>
</suggests>
</component>