diff options
author | Quentin Retornaz <gentoo@retornaz.com> | 2020-10-15 17:50:06 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-10-16 07:32:46 +0300 |
commit | 98c19fb406d6fb1b90be812b0459a6c790ef6b02 (patch) | |
tree | 329cf9079e02a450a0eef657988e398517eb8007 /net-misc/seafile-client/files | |
parent | dev-python/urllib3: Keyworded 1.25.10 for ~mips, per #711762 (diff) | |
download | gentoo-98c19fb406d6fb1b90be812b0459a6c790ef6b02.tar.gz gentoo-98c19fb406d6fb1b90be812b0459a6c790ef6b02.tar.bz2 gentoo-98c19fb406d6fb1b90be812b0459a6c790ef6b02.zip |
net-misc/seafile-client: fix Qt5.15 build
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Quentin Retornaz <gentoo@retornaz.com>
Closes: https://github.com/gentoo/gentoo/pull/17938
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc/seafile-client/files')
-rw-r--r-- | net-misc/seafile-client/files/seafile-client-7.0.9-qt-5.15.patch | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/net-misc/seafile-client/files/seafile-client-7.0.9-qt-5.15.patch b/net-misc/seafile-client/files/seafile-client-7.0.9-qt-5.15.patch new file mode 100644 index 000000000000..ef9c2f7449b5 --- /dev/null +++ b/net-misc/seafile-client/files/seafile-client-7.0.9-qt-5.15.patch @@ -0,0 +1,37 @@ +https://github.com/haiwen/seafile-client/pull/1297 + +From 86ebea086c6b78738b3140c922c909331d2b9a94 Mon Sep 17 00:00:00 2001 +From: Joffrey <j-off@live.fr> +Date: Fri, 29 May 2020 15:59:11 +0000 +Subject: [PATCH] Fix build with Qt5 v5.15.0 + +--- + src/ui/events-list-view.cpp | 1 + + src/ui/private-share-dialog.cpp | 1 + + 2 files changed, 2 insertions(+) + +diff --git a/src/ui/events-list-view.cpp b/src/ui/events-list-view.cpp +index b1d04abb..09536b9e 100644 +--- a/src/ui/events-list-view.cpp ++++ b/src/ui/events-list-view.cpp +@@ -1,4 +1,5 @@ + #include <QPainter> ++#include <QPainterPath> + #include <QApplication> + #include <QPixmap> + #include <QToolTip> +diff --git a/src/ui/private-share-dialog.cpp b/src/ui/private-share-dialog.cpp +index 511d476b..284cc043 100644 +--- a/src/ui/private-share-dialog.cpp ++++ b/src/ui/private-share-dialog.cpp +@@ -2,6 +2,7 @@ + #include <QCompleter> + #include <QLineEdit> + #include <QPainter> ++#include <QPainterPath> + #include <QResizeEvent> + #include <QStringList> + #include <QStringListModel> +-- +2.26.2 + |