summaryrefslogtreecommitdiffstats
path: root/kde/patch/konsole.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-07-30 19:45:19 +0200
committer Eric Hameleers <alien@slackware.com>2020-07-30 19:45:19 +0200
commit52b1f1cb9f8d4e1fb1fcbde59930a105a819b0b4 (patch)
tree22f1205f0276563548f2864997c82a8af7307fcd /kde/patch/konsole.patch
parent42f29689f597520389829b6d22c56ee21ace7657 (diff)
downloadktown-52b1f1cb9f8d4e1fb1fcbde59930a105a819b0b4.tar.gz
ktown-52b1f1cb9f8d4e1fb1fcbde59930a105a819b0b4.tar.xz
Cleanup unused KDE patches
Thanks to Patrick Volkerding for the effort.
Diffstat (limited to 'kde/patch/konsole.patch')
-rw-r--r--kde/patch/konsole.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/kde/patch/konsole.patch b/kde/patch/konsole.patch
deleted file mode 100644
index b296ad1..0000000
--- a/kde/patch/konsole.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-# Set TERM to 'konsole' instead of the default 'xterm-256color'
-# to prevent garbled text under certain conditions:
-# Reverted to default behaviour in 18.04.0 after Slackware did the same:
-#cat $CWD/patch/konsole/konsole.term.is.konsole.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-
-# Fix rendering of cursor if non-default theme is selected
-# (fixed post 18.12.3):
-#cat $CWD/patch/konsole/konsole.cursor.antialias.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-
-# Fix crash when closing session in KonsolePart via menu:
-# (fixed in 20.04.2)
-#cat $CWD/patch/konsole/konsole.konsolepart.segfault.closing.session.via.menu.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-
-# Fix konsolepart segfault when closing after showing context menu:
-# (fixed in 20.04.2)
-#cat $CWD/patch/konsole/konsole.konsolepart.segfault.closing.after.contextmenu.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }