From 5aae83bdd48800e40e68324738a2172afeae570d Mon Sep 17 00:00:00 2001 From: alxpl Date: Sun, 9 Nov 2014 14:28:08 +0200 Subject: 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! --- data/engrampa.appdata.xml | 71 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 data/engrampa.appdata.xml 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 @@ + + + + engrampa.desktop + CC0-1.0 + GPL-2.0+ + Engrampa Archive Manager + An Archive Manager for the MATE desktop environment + +

+ 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. +

+

+ Engrampa is only a front-end (a graphical interface) to archiving programs + like tar and zip. The supported file types are: +

+
    +
  • 7-Zip Compressed File (.7z)
  • +
  • WinAce Compressed File (.ace)
  • +
  • ALZip Compressed File (.alz)
  • +
  • AIX Small Indexed Archive (.ar)
  • +
  • ARJ Compressed Archive (.arj)
  • +
  • Cabinet File (.cab)
  • +
  • UNIX CPIO Archive (.cpio)
  • +
  • Debian Linux Package (.deb) [Read-only mode]
  • +
  • ISO-9660 CD Disc Image (.iso) [Read-only mode]
  • +
  • Java Archive (.jar)
  • +
  • Java Enterprise archive (.ear)
  • +
  • Java Web Archive (.war)
  • +
  • LHA Archive (.lzh, .lha)
  • +
  • WinRAR Compressed Archive (.rar)
  • +
  • RAR Archived Comic Book (.cbr)
  • +
  • RPM Linux Package (.rpm) [Read-only mode]
  • +
  • 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) +
  • +
  • Stuffit Archives (.bin, .sit)
  • +
  • ZIP Archive (.zip)
  • +
  • ZIP Archived Comic Book (.cbz)
  • +
  • ZOO Compressed Archive File (.zoo)
  • +
  • Single files compressed with gzip, bzip, bzip2, compress, lrzip, lzip, lzop, rzip, xz
  • +
+

+ 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. +

+
+ + + + https://alexpl.fedorapeople.org/AppData/engrampa/screens/engrampa_01.png + + + + + https://alexpl.fedorapeople.org/AppData/engrampa/screens/engrampa_02.png + + + + + https://alexpl.fedorapeople.org/AppData/engrampa/screens/engrampa_03.png + + + + http://www.mate-desktop.org + mate-dev@ml.mate-desktop.org + MATE +
-- cgit v1.2.1