%BOOK_ENTITIES; ]>
Addons
Introduction Some components are not standalone, but rather extend existing software installed on the system and can only be used together with it. The addon component type exists to reflect that. Software which provides addons can ship one or more files in /usr/share/metainfo/%{id}.metainfo.xml.
Example file A addon metainfo file should look like this: org.gnome.gedit_code_assistance org.gnome.gedit Code Assistance Code assistance for C, C++ and Objective-C http://projects.gnome.org/gedit FSFAP GPL-3.0+ ]]>
File specification Note that the XML root must have the type property set to addon. This clearly identifies this metainfo document as describing an addon to existing software. <id/> For addons, the component-ID must follow the generic naming conventions (see ). <extends/> This tag refers to the ID of the component this addon is extending. For example, if there is a plugin "kipi" which extends the application "Gwenview", it needs to be referred to as: org.kde.Gwenview]]> The <extends/> tag may be specified multiple times. For a component of type addon, the following tags are required and must be present: , , , , .