diff options
author | saturneric <[email protected]> | 2023-10-18 07:17:07 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-18 07:17:07 +0000 |
commit | 5cbbab71b0ea131a56de0374ccb2c29f26824e39 (patch) | |
tree | f55c4ee214169fcd852f77e65fcbed80f07e639b | |
parent | chore: change binary output dir to artifacts (diff) | |
download | GpgFrontend-5cbbab71b0ea131a56de0374ccb2c29f26824e39.tar.gz GpgFrontend-5cbbab71b0ea131a56de0374ccb2c29f26824e39.zip |
chore: remove libarchive from source code
1. it's better to get this library at system PATH
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | src/core/function/ArchiveFileOperator.cpp | 4 | ||||
m--------- | third_party/libarchive | 0 | ||||
m--------- | third_party/qt-aes | 0 | ||||
m--------- | third_party/spdlog | 0 |
5 files changed, 2 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules index 922e3e97..397da182 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,6 @@ [submodule "third_party/qt-aes"] path = third_party/qt-aes url = https://github.com/bricke/Qt-AES.git -[submodule "third_party/libarchive"] - path = third_party/libarchive - url = https://github.com/libarchive/libarchive.git [submodule "third_party/spdlog"] path = third_party/spdlog url = https://github.com/gabime/spdlog.git
\ No newline at end of file diff --git a/src/core/function/ArchiveFileOperator.cpp b/src/core/function/ArchiveFileOperator.cpp index 5c2dea82..efe824dd 100644 --- a/src/core/function/ArchiveFileOperator.cpp +++ b/src/core/function/ArchiveFileOperator.cpp @@ -28,8 +28,8 @@ #include "ArchiveFileOperator.h" -#include <libarchive/libarchive/archive.h> -#include <libarchive/libarchive/archive_entry.h> +#include <archive.h> +#include <archive_entry.h> struct ArchiveStruct { struct archive *archive; diff --git a/third_party/libarchive b/third_party/libarchive deleted file mode 160000 -Subproject 90799596b2ef2f847d669b610919e8d51a38250 diff --git a/third_party/qt-aes b/third_party/qt-aes -Subproject 27410ebf00328951cd81a6242a3e8c2d508f64a +Subproject 845e3b4d3d3873843ca26dc365232aa1aa8ea2a diff --git a/third_party/spdlog b/third_party/spdlog -Subproject 927cc29444a294d76e83dfb898e797dc431ce09 +Subproject eb3220622e73a4889eee355ffa37972b3cac3df |