diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-07 11:45:41 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-07 11:45:41 +0200 |
commit | 5bdf8bf176785809e41ff686a6a90b3a5a7e8037 (patch) | |
tree | a155d621850e291b0c049c22f5c1d8e45ff02602 /kde-misc/wacomtablet | |
parent | kde-misc/plasma-pass: Fix build with Qt 5.15 (diff) | |
download | gentoo-5bdf8bf176785809e41ff686a6a90b3a5a7e8037.tar.gz gentoo-5bdf8bf176785809e41ff686a6a90b3a5a7e8037.tar.bz2 gentoo-5bdf8bf176785809e41ff686a6a90b3a5a7e8037.zip |
kde-misc/wacomtablet: Fix build with Qt 5.15
Reported-by: Daniel Rammelt <d.rammelt@icloud.com>
Closes: https://bugs.gentoo.org/727408
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc/wacomtablet')
-rw-r--r-- | kde-misc/wacomtablet/files/wacomtablet-3.2.0-qt-5.15.patch | 24 | ||||
-rw-r--r-- | kde-misc/wacomtablet/wacomtablet-3.2.0.ebuild | 2 |
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-misc/wacomtablet/files/wacomtablet-3.2.0-qt-5.15.patch b/kde-misc/wacomtablet/files/wacomtablet-3.2.0-qt-5.15.patch new file mode 100644 index 000000000000..572450b0b113 --- /dev/null +++ b/kde-misc/wacomtablet/files/wacomtablet-3.2.0-qt-5.15.patch @@ -0,0 +1,24 @@ +From 4f73ff02b3efd5e8728b18fcf1067eca166704ee Mon Sep 17 00:00:00 2001 +From: Christophe Giboudeaux <christophe@krop.fr> +Date: Thu, 4 Jun 2020 16:00:38 +0200 +Subject: Fix build with Qt 5.15 + +--- + src/kcmodule/pressurecurvewidget.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/kcmodule/pressurecurvewidget.cpp b/src/kcmodule/pressurecurvewidget.cpp +index 0c943b3..f047a6c 100644 +--- a/src/kcmodule/pressurecurvewidget.cpp ++++ b/src/kcmodule/pressurecurvewidget.cpp +@@ -22,6 +22,7 @@ + //Qt includes + #include <QDebug> + #include <QPainter> ++#include <QPainterPath> + #include <QMouseEvent> + #include <QResizeEvent> + #include <QTabletEvent> +-- +cgit v1.1 + diff --git a/kde-misc/wacomtablet/wacomtablet-3.2.0.ebuild b/kde-misc/wacomtablet/wacomtablet-3.2.0.ebuild index fb00967bfb2e..9f284009c8c1 100644 --- a/kde-misc/wacomtablet/wacomtablet-3.2.0.ebuild +++ b/kde-misc/wacomtablet/wacomtablet-3.2.0.ebuild @@ -45,6 +45,8 @@ DEPEND="${RDEPEND} x11-libs/libX11 " +PATCHES=( "${FILESDIR}/${P}-qt-5.15.patch" ) + src_test() { # test needs DBus, bug 675548 local myctestargs=( |