[Differential] [Request, 45 lines] D1098: Add support for lzipped archives

rthomsen (Ragnar Thomsen) noreply at phabricator.kde.org
Wed Mar 9 20:50:38 UTC 2016


rthomsen created this revision.
rthomsen added a reviewer: elvisangelaccio.
rthomsen set the repository for this revision to rARK Ark.
rthomsen added a project: Ark.
Herald added a subscriber: kde-utils-devel.

REVISION SUMMARY
  This diff enables readwrite support for lzipped archives in the libarchive plugin. Lzip is a file compressor and is usually used in combination with tar.
  
  One issue:
  lzip does not have a "tar.lz"-mimetype but only a "lz" mimetype (application/x-lzip). This means that when creating a new archive, the dropdown menu only shows the extention .lz, but libarchive actually creates a tar.lz archive. Do we want to add an exception and force a tar.lz filter in CreateDialog?
  
  LZip website <http://www.nongnu.org/lzip/lzip.html>

REPOSITORY
  rARK Ark

REVISION DETAIL
  https://phabricator.kde.org/D1098

AFFECTED FILES
  autotests/kerfuffle/archivetest.cpp
  autotests/kerfuffle/data/simplearchive.tar.lz
  plugins/libarchive/CMakeLists.txt
  plugins/libarchive/libarchiveplugin.cpp
  plugins/libarchive/readwritelibarchiveplugin.cpp

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: rthomsen, elvisangelaccio
Cc: kde-utils-devel, tctara


More information about the Kde-utils-devel mailing list