libre.patch 961 B

123456789101112131415161718192021222324
  1. diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
  2. index d821217..a41142b 100644
  3. --- a/plugins/CMakeLists.txt
  4. +++ b/plugins/CMakeLists.txt
  5. @@ -6,7 +6,6 @@ function(kerfuffle_add_plugin plugin)
  6. endfunction()
  7. add_subdirectory( libarchive )
  8. -add_subdirectory( clirarplugin )
  9. add_subdirectory( cli7zplugin )
  10. add_subdirectory( clizipplugin )
  11. add_subdirectory( libsinglefileplugin )
  12. diff --git a/plugins/cliunarchiverplugin/CMakeLists.txt b/plugins/cliunarchiverplugin/CMakeLists.txt
  13. index df7a2b7..cc64313 100644
  14. --- a/plugins/cliunarchiverplugin/CMakeLists.txt
  15. +++ b/plugins/cliunarchiverplugin/CMakeLists.txt
  16. @@ -33,5 +33,5 @@ find_program(UNAR unar)
  17. if(UNAR)
  18. message(STATUS "Found unar executable: ${UNAR}")
  19. else()
  20. - message(WARNING "Could not find the unar executable. Ark requires unar or unrar to extract RAR archives.")
  21. + message(WARNING "Could not find the unar executable. Ark requires unar to extract RAR archives.")
  22. endif()