[SCM] baloo packaging branch, master, updated. debian/5.28.0-1-2-g099da4a

Maximiliano Curia maxy at moszumanska.debian.org
Wed Dec 7 13:46:22 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/baloo.git;a=commitdiff;h=50d4d58

The following commit has been merged in the master branch:
commit 50d4d58028a5cbb490ab881206c60231b374622c
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Wed Dec 7 14:31:31 2016 +0100

    Add new patch: Disable-the-file-indexer-by-default.patch
---
 .../Disable-the-file-indexer-by-default.patch       | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/Disable-the-file-indexer-by-default.patch b/debian/patches/Disable-the-file-indexer-by-default.patch
new file mode 100644
index 0000000..699094c
--- /dev/null
+++ b/debian/patches/Disable-the-file-indexer-by-default.patch
@@ -0,0 +1,21 @@
+From: Maximiliano Curia <maxy at gnuservers.com.ar>
+Date: Wed, 7 Dec 2016 14:30:43 +0100
+Subject: Disable the file indexer by default
+
+---
+ src/file/fileindexerconfig.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/file/fileindexerconfig.cpp b/src/file/fileindexerconfig.cpp
+index 0e4f4c4..eae8ef5 100644
+--- a/src/file/fileindexerconfig.cpp
++++ b/src/file/fileindexerconfig.cpp
+@@ -350,7 +350,7 @@ void FileIndexerConfig::setDatabaseVersion(int version)
+ 
+ bool FileIndexerConfig::indexingEnabled() const
+ {
+-    return m_config.group("Basic Settings").readEntry("Indexing-Enabled", true);
++    return m_config.group("Basic Settings").readEntry("Indexing-Enabled", false);
+ }
+ 
+ uint FileIndexerConfig::maxUncomittedFiles()
diff --git a/debian/patches/series b/debian/patches/series
index ac6bb90..e701f57 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 disable_failing_test
 fix-822499.patch
 build_dbus_unconditionally.patch
+Disable-the-file-indexer-by-default.patch

-- 
baloo packaging



More information about the pkg-kde-commits mailing list