summaryrefslogtreecommitdiffstats
path: root/kde/patch/kde-baseapps.patch
diff options
context:
space:
mode:
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 ; }
+