Cockpit renamed its ID to "org.cockpit_project.cockpit" to conform to
the AppStream spec [1]. Follow suit and also fix our own IDs to not
contain hyphens.
[1] 4a9ffe669c
Closes #204
16 lines
467 B
XML
16 lines
467 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="addon">
|
|
<id>org.cockpit_project.starter_kit</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<name>Starter Kit</name>
|
|
<summary>
|
|
Scaffolding for a cockpit module.
|
|
</summary>
|
|
<description>
|
|
<p>
|
|
Scaffolding for a cockpit module.
|
|
</p>
|
|
</description>
|
|
<extends>org.cockpit_project.cockpit</extends>
|
|
<launchable type="cockpit-manifest">cockpit-starter-kit</launchable>
|
|
</component>
|