diff options
author | alxpl <[email protected]> | 2014-11-10 21:51:54 +0200 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2017-01-13 23:29:23 +0000 |
commit | 090b69a6b8fcc1ac23e63e994dc5818e3c3d2bdb (patch) | |
tree | 000d58798f81a316d4a5daed1ccfcf108787d970 /data | |
parent | 319717e4694bb57e9ea3057fce75d941914fe95b (diff) | |
download | mate-calc-090b69a6b8fcc1ac23e63e994dc5818e3c3d2bdb.tar.bz2 mate-calc-090b69a6b8fcc1ac23e63e994dc5818e3c3d2bdb.tar.xz |
Create mate-calc.appdata.xml
Well, you've learned the drill by now. This time I changed "Mate" to "MATE". The screenshots probably won't look too good, due to mate-calc being unresizable, but at least they'll be there until galculator comes along.
This is the last file, please let me know if you need anything else.
It's been a pleasure
Diffstat (limited to 'data')
-rw-r--r-- | data/mate-calc.appdata.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/data/mate-calc.appdata.xml b/data/mate-calc.appdata.xml new file mode 100644 index 0000000..13c634f --- /dev/null +++ b/data/mate-calc.appdata.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2014 MATE team <[email protected]> --> +<component type="desktop"> + <id>mate-calc.desktop</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-2.0+</project_license> + <name>MATE Calc</name> + <summary>MATE Desktop calculator</summary> + <description> + <p> + MATE Calc is a powerful graphical calculator with financial, + logical and scientific modes. It uses a multiple precision package + to do its arithmetic to give a high degree of accuracy. + </p> + <p> + MATE Calc is a fork of GNOME Calc and part of the MATE Desktop Environment. + If you would like to know more about MATE and MATE Calc, please visit the + project's home page. + </p> + </description> + <screenshots> + <screenshot type="default"> + <image width="314" height="247"> + https://alexpl.fedorapeople.org/AppData/mate-calc/screens/mate-calc_01.png + </image> + </screenshot> + <screenshot> + <image width="564" height="308"> + https://alexpl.fedorapeople.org/AppData/mate-calc/screens/mate-calc_02.png + </image> + </screenshot> + <screenshot> + <image width="514" height="374"> + https://alexpl.fedorapeople.org/AppData/mate-calc/screens/mate-calc_03.png + </image> + </screenshot> + </screenshots> + <url type="homepage">http://www.mate-desktop.org</url> + <updatecontact>[email protected]</updatecontact> + <project_group>MATE</project_group> +</component> |