mirror of https://github.com/GNOME/gimp.git
Bug 763398 - Shipping AppStream metadata file for gimp-data-extras
This commit is contained in:
parent
44d33bfd3b
commit
46843c840b
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue