Last active
February 15, 2020 22:03
-
-
Save mercutiodesign/9eb3dbb5f063cc78a19d3fa343b67ced to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/PKGBUILD b/PKGBUILD | |
index 3dce3fa..955dba7 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -7,7 +7,7 @@ | |
pkgname=freefilesync | |
pkgver=10.20 | |
-pkgrel=1 | |
+pkgrel=2 | |
pkgdesc="Backup software to synchronize files and folders" | |
arch=('i686' 'x86_64') | |
url="https://freefilesync.org" | |
@@ -19,17 +19,15 @@ source=( | |
revert_xdg_config_path.patch | |
revert_bulk_append.patch | |
revert_linkflags.patch | |
- fix_missing_includes_and_compile_targets.patch | |
FreeFileSync.desktop | |
RealTimeSync.desktop | |
dlagent | |
) | |
-sha256sums=('8f46e0d64732e6735d88051c55219e0881750c958d71a139db15040d3e71b7fa' | |
+sha256sums=('34d04deaf8abcd1177aa9e0349bfeb8d8e8689d9b40656e9e8da1c32c7d3389d' | |
'bd2b786be724818cf232129ecd432f305a5fdecc298a3e503a1e9182cad6a707' | |
'2ea1f157ab31feb18b0d8ac117a1820174a4b2b9bdaee2027c1fbc2c287e1caa' | |
'd3dedc100163ce00ae5889a6039a1fff11ae32b676ae5e83ae9182509f80638d' | |
- '22dcce4f1b99bcfe92a4a2e4e9dada319baa3716b363aa3689ad2cb14d46fd51' | |
'590d87707240529ca893199f852143f5d7c7266cb050e37e615900b013ac3d51' | |
'82439b4b81b0a72652befad9b9db52ffbc0180f307c92205aa5ab344f9f82830' | |
'1649e7ea66235c6f82daf9beb6b61b7765df54e9ef70f7f6fc1283f5c2b1e54a') | |
diff --git a/fix_missing_includes_and_compile_targets.patch b/fix_missing_includes_and_compile_targets.patch | |
deleted file mode 100644 | |
index cdcafdd..0000000 | |
--- a/fix_missing_includes_and_compile_targets.patch | |
+++ /dev/null | |
@@ -1,23 +0,0 @@ | |
-diff -r -u a/FreeFileSync/Source/base/log_file.cpp b/FreeFileSync/Source/base/log_file.cpp | |
---- a/FreeFileSync/Source/base/log_file.cpp 2020-02-14 19:02:05.000000000 +0100 | |
-+++ b/FreeFileSync/Source/base/log_file.cpp 2020-02-15 12:52:40.340265109 +0100 | |
-@@ -6,6 +6,8 @@ | |
- | |
- #include "log_file.h" | |
- #include <zen/file_io.h> | |
-+#include <zen/http.h> | |
-+#include <zen/system.h> | |
- #include <wx/datetime.h> | |
- #include "ffs_paths.h" | |
- #include "../afs/concrete.h" | |
-diff -r -u a/FreeFileSync/Source/Makefile b/FreeFileSync/Source/Makefile | |
---- a/FreeFileSync/Source/Makefile 2020-02-15 12:50:45.429040498 +0100 | |
-+++ b/FreeFileSync/Source/Makefile 2020-02-15 12:58:39.131372522 +0100 | |
-@@ -93,6 +93,7 @@ | |
- CPP_FILES+=../../zen/shutdown.cpp | |
- CPP_FILES+=../../zen/thread.cpp | |
- CPP_FILES+=../../zen/zlib_wrap.cpp | |
-+CPP_FILES+=../../zen/system.cpp | |
- CPP_FILES+=../../wx+/file_drop.cpp | |
- CPP_FILES+=../../wx+/grid.cpp | |
- CPP_FILES+=../../wx+/image_tools.cpp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment