summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-09-08 22:54:18 +0200
committer Eric Hameleers <alien@slackware.com>2018-09-08 22:54:18 +0200
commit6ec8d1f30c2cb968491159bd349a6a22256925e5 (patch)
treed85218f1f30dbdd3a519d5c53b74e4e0a9f43e2e
parent04fb33949eb9028614478875414f7901d1c089f9 (diff)
downloadktown-6ec8d1f30c2cb968491159bd349a6a22256925e5.tar.gz
ktown-6ec8d1f30c2cb968491159bd349a6a22256925e5.tar.xz
Disable patch that has been applied upstream
-rw-r--r--kde/patch/kscreenlocker.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/kde/patch/kscreenlocker.patch b/kde/patch/kscreenlocker.patch
index 7e48859..72d2177 100644
--- a/kde/patch/kscreenlocker.patch
+++ b/kde/patch/kscreenlocker.patch
@@ -6,7 +6,8 @@
# Force software rendering when greeter crashed:
cat $CWD/patch/kscreenlocker/kscreenlocker_crash_force_softrender.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
# Load QtQuickSettings for software rendering (KDEBUG #347772):
-cat $CWD/patch/kscreenlocker/kscreenlocker_rendersettings.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+# Applied in Plasma 5.13.5:
+#cat $CWD/patch/kscreenlocker/kscreenlocker_rendersettings.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }