Revision f8a2d09...

Go back to digest for 6th November 2011

Bug Fixes in Utilities

Jonathan Marten committed changes in [ark] /:

Restore the ability to use Ark as an embedded KPart

To support that, automatically generate the MIME type list
in the application, part and Konqueror plugin desktop files.
This keeps the long list of MIME types consistent and up-to-date.

Each plugin declares the MIME types that it supports in its
CMakeLists.txt file, either fixed, or depending on configuration.
This is inserted into the plugin's own desktop file, and the overall
list for all plugins is inserted into the top level desktop files.

Explicitly check for libarchive RPM support, rather than looking
for a specific library version. The test that we really want is
for a library version greater or equal, but CMake doesn't support
that directly (and CMake 2.6 not easily).

REVIEW:102803

Original review at http://svn.reviewboard.kde.org/r/5405/

File Changes

Modified 13 files
  •   CMakeLists.txt
  •   app/CMakeLists.txt
  •   part/CMakeLists.txt
  •   plugins/CMakeLists.txt
  •   cmake/modules/FindLibArchive.cmake
  •   plugins/cli7zplugin/CMakeLists.txt
  •   plugins/clilhaplugin/CMakeLists.txt
  •   plugins/clirarplugin/CMakeLists.txt
  •   plugins/clizipplugin/CMakeLists.txt
  •   plugins/karchiveplugin/CMakeLists.txt
  •   plugins/libarchive/CMakeLists.txt
  •   plugins/libarchive/kerfuffle_libarchive_readonly.desktop.cmake
  •   plugins/libsinglefileplugin/CMakeLists.txt
13 files changed in total