diff options
author | infirit <[email protected]> | 2014-11-10 00:13:36 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-10 00:19:38 +0100 |
commit | 62ef06fb0ff90f567367207c4238ed92a965e4b3 (patch) | |
tree | 88acd623782f68d1f60b7214eb7986bdd7886913 /mate-screenshot/mate-screenshot.appdata.xml.in | |
parent | 893054f0fca52de51c39bb920bbfd7bf3fa1e47c (diff) | |
download | mate-utils-62ef06fb0ff90f567367207c4238ed92a965e4b3.tar.bz2 mate-utils-62ef06fb0ff90f567367207c4238ed92a965e4b3.tar.xz |
appdata: Add autotool bits for appdata
Diffstat (limited to 'mate-screenshot/mate-screenshot.appdata.xml.in')
-rw-r--r-- | mate-screenshot/mate-screenshot.appdata.xml.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/mate-screenshot/mate-screenshot.appdata.xml.in b/mate-screenshot/mate-screenshot.appdata.xml.in new file mode 100644 index 00000000..62df49e1 --- /dev/null +++ b/mate-screenshot/mate-screenshot.appdata.xml.in @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2014 MATE team <[email protected]> --> +<component type="desktop"> + <id>mate-screenshot.desktop</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-2.0+</project_license> + <name>Mate Screenshot</name> + <summary>A screenshot utility for MATE Desktop</summary> + <description> + <p> + Mate Screenshot is a simple utility that lets you capture screenshots + of your desktop or of application windows. You can select to copy them + to the system clipboard or save them in Portable Network Graphics (.png) + image format. + </p> + </description> + <screenshots> + <screenshot type="default"> + <image width="800" height="450"> + https://alexpl.fedorapeople.org/AppData/mate-screenshot/screens/mate-screenshot_01.png + </image> + </screenshot> + </screenshots> + <url type="homepage">http://www.mate-desktop.org</url> + <updatecontact>[email protected]</updatecontact> + <project_group>MATE</project_group> +</component> |