Bug 763398 - Shipping AppStream metadata file for gimp-data-extras

This commit is contained in:
Jiri Eischmann 2017-06-17 03:33:16 +03:00 committed by Alexandre Prokoudine
parent 44d33bfd3b
commit 46843c840b
2 changed files with 17 additions and 1 deletions

View file

@ -4,7 +4,9 @@ desktop_in_files = gimp.desktop.in.in
desktop_files = $(desktop_in_files:.desktop.in.in=.desktop)
appdata_in_files = gimp.appdata.xml.in
appdata_files = $(appdata_in_files:.appdata.xml.in=.appdata.xml)
appdata_files = \
$(appdata_in_files:.appdata.xml.in=.appdata.xml) \
gimp-data-extras.metainfo.xml
if DESKTOP_DATADIR

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2015 Jiri Eischmann <eischmann@redhat.com>
-->
<component type="addon">
<id>gimp-data-extras</id>
<extends>gimp.desktop</extends>
<name>Extra files for GIMP</name>
<summary>Patterns, gradients, and other extra files for GIMP</summary>
<url type="homepage">http://www.gimp.org/</url>
<url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=GIMP</url>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<updatecontact>alexandre.prokoudine@gmail.com</updatecontact>
</component>