appstreamcli was returning the error: > E: gimp-data-extras:3: cid-is-not-rdns gimp-data-extras Apparently non-desktop component must absolutely follow the schema with a unique identifier with 3 parts or more. As advised in the spec, let's use the main desktop component ID, adding a specific subpart. Also use underscore rather than hyphen for maximum compatibility. See: https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-id-generic Finally for addons, share/metainfo/ is the recommended install path. See: https://freedesktop.org/software/appstream/docs/sect-Metadata-Addon.html
13 lines
582 B
XML
13 lines
582 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright 2015 Jiri Eischmann <eischmann@redhat.com> -->
|
|
<component type="addon">
|
|
<id>org.gimp.GIMP.data_extras</id>
|
|
<extends>org.gimp.GIMP</extends>
|
|
<_name>Extra files for GIMP</_name>
|
|
<_summary>Patterns, gradients, and other extra files for GIMP</_summary>
|
|
<url type="homepage">https://www.gimp.org/</url>
|
|
<url type="bugtracker">@BUG_REPORT_URL@</url>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-3.0+</project_license>
|
|
<update_contact>alexandre.prokoudine@gmail.com</update_contact>
|
|
</component>
|