diff options
author | alxpl <[email protected]> | 2014-11-09 14:38:32 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-09 23:57:22 +0100 |
commit | c8600e879c7db1a351d46109e1f06993a31b493a (patch) | |
tree | c81b5103bd91451a9368952c0f2bbb01b76cafd8 | |
parent | d46ce9b74ed35055ffffc16e7ad27122347c00a4 (diff) | |
download | mate-utils-c8600e879c7db1a351d46109e1f06993a31b493a.tar.bz2 mate-utils-c8600e879c7db1a351d46109e1f06993a31b493a.tar.xz |
Create mate-search-tool.appdata.xml
(Should this have been placed in the data folder?)
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-- | gsearchtool/mate-search-tool.appdata.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/gsearchtool/mate-search-tool.appdata.xml b/gsearchtool/mate-search-tool.appdata.xml new file mode 100644 index 00000000..2b4eaeba --- /dev/null +++ b/gsearchtool/mate-search-tool.appdata.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2014 MATE team <[email protected]> --> +<component type="desktop"> + <id>mate-search-tool.desktop</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-2.0+</project_license> + <name>Mate Search Tool</name> + <summary>A file searching tool for MATE Desktop</summary> + <description> + <p> + Mate Search Tool is a simple but powerful utility that allows you to + search for files and folders on any mounted file system. Its interface + gives you instant access to a wide variety of parameters for each search, + such as text contained within a file, ownership, date of modification, + file size, folder exclusion, etc.. + </p> + </description> + <screenshots> + <screenshot type="default"> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/mate-search-tool/screens/mate-search-tool_01.png + </image> + </screenshot> + <screenshot> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/mate-search-tool/screens/mate-search-tool_02.png + </image> + </screenshot> + </screenshots> + <url type="homepage">http://www.mate-desktop.org</url> + <updatecontact>[email protected]</updatecontact> + <project_group>MATE</project_group> +</component> |