From a16c3d7cd80d1be0a8efaaea034e85932db14ef5 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 9 May 2019 16:06:11 +0200 Subject: Krita: hack around tablet issues with un-patched Qt 5.12 --- kde/patch/krita.patch | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kde/patch/krita.patch') diff --git a/kde/patch/krita.patch b/kde/patch/krita.patch index e1604ab..d35dd12 100644 --- a/kde/patch/krita.patch +++ b/kde/patch/krita.patch @@ -1,3 +1,7 @@ # Fix compilation of Krita against Qt 5.9: #cat $CWD/patch/krita/krita_qt59.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +# Hack around tablet issues with un-patched Qt 5.12: +cat $CWD/patch/krita/krita_qtabletevents.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } + + -- cgit v1.2.3-65-gdbad