diff options
author | alxpl <[email protected]> | 2014-11-09 14:26:22 +0200 |
---|---|---|
committer | alxpl <[email protected]> | 2014-11-09 14:26:22 +0200 |
commit | 6552ae30564e045c2cf30dc3f3f7700fe5498d2b (patch) | |
tree | d5e1ec77ff861b904ae599c0cf86fc4b269c26bc | |
parent | 38ac39670151f9d8d1c689d3f6d16570a18290e9 (diff) | |
download | caja-6552ae30564e045c2cf30dc3f3f7700fe5498d2b.tar.bz2 caja-6552ae30564e045c2cf30dc3f3f7700fe5498d2b.tar.xz |
Create caja.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-- | data/caja.appdata.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/data/caja.appdata.xml b/data/caja.appdata.xml new file mode 100644 index 00000000..1e084f6c --- /dev/null +++ b/data/caja.appdata.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2014 MATE team <[email protected]> --> +<component type="desktop"> + <id>caja.desktop</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-2.0+</project_license> + <name>Caja</name> + <summary>File manager for the MATE desktop environment</summary> + <description> + <p> + Caja is the official file manager for the MATE desktop. It allows for + browsing directories, as well as previewing files and launching applications + associated with them. It is also responsible for handling the icons on + the MATE desktop. It works on local and remote file systems. + </p> + <p> + Caja is extensible through a plugin system, similar to that of GNOME Nautilus, + of which Caja is a fork. + </p> + </description> + <screenshots> + <screenshot type="default"> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/caja/screens/caja_01.png + </image> + </screenshot> + <screenshot> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/caja/screens/caja_02.png + </image> + </screenshot> + <screenshot> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/caja/screens/caja_03.png + </image> + </screenshot> + </screenshots> + <url type="homepage">http://www.mate-desktop.org</url> + <updatecontact>[email protected]</updatecontact> + <project_group>MATE</project_group> +</component> |