summaryrefslogtreecommitdiffstats
path: root/kde/patch/kde-baseapps.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-12-22 15:07:05 +0100
committer Eric Hameleers <alien@slackware.com>2014-12-22 15:07:05 +0100
commiteb82fdc2eafc3d1b5f837fcda2c4903106d9d79a (patch)
tree4faf464e6ba3d915031f30be18faadb92c31d3c2 /kde/patch/kde-baseapps.patch
parent270c1ba7053478dbd1c632eea18d6e54d51e4ecc (diff)
downloadktown-eb82fdc2eafc3d1b5f837fcda2c4903106d9d79a.tar.gz
ktown-eb82fdc2eafc3d1b5f837fcda2c4903106d9d79a.tar.xz
KDE 4.8.4 for Slackware 14.0 (07jun2012)4.8.4
Diffstat (limited to 'kde/patch/kde-baseapps.patch')
-rw-r--r--kde/patch/kde-baseapps.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/kde/patch/kde-baseapps.patch b/kde/patch/kde-baseapps.patch
new file mode 100644
index 0000000..a721076
--- /dev/null
+++ b/kde/patch/kde-baseapps.patch
@@ -0,0 +1,12 @@
+# Make sure that Control+click toggles the selection state (CCBUG: 292250)
+# Only for KDE 4.8.0:
+#cat $CWD/patch/kde-baseapps/dolphin-4.8.0_ctrlclick.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
+# Fix for KDE bug 280896 (font display issue in konsole due to Qt 4.8):
+# Fixed just in time for the KDE 4.8.2 source release:
+#cat $CWD/patch/kde-baseapps/konsole-4.8.2_kdebug280896.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
+# Fix for KDE bug 297458 and 297488
+# Reduce the timeout in KItemListKeyboardSearchManager to 1 second
+#cat $CWD/patch/kde-baseapps/dolphin.kitemlistkeyboardsearchmanager.cpp.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+