diff options
author | 2020-10-04 20:34:12 +0200 | |
---|---|---|
committer | 2020-10-05 16:21:40 -0400 | |
commit | ff37c2c1cbd5798ee4c5306429d8b0977b6cc64b (patch) | |
tree | 35107f2554d70c112f865e893bc13aa129541cbb /net-misc/cernbox-client/files | |
parent | sci-mathematics/tisean sci-biology/DisEMBL drop (diff) | |
download | sci-ff37c2c1cbd5798ee4c5306429d8b0977b6cc64b.tar.gz sci-ff37c2c1cbd5798ee4c5306429d8b0977b6cc64b.tar.bz2 sci-ff37c2c1cbd5798ee4c5306429d8b0977b6cc64b.zip |
net-misc/cernbox-client: Bump to version 2.6.3.14058.
This commit also drops the old version in one commit,
since it was broken in any case (fetching failed).
It also adds myself as maintainer.
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'net-misc/cernbox-client/files')
-rw-r--r-- | net-misc/cernbox-client/files/owncloud-client-2.6.3.14058-qt515.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/cernbox-client/files/owncloud-client-2.6.3.14058-qt515.patch b/net-misc/cernbox-client/files/owncloud-client-2.6.3.14058-qt515.patch new file mode 100644 index 000000000..57dd20938 --- /dev/null +++ b/net-misc/cernbox-client/files/owncloud-client-2.6.3.14058-qt515.patch @@ -0,0 +1,11 @@ +diff -Naur owncloudclient-2.6.3.14058.orig/src/libsync/networkjobs.cpp owncloudclient-2.6.3.14058/src/libsync/networkjobs.cpp +--- owncloudclient-2.6.3.14058.orig/src/libsync/networkjobs.cpp 2020-06-12 14:35:04.000000000 +0200 ++++ owncloudclient-2.6.3.14058/src/libsync/networkjobs.cpp 2020-06-13 11:18:28.822842347 +0200 +@@ -31,6 +31,7 @@ + #include <QJsonObject> + #ifndef TOKEN_AUTH_ONLY + #include <QPainter> ++#include <QPainterPath> + #endif + + #include "networkjobs.h" |