diff options
Diffstat (limited to 'desktop/gimp-data-extras.metainfo.xml.in.in')
-rw-r--r-- | desktop/gimp-data-extras.metainfo.xml.in.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop/gimp-data-extras.metainfo.xml.in.in b/desktop/gimp-data-extras.metainfo.xml.in.in new file mode 100644 index 0000000..ec5427e --- /dev/null +++ b/desktop/gimp-data-extras.metainfo.xml.in.in @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2015 Jiri Eischmann <eischmann@redhat.com> --> +<component type="addon"> + <id>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> |