diff options
author | Aleix Pol <aleixpol@kde.org> | 2016-06-14 20:24:57 +0200 |
---|---|---|
committer | Aleix Pol <aleixpol@kde.org> | 2016-06-14 20:24:57 +0200 |
commit | fabe4477ea6077b414eb9f191f0f848599710551 (patch) | |
tree | e95ac5a6646e0bad147aaf32902301d74c83a163 /applications/mail/org.kde.kube.appdata.xml | |
parent | e51e2051ab9a94a32d15a90020f4862bede5e006 (diff) | |
download | kube-fabe4477ea6077b414eb9f191f0f848599710551.tar.gz kube-fabe4477ea6077b414eb9f191f0f848599710551.zip |
Introduce a desktop and appdata file
Reviewed by Christian Mollekopf
Diffstat (limited to 'applications/mail/org.kde.kube.appdata.xml')
-rw-r--r-- | applications/mail/org.kde.kube.appdata.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/applications/mail/org.kde.kube.appdata.xml b/applications/mail/org.kde.kube.appdata.xml new file mode 100644 index 00000000..90bef45b --- /dev/null +++ b/applications/mail/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-mail</binary> | ||
22 | </provides> | ||
23 | </component> | ||