diff options
Diffstat (limited to 'applications/kube/org.kde.kube.appdata.xml')
-rw-r--r-- | applications/kube/org.kde.kube.appdata.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/applications/kube/org.kde.kube.appdata.xml b/applications/kube/org.kde.kube.appdata.xml new file mode 100644 index 00000000..1946cac5 --- /dev/null +++ b/applications/kube/org.kde.kube.appdata.xml | |||
@@ -0,0 +1,23 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <component type="desktop"> | ||
3 | <id>org.kde.kube.desktop</id> | ||
4 | <metadata_license>CC0-1.0</metadata_license> | ||
5 | <project_license>GPL-3.0+</project_license> | ||
6 | <name>Kube</name> | ||
7 | <summary>E-mail client</summary> | ||
8 | <description> | ||
9 | <p>A modern groupware client based on QtQuick and Sink. | ||
10 | |||
11 | The code can be found at: git://anongit.kde.org/kube | ||
12 | |||
13 | The documentation can be found at: http://api.kde.org/doc/kube/.</p> | ||
14 | </description> | ||
15 | <url type="homepage">https://phabricator.kde.org/project/view/43/</url> | ||
16 | <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=kube</url> | ||
17 | <screenshots> | ||
18 | </screenshots> | ||
19 | <project_group>KDE</project_group> | ||
20 | <provides> | ||
21 | <binary>kube</binary> | ||
22 | </provides> | ||
23 | </component> | ||