libre.patch 1.3 KB

123456789101112131415161718192021222324252627282930
  1. diff -Nur a/autotests/plugins/CMakeLists.txt b/autotests/plugins/CMakeLists.txt
  2. --- a/autotests/plugins/CMakeLists.txt 2020-09-01 01:02:37.000000000 +0600
  3. +++ b/autotests/plugins/CMakeLists.txt 2020-10-03 15:05:01.579952909 +0600
  4. @@ -1,4 +1,3 @@
  5. add_subdirectory(clizipplugin)
  6. add_subdirectory(cli7zplugin)
  7. -add_subdirectory(clirarplugin)
  8. add_subdirectory(cliunarchiverplugin)
  9. diff -Nur a/plugins/cliunarchiverplugin/CMakeLists.txt b/plugins/cliunarchiverplugin/CMakeLists.txt
  10. --- a/plugins/cliunarchiverplugin/CMakeLists.txt 2020-09-01 01:02:37.000000000 +0600
  11. +++ b/plugins/cliunarchiverplugin/CMakeLists.txt 2020-10-03 14:38:42.274026232 +0600
  12. @@ -33,5 +33,5 @@
  13. if(UNAR)
  14. message(STATUS "Found unar executable: ${UNAR}")
  15. else()
  16. - message(WARNING "Could not find the unar executable. Ark requires unar or unrar to extract RAR archives.")
  17. + message(WARNING "Could not find the unar executable. Ark requires unar to extract RAR archives.")
  18. endif()
  19. diff -Nur a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
  20. --- a/plugins/CMakeLists.txt 2020-09-01 01:02:37.000000000 +0600
  21. +++ b/plugins/CMakeLists.txt 2020-10-03 14:38:31.352026739 +0600
  22. @@ -6,7 +6,6 @@
  23. endfunction()
  24. add_subdirectory( libarchive )
  25. -add_subdirectory( clirarplugin )
  26. add_subdirectory( cli7zplugin )
  27. add_subdirectory( clizipplugin )
  28. add_subdirectory( libsinglefileplugin )