diff options
author | infirit <[email protected]> | 2014-11-10 00:13:36 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-10 00:19:38 +0100 |
commit | 62ef06fb0ff90f567367207c4238ed92a965e4b3 (patch) | |
tree | 88acd623782f68d1f60b7214eb7986bdd7886913 /mate-dictionary/data/mate-dictionary.appdata.xml.in | |
parent | 893054f0fca52de51c39bb920bbfd7bf3fa1e47c (diff) | |
download | mate-utils-62ef06fb0ff90f567367207c4238ed92a965e4b3.tar.bz2 mate-utils-62ef06fb0ff90f567367207c4238ed92a965e4b3.tar.xz |
appdata: Add autotool bits for appdata
Diffstat (limited to 'mate-dictionary/data/mate-dictionary.appdata.xml.in')
-rw-r--r-- | mate-dictionary/data/mate-dictionary.appdata.xml.in | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/mate-dictionary/data/mate-dictionary.appdata.xml.in b/mate-dictionary/data/mate-dictionary.appdata.xml.in new file mode 100644 index 00000000..969fb30e --- /dev/null +++ b/mate-dictionary/data/mate-dictionary.appdata.xml.in @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2014 MATE team <[email protected]> --> +<component type="desktop"> + <id>mate-dictionary.desktop</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-2.0+</project_license> + <name>Mate Dictionary</name> + <summary>A dictionary for MATE Desktop</summary> + <description> + <p> + Mate Dictionary allows you to look up words in on-line dictionaries. + It comes preconfigured with a list of Dict servers (RFC 2229), to which + you can add your own sources, while you can select specific servers + for a specific query. + </p> + </description> + <screenshots> + <screenshot type="default"> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/mate-dictionary/screens/mate-dictionary_01.png + </image> + </screenshot> + <screenshot> + <image width="688" height="387"> + https://alexpl.fedorapeople.org/AppData/mate-dictionary/screens/mate-dictionary_02.png + </image> + </screenshot> + </screenshots> + <url type="homepage">http://www.mate-desktop.org</url> + <updatecontact>[email protected]</updatecontact> + <project_group>MATE</project_group> +</component> |