diff options
author | alxpl <[email protected]> | 2014-11-09 14:33:59 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-09 23:57:22 +0100 |
commit | 17d9905789859483fceb9248416e9942802de799 (patch) | |
tree | 31239ac5d3c07e2337b8fba07cec1bb5eaf6e8e8 | |
parent | ed392abdfa0dde7dc2bf4644dcb2f0044d84a483 (diff) | |
download | mate-utils-17d9905789859483fceb9248416e9942802de799.tar.bz2 mate-utils-17d9905789859483fceb9248416e9942802de799.tar.xz |
Create mate-disk-usage-analyzer.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!
-rw-r--r-- | baobab/data/mate-disk-usage-analyzer.appdata.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/baobab/data/mate-disk-usage-analyzer.appdata.xml b/baobab/data/mate-disk-usage-analyzer.appdata.xml new file mode 100644 index 00000000..3b79ce77 --- /dev/null +++ b/baobab/data/mate-disk-usage-analyzer.appdata.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2014 MATE team <[email protected]> --> +<component type="desktop"> + <id>mate-disk-usage-analyzer.desktop</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-2.0+</project_license> + <name>Mate Disk Usage Analyzer</name> + <summary>A disk usage analyzing tool for MATE Desktop</summary> + <description> + <p> + As its name implies, Disk Usage Analyzer is a graphical utility that you + can use to view and monitor your disk usage and folder structure. It displays + summary information in ring or treemap charts. + </p> + <p> + You can perform scans on a file system, your home or any other folder - local + or remote. There is also an option to constantly monitor any external changes + to the home directory and warn the user if a file is added/removed. + </p> + </description> + <screenshots> + <screenshot type="default"> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/mate-disk-usage-analyzer/screens/mate-disk-usage-analyzer_01.png + </image> + </screenshot> + <screenshot> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/mate-disk-usage-analyzer/screens/mate-disk-usage-analyzer_02.png + </image> + </screenshot> + </screenshots> + <url type="homepage">http://www.mate-desktop.org</url> + <updatecontact>[email protected]</updatecontact> + <project_group>MATE</project_group> +</component> |