metainfo: Fix launchable and update description

`<launchable>` must coincide with the actual URL path defined by the
manifest.

Remove the period from `<summary>`, as the spec [1] suggests.

[1] https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#sect-Metadata-GenericComponent

Closes #350
This commit is contained in:
Martin Pitt 2020-08-05 12:01:49 +02:00 committed by Katerina Koukiou
parent fc4333b50e
commit be1f24b8bc

View file

@ -3,14 +3,12 @@
<id>org.cockpit_project.starter_kit</id> <id>org.cockpit_project.starter_kit</id>
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
<name>Starter Kit</name> <name>Starter Kit</name>
<summary> <summary>Scaffolding for a cockpit module</summary>
Scaffolding for a cockpit module.
</summary>
<description> <description>
<p> <p>
Scaffolding for a cockpit module. Scaffolding for a cockpit module.
</p> </p>
</description> </description>
<extends>org.cockpit_project.cockpit</extends> <extends>org.cockpit_project.cockpit</extends>
<launchable type="cockpit-manifest">cockpit-starter-kit</launchable> <launchable type="cockpit-manifest">starter-kit</launchable>
</component> </component>