diff options
author | infirit <[email protected]> | 2014-11-09 22:57:55 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-09 22:57:55 +0100 |
commit | 77bbd2b161f22e3c4880bdcb5bf0b4d3e1fc4d3a (patch) | |
tree | 97a8b00cbae02cf5c2019ed4aa5a86fc69695dff /data/atril.appdata.xml.in | |
parent | 202cef3f43f1e74ff63adc33915327037553bc47 (diff) | |
download | atril-77bbd2b161f22e3c4880bdcb5bf0b4d3e1fc4d3a.tar.bz2 atril-77bbd2b161f22e3c4880bdcb5bf0b4d3e1fc4d3a.tar.xz |
appdata: Add autotool bits for appdata
Diffstat (limited to 'data/atril.appdata.xml.in')
-rw-r--r-- | data/atril.appdata.xml.in | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/data/atril.appdata.xml.in b/data/atril.appdata.xml.in new file mode 100644 index 00000000..73ec303c --- /dev/null +++ b/data/atril.appdata.xml.in @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2014 MATE team <[email protected]> --> +<component type="desktop"> + <id>atril.desktop</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-2.0+</project_license> + <name>Atril Document Viewer</name> + <summary>A Document Viewer for the MATE desktop environment</summary> + <description> + <p> + Atril is a simple multi-page document viewer. It can display and + print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI, + XPS and Portable Document Format (PDF) files, as well as comic book + archive files. When supported by the document, it also allows + searching for text, copying text to the clipboard, hypertext navigation + and table-of-contents bookmarks. + </p> + <p> + Atril is a fork of Evince and part of the MATE Desktop Environment. + If you would like to know more about MATE and Atril, please visit the + project's home page. + </p> + </description> + <screenshots> + <screenshot type="default"> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/atril/screens/atril_01.png + </image> + </screenshot> + <screenshot> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/atril/screens/atril_02.png + </image> + </screenshot> + <screenshot> + <image width="960" height="540"> + https://alexpl.fedorapeople.org/AppData/atril/screens/atril_03.png + </image> + </screenshot> + </screenshots> + <url type="homepage">http://www.mate-desktop.org</url> + <updatecontact>[email protected]</updatecontact> + <project_group>MATE</project_group> +</component> |