diff options
author | alxpl <[email protected]> | 2014-11-09 14:35:13 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-09 23:57:22 +0100 |
commit | d46ce9b74ed35055ffffc16e7ad27122347c00a4 (patch) | |
tree | a7d058ae0831d239fc45b67451d5f8a09d406955 /mate-screenshot | |
parent | 17d9905789859483fceb9248416e9942802de799 (diff) | |
download | mate-utils-d46ce9b74ed35055ffffc16e7ad27122347c00a4.tar.bz2 mate-utils-d46ce9b74ed35055ffffc16e7ad27122347c00a4.tar.xz |
Create mate-screenshot.appdata.xml
An appdata file for inclusion in the upcoming software centers as per the new freedesktop.org specs.
It should be placed in /usr/share/appdata/ similar to the way .desktop files are placed in /usr/share/applications/, e.g. if you have a "$(datadir)/applications" definition in your makefiles, you need to add a "$(datadir)/appdata" as well.
Please, skim through the file in case I made a mistake and please, include it in the 1.8 branch as well.
Thanks!
Diffstat (limited to 'mate-screenshot')
-rw-r--r-- | mate-screenshot/mate-screenshot.appdata.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/mate-screenshot/mate-screenshot.appdata.xml b/mate-screenshot/mate-screenshot.appdata.xml new file mode 100644 index 00000000..839c77a5 --- /dev/null +++ b/mate-screenshot/mate-screenshot.appdata.xml @@ -0,0 +1,32 @@ +<?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> + <p> + Pluma is extensible through a plugin system, which currently includes + support for spell checking, comparing files, viewing CVS ChangeLogs, and + adjusting indentation levels. + </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> |