aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAleix Pol <aleixpol@kde.org>2018-05-07 16:11:24 +0200
committerAleix Pol Gonzalez <aleixpol@kde.org>2018-05-07 16:10:49 +0000
commitca537013f75f6af7f4a16b50b1f9391f725c6901 (patch)
treecd99befbda4b8e74c6c9e3f99fc5bc05dcbb2380 /dist
parent005d81cc1514f7ab40ff16d149abf78dab12e84d (diff)
Improve AppStream metadata
Solves the issues mentioned in the bug report by adding missing fields and fixing broken URLs. Task-number: QTCREATORBUG-20374 Change-Id: Iddea835d27ab914283b6b846a4a4379cbb0b546a Reviewed-by: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/org.qt-project.qtcreator.appdata.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/org.qt-project.qtcreator.appdata.xml b/dist/org.qt-project.qtcreator.appdata.xml
index ef8663f657..4706e69b22 100644
--- a/dist/org.qt-project.qtcreator.appdata.xml
+++ b/dist/org.qt-project.qtcreator.appdata.xml
@@ -2,6 +2,8 @@
<!-- Copyright (C) 2016 The Qt Company Ltd. Contact: https://www.qt.io/licensing/ -->
<component type="desktop">
<id>org.qt-project.qtcreator.desktop</id>
+ <name>Qt Creator</name>
+ <summary>Provides a cross-platform, complete integrated development environment (IDE) for application developers to create applications for multiple platforms and devices</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<description>
@@ -22,6 +24,6 @@
</p>
</description>
- <url type="homepage">https://qt.io/ide/</url>
+ <url type="homepage">https://www.qt.io/ide/</url>
<project_group>Qt</project_group>
</component>