diff --git a/kirigami/kirigami.2017-09-09.manifest b/kirigami/kirigami.2017-09-09.manifest index b9684bab..c5ff842b 100644 --- a/kirigami/kirigami.2017-09-09.manifest +++ b/kirigami/kirigami.2017-09-09.manifest @@ -1,29 +1,29 @@ { "$schema": "http://inqlude.org/schema/release-manifest-v1#", "name": "kirigami", "display_name": "Build a QMake-based application", "release_date": "2017-09-09", "version": "5.38.0", "summary": "QtQuick plugins to build user interfaces based on the KDE UX guidelines", "urls": { "homepage": "http://api.kde.org/frameworks-api/frameworks5-apidocs/kirigami/html/index.html", "download": "http://download.kde.org/stable/frameworks/5.38/", "vcs": "https://projects.kde.org/projects/frameworks/kirigami/repository", "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" }, "licenses": [ "LGPLv2.1+" ], - "description": "", + "description": "Kirigami is a set of QtQuick components at the moment targeted for mobile use (in the future desktop as well) targeting both Plasma Mobile and Android. It’s not a whole set of components, all the “Primitive” ones like buttons and textboxes are a job for QtQuickControls (soon QtQuickControls2) but it’s a set of high level components to make the creation of applications that look and feel great on mobile as well as desktop devices and follow the Kirigami Human Interface Guidelines.", "authors": [ "The KDE Community" ], "maturity": "stable", "platforms": [ "Linux" ], "packages": { "source": "http://download.kde.org/stable/frameworks/5.38/kirigami-5.38.0.tar.xz" }, "group": "kde-frameworks" }