aboutsummaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-12-05 08:59:12 +0000
committerSaturneric <[email protected]>2021-12-05 10:16:24 +0000
commitef06c6db41f16cc687d9aa9615bde5306418627d (patch)
tree9bab1796b919db2c0fa88e83b183a5a5c7583fcc /third_party
parentRemove rapidjson and Improve update ploicy. (diff)
downloadGpgFrontend-ef06c6db41f16cc687d9aa9615bde5306418627d.tar.gz
GpgFrontend-ef06c6db41f16cc687d9aa9615bde5306418627d.zip
Add Submodules & Update & Fixed
1. AppImage Update 2. gpgme 3. libgpg-error 4. libassuan 5. update gcc's version to 8. 6. fix build issues.
Diffstat (limited to 'third_party')
m---------third_party/AppImageUpdate0
-rw-r--r--third_party/CMakeLists.txt15
m---------third_party/gpgme0
m---------third_party/libassuan0
m---------third_party/libgpg-error0
5 files changed, 12 insertions, 3 deletions
diff --git a/third_party/AppImageUpdate b/third_party/AppImageUpdate
new file mode 160000
+Subproject 1b97acc55c89f742d51c3849eb62eb58464d866
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt
index 0a43857b..f7c031b7 100644
--- a/third_party/CMakeLists.txt
+++ b/third_party/CMakeLists.txt
@@ -1,4 +1,13 @@
-if(ESAY_LOGGING_PP)
- message(STATUS "Build EsayLoggingPP")
+if (ESAY_LOGGING_PP)
+ message(STATUS "Build easyloggingpp")
add_subdirectory(easyloggingpp)
-endif() \ No newline at end of file
+endif ()
+
+if (APP_IMAGE_UPDATE)
+ message(STATUS "Build AppImageUpdate")
+ set(USE_SYSTEM_BOOST 1)
+ set(USE_SYSTEM_XZ 1)
+ set(USE_SYSTEM_SQUASHFUSE 1)
+ set(USE_SYSTEM_LIBARCHIVE 1)
+ add_subdirectory(AppImageUpdate)
+endif () \ No newline at end of file
diff --git a/third_party/gpgme b/third_party/gpgme
new file mode 160000
+Subproject ab1d4ef580794a86da754d516db35091f6997e2
diff --git a/third_party/libassuan b/third_party/libassuan
new file mode 160000
+Subproject 335030e3d204afe33873df83c29302ff1caa021
diff --git a/third_party/libgpg-error b/third_party/libgpg-error
new file mode 160000
+Subproject 220a427b4f997ef6af1b2d4e82ef1dc96e0cd6f