desktop: update the appdata to take care of the id change.
From AppStream docs: « In previous AppStream releases, the <id/> was used to associate metainfo files with their .desktop files to merge in data from .desktop files into the AppStream generator's final output. In modern metainfo files, the component-ID for desktop-application components can be an arbitrary string (matching the naming rules applying to all AppStream metadata), while the <launchable/> tag is used to associate .desktop files with their metainfo files. »
This commit is contained in:
@ -62,6 +62,15 @@
|
||||
</kudos>
|
||||
<project_group>GNOME</project_group>
|
||||
<translation type="gettext">gimp20</translation>
|
||||
|
||||
<launchable type="desktop-id">gimp.desktop</launchable>
|
||||
<provides>
|
||||
<binary>@GIMP_COMMAND@</binary>
|
||||
<!-- Fix the ID renaming, and things like past reviews made on the
|
||||
older ID in software installers. -->
|
||||
<id>gimp.desktop</id>
|
||||
<provides>
|
||||
|
||||
<releases>
|
||||
<!--
|
||||
<release version="2.10.0" date="TODO">
|
||||
|
Reference in New Issue
Block a user