summaryrefslogtreecommitdiffstats
path: root/kde/patch/baloo5.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-07-30 19:36:53 +0200
committer Eric Hameleers <alien@slackware.com>2020-07-30 19:36:53 +0200
commit7737032369a268da72234fcca0bc4c0c4731b2ea (patch)
treeb1cb7313c690a73c7af61a8c71dcc647be048e52 /kde/patch/baloo5.patch
parent2a70303a4bb5ba071ad5706516a263f19b29cbc9 (diff)
downloadktown-7737032369a268da72234fcca0bc4c0c4731b2ea.tar.gz
ktown-7737032369a268da72234fcca0bc4c0c4731b2ea.tar.xz
Baloo: disable indexing by default
Diffstat (limited to 'kde/patch/baloo5.patch')
-rw-r--r--kde/patch/baloo5.patch5
1 files changed, 2 insertions, 3 deletions
diff --git a/kde/patch/baloo5.patch b/kde/patch/baloo5.patch
index 794bcd9..75aa4d1 100644
--- a/kde/patch/baloo5.patch
+++ b/kde/patch/baloo5.patch
@@ -1,3 +1,2 @@
-# Adapt to changes in KAboutData (will be fixed in next release):
-#cat $CWD/patch/baloo5/baloo-4.96.0_kaboutdata.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-
+# Disable file indexing by default in Baloo:
+cat $CWD/patch/baloo5/baloo_def_indexing_disabled.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }