~ubuntu-branches/ubuntu/quantal/ark/quantal

« back to all changes in this revision

Viewing changes to plugins/libarchive/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-06-06 18:50:49 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120606185049-z43lsy5wwp3wtrgt
Tags: 4:4.8.80-0ubuntu1
* Merge with Debian git repository, remaining changes:
  - Suggest instead of recommend p7zip-full
  - Add and install utilities-file-archiver.xpm
* New upstream beta release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
if(HAVE_LIBARCHIVE_RPM_SUPPORT)
7
7
  set(SUPPORTED_LIBARCHIVE_READONLY_MIMETYPES "${SUPPORTED_LIBARCHIVE_READONLY_MIMETYPES}application/x-rpm;")
8
8
endif(HAVE_LIBARCHIVE_RPM_SUPPORT)
 
9
if(HAVE_LIBARCHIVE_CAB_SUPPORT)
 
10
  set(SUPPORTED_LIBARCHIVE_READONLY_MIMETYPES "${SUPPORTED_LIBARCHIVE_READONLY_MIMETYPES}application/vnd.ms-cab-compressed;")
 
11
endif(HAVE_LIBARCHIVE_CAB_SUPPORT)
9
12
 
10
13
# This MIME type was originally set in ark.desktop but is not mentioned anywhere else.
11
14
# Assuming that, if it were supported, it would be here.