[file-roller] added lrzip mime types to .desktop and README files



commit 5abe0f5a5cb69eca36490ab711d041c00f033bb2
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon May 3 13:42:09 2010 +0200

    added lrzip mime types to .desktop and README files

 README                         |   21 +++++++++++----------
 data/file-roller.desktop.in.in |    2 +-
 data/packages.match            |    1 +
 3 files changed, 13 insertions(+), 11 deletions(-)
---
diff --git a/README b/README
index 5c0802f..1ce5348 100644
--- a/README
+++ b/README
@@ -7,8 +7,8 @@
 * What is it ?
 
   File Roller is an archive manager for the GNOME environment.  This means
-  that you can create and modify archives; view the content of an archive; 
-  view and modify a file contained in the archive; extract files from the 
+  that you can create and modify archives; view the content of an archive;
+  view and modify a file contained in the archive; extract files from the
   archive.
 
   File Roller is only a front-end (a graphical interface) to archiving programs
@@ -30,12 +30,13 @@
     * RAR Archived Comic Book (.cbr)
     * RPM Linux Package (.rpm) [Read-only mode]
     * Tape Archive File:
-          * uncompressed (.tar) 
+          * 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)
@@ -44,8 +45,8 @@
     * ZIP Archive (.zip)
     * ZIP Archived Comic Book (.cbz)
     * ZOO Compressed Archive File (.zoo)
-    * Single files compressed with gzip, bzip, bzip2, compress, lzip, lzop, 
-      rzip, xz.
+    * Single files compressed with gzip, bzip, bzip2, compress, lrzip, lzip,
+      lzop, rzip, xz.
 
 * Home Page
 
@@ -54,16 +55,16 @@
 * Licensing
 
   This program is released under the terms of the GNU General Public
-  License (GNU GPL) version 2 or greater.  
+  License (GNU GPL) version 2 or greater.
   You can find a copy of the license in the file COPYING.
 
 * Dependencies
 
-  In order to build this program from the source code you need a working 
+  In order to build this program from the source code you need a working
   GNOME environment version 2.x, with the development tools installed
-  properly. 
+  properly.
 
-  Also you need the following libraries: 
+  Also you need the following libraries:
   	* glib >= 2.16.0
   	* gtk+ >= 2.12.0
   	* libgnome >= 2.6.0
@@ -73,6 +74,6 @@
 
 * Install
 
-  ./configure 
+  ./configure
   make
   make install
diff --git a/data/file-roller.desktop.in.in b/data/file-roller.desktop.in.in
index 7056bd4..4008f8b 100644
--- a/data/file-roller.desktop.in.in
+++ b/data/file-roller.desktop.in.in
@@ -8,7 +8,7 @@ Terminal=false
 Type=Application
 Icon=file-roller
 Categories=GTK;GNOME;Utility;Archiving;Compression;
-MimeType=application/x-7z-compressed;application/x-7z-compressed-tar;application/x-ace;application/x-alz;application/x-ar;application/x-arj;application/x-bzip;application/x-bzip-compressed-tar;application/x-bzip1;application/x-bzip1-compressed-tar;application/x-cabinet;application/x-cbr;application/x-cbz;application/x-cd-image;application/x-compress;application/x-compressed-tar;application/x-cpio;application/x-deb;application/x-ear;application/x-ms-dos-executable;application/x-gtar;application/x-gzip;application/x-gzpostscript;application/x-java-archive;application/x-lha;application/x-lhz;application/x-lzip;application/x-lzip-compressed-tar;application/x-lzma;application/x-lzma-compressed-tar;application/x-lzop;application/x-lzop-compressed-tar;application/x-rar;application/x-rar-compressed;application/x-rpm;application/x-rzip;application/x-tar;application/x-tarz;application/x-stuffit;application/x-war;application/x-xz;application/x-xz-compressed-tar;application/x-zip;applic
 ation/x-zip-compressed;application/x-zoo;application/zip;
+MimeType=application/x-7z-compressed;application/x-7z-compressed-tar;application/x-ace;application/x-alz;application/x-ar;application/x-arj;application/x-bzip;application/x-bzip-compressed-tar;application/x-bzip1;application/x-bzip1-compressed-tar;application/x-cabinet;application/x-cbr;application/x-cbz;application/x-cd-image;application/x-compress;application/x-compressed-tar;application/x-cpio;application/x-deb;application/x-ear;application/x-ms-dos-executable;application/x-gtar;application/x-gzip;application/x-gzpostscript;application/x-java-archive;application/x-lha;application/x-lhz;application/x-lrzip;application/x-lrzip-compressed-tar;application/x-lzip;application/x-lzip-compressed-tar;application/x-lzma;application/x-lzma-compressed-tar;application/x-lzop;application/x-lzop-compressed-tar;application/x-rar;application/x-rar-compressed;application/x-rpm;application/x-rzip;application/x-tar;application/x-tarz;application/x-stuffit;application/x-war;application/x-xz;a
 pplication/x-xz-compressed-tar;application/x-zip;application/x-zip-compressed;application/x-zoo;application/zip;
 X-GNOME-DocPath=file-roller/file-roller.xml
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=file-roller
diff --git a/data/packages.match b/data/packages.match
index d5aac1c..2a200d5 100644
--- a/data/packages.match
+++ b/data/packages.match
@@ -6,6 +6,7 @@ cpio=
 genisoimage=
 gzip=
 lha=
+lrzip=
 lzip=
 lzma=
 lzop=



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]