aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Bernardo <samuelbernardo.mail@gmail.com>2017-07-31 00:25:33 +0100
committerSamuel Bernardo <samuelbernardo.mail@gmail.com>2017-07-31 00:25:33 +0100
commita30c0d81c978d4cf3359055feefa7c1a23b7791a (patch)
tree7c9183a4a4f30b37d5d708d5403b1cd4a2e2ea97
parentmegasync update to 3.1.4 (diff)
downloadssnb-a30c0d81c978d4cf3359055feefa7c1a23b7791a.tar.gz
ssnb-a30c0d81c978d4cf3359055feefa7c1a23b7791a.tar.bz2
ssnb-a30c0d81c978d4cf3359055feefa7c1a23b7791a.zip
add missing patch for megasync
-rw-r--r--net-misc/megasync/files/MEGAsync-3.1.4.0_Linux.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/net-misc/megasync/files/MEGAsync-3.1.4.0_Linux.patch b/net-misc/megasync/files/MEGAsync-3.1.4.0_Linux.patch
new file mode 100644
index 0000000..527892c
--- /dev/null
+++ b/net-misc/megasync/files/MEGAsync-3.1.4.0_Linux.patch
@@ -0,0 +1,27 @@
+--- src/MEGAShellExtDolphin/megasync-plugin.h 2017-07-24 03:22:14.894701134 +0100
++++ src/MEGAShellExtDolphin/megasync-plugin.h 2017-07-24 03:29:22.518056652 +0100
+@@ -5,7 +5,7 @@
+ #ifndef WITH_KF5
+ #include <kabstractfileitemactionplugin.h>
+ #else
+-#include <KIOWidgets/kabstractfileitemactionplugin.h>
++#include <KF5/KIOWidgets/kabstractfileitemactionplugin.h>
+ #endif
+ #include <QLocalSocket>
+
+--- src/MEGAShellExtDolphin/megasync-plugin.cpp 2017-07-24 03:22:28.616295121 +0100
++++ src/MEGAShellExtDolphin/megasync-plugin.cpp 2017-07-24 03:31:02.382106210 +0100
+@@ -13,10 +13,10 @@
+ #else
+ #include <KPluginFactory>
+ #include <KPluginLoader>
+-#include <KIOWidgets/kabstractfileitemactionplugin.h>
++#include <KF5/KIOWidgets/kabstractfileitemactionplugin.h>
+ #include <QtNetwork/QLocalSocket>
+-#include <KIOCore/kfileitem.h>
+-#include <KIOCore/KFileItemListProperties>
++#include <KF5/KIOCore/kfileitem.h>
++#include <KF5/KIOCore/KFileItemListProperties>
+ #include <QtWidgets/QAction>
+ #include <QtCore/QDir>
+ #include <QtCore/QTimer>