summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authoralxpl <[email protected]>2014-11-09 14:28:08 +0200
committeralxpl <[email protected]>2014-11-09 14:28:08 +0200
commit5aae83bdd48800e40e68324738a2172afeae570d (patch)
tree74faef257b0807664ca968263b05ee3d3fa2deb9 /data
parent6236b09768c307a010c67bcc62b58a9bf06901a6 (diff)
downloadengrampa-5aae83bdd48800e40e68324738a2172afeae570d.tar.bz2
engrampa-5aae83bdd48800e40e68324738a2172afeae570d.tar.xz
Create engrampa.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!
Diffstat (limited to 'data')
-rw-r--r--data/engrampa.appdata.xml71
1 files changed, 71 insertions, 0 deletions
diff --git a/data/engrampa.appdata.xml b/data/engrampa.appdata.xml
new file mode 100644
index 0000000..104359c
--- /dev/null
+++ b/data/engrampa.appdata.xml
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 MATE team <[email protected]> -->
+<component type="desktop">
+ <id>engrampa.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0+</project_license>
+ <name>Engrampa Archive Manager</name>
+ <summary>An Archive Manager for the MATE desktop environment</summary>
+ <description>
+ <p>
+ Engrampa is an archive manager for the MATE environment. It allows you
+ to create and modify archives, view the contents of an archive, view a
+ file contained in an archive, and extract files from archive.
+ </p>
+ <p>
+ Engrampa is only a front-end (a graphical interface) to archiving programs
+ like tar and zip. The supported file types are:
+ </p>
+ <ul>
+ <li>7-Zip Compressed File (.7z)</li>
+ <li>WinAce Compressed File (.ace)</li>
+ <li>ALZip Compressed File (.alz)</li>
+ <li>AIX Small Indexed Archive (.ar)</li>
+ <li>ARJ Compressed Archive (.arj)</li>
+ <li>Cabinet File (.cab)</li>
+ <li>UNIX CPIO Archive (.cpio)</li>
+ <li>Debian Linux Package (.deb) [Read-only mode]</li>
+ <li>ISO-9660 CD Disc Image (.iso) [Read-only mode]</li>
+ <li>Java Archive (.jar)</li>
+ <li>Java Enterprise archive (.ear)</li>
+ <li>Java Web Archive (.war)</li>
+ <li>LHA Archive (.lzh, .lha)</li>
+ <li>WinRAR Compressed Archive (.rar)</li>
+ <li>RAR Archived Comic Book (.cbr)</li>
+ <li>RPM Linux Package (.rpm) [Read-only mode]</li>
+ <li>Tape Archive File uncompressed (.tar) or compressed with: gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2),
+ compress (.tar.Z, .taz), lrzip (.tar.lrz, .tlrz), lzip (.tar.lz, .tlz), lzop (.tar.lzo, .tzo), 7zip (.tar.7z), xz (.tar.xz)
+ </li>
+ <li>Stuffit Archives (.bin, .sit)</li>
+ <li>ZIP Archive (.zip)</li>
+ <li>ZIP Archived Comic Book (.cbz)</li>
+ <li>ZOO Compressed Archive File (.zoo)</li>
+ <li>Single files compressed with gzip, bzip, bzip2, compress, lrzip, lzip, lzop, rzip, xz</li>
+ </ul>
+ <p>
+ Engrampa is a fork of File Roller and part of the MATE Desktop Environment.
+ If you would like to know more about MATE and Engrampa, please visit the
+ project's home page.
+ </p>
+ </description>
+ <screenshots>
+ <screenshot type="default">
+ <image width="960" height="540">
+ https://alexpl.fedorapeople.org/AppData/engrampa/screens/engrampa_01.png
+ </image>
+ </screenshot>
+ <screenshot>
+ <image width="960" height="540">
+ https://alexpl.fedorapeople.org/AppData/engrampa/screens/engrampa_02.png
+ </image>
+ </screenshot>
+ <screenshot>
+ <image width="960" height="540">
+ https://alexpl.fedorapeople.org/AppData/engrampa/screens/engrampa_03.png
+ </image>
+ </screenshot>
+ </screenshots>
+ <url type="homepage">http://www.mate-desktop.org</url>
+ <updatecontact>[email protected]</updatecontact>
+ <project_group>MATE</project_group>
+</component>