diff options
author | infirit <[email protected]> | 2014-11-10 11:49:05 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-10 11:49:05 +0100 |
commit | 903865df3d570360daef4418b3b890d476ef5bb7 (patch) | |
tree | b320b094bb13e5de7b97112896f68eb78f03ad5c /mate-system-monitor.appdata.xml.in | |
parent | 4764573bf980bef47f4269bd4fc25d6cf208076e (diff) | |
download | mate-system-monitor-903865df3d570360daef4418b3b890d476ef5bb7.tar.bz2 mate-system-monitor-903865df3d570360daef4418b3b890d476ef5bb7.tar.xz |
appdata: Add autotool bits for appdata
Diffstat (limited to 'mate-system-monitor.appdata.xml.in')
-rw-r--r-- | mate-system-monitor.appdata.xml.in | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/mate-system-monitor.appdata.xml.in b/mate-system-monitor.appdata.xml.in new file mode 100644 index 0000000..efa0f9a --- /dev/null +++ b/mate-system-monitor.appdata.xml.in @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2014 MATE team <[email protected]> --> +<component type="desktop"> + <id>mate-system-monitor.desktop</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-2.0+</project_license> + <name>Mate System Monitor</name> + <summary>A Process and resource monitor for MATE Desktop</summary> + <description> + <p> + Mate System Monitor allows to graphically view and manipulate the running + processes on your system. It also provides an overview of available resources, + such as CPU and memory. + </p> + <p> + Mate System Monitor is a fork of GNOME System Monitor and part of the MATE + Desktop Environment. If you would like to know more about MATE and System Monitor, + please visit the project's home page. + </p> + </description> + <screenshots> + <screenshot type="default"> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/mate-system-monitor/screens/mate-system-monitor_01.png + </image> + </screenshot> + <screenshot> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/mate-system-monitor/screens/mate-system-monitor_02.png + </image> + </screenshot> + <screenshot> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/mate-system-monitor/screens/mate-system-monitor_03.png + </image> + </screenshot> + </screenshots> + <url type="homepage">http://www.mate-desktop.org</url> + <updatecontact>[email protected]</updatecontact> + <project_group>MATE</project_group> +</component> |