debian/0000775000000000000000000000000012323232265007170 5ustar debian/libbalooxapian4.install0000664000000000000000000000003512323232263013624 0ustar usr/lib/libbalooxapian.so.4* debian/libbaloopim4.install0000664000000000000000000000003212323232263013126 0ustar usr/lib/libbaloopim.so.4* debian/patches/0000775000000000000000000000000012323232263010615 5ustar debian/patches/upstream_FileIndexingQueue-Catch-exception.patch0000664000000000000000000000210112323232263022136 0ustar commit a7386f97164dbc9b67e032ed57ffe563d5d41ba9 Author: Vishesh Handa Date: Tue Apr 15 15:22:00 2014 +0200 FileIndexingQueue: Catch exception This can happen in the case when the extractor fails to index a file and at the same time managed to remove the indexed data from the xapian db. So weird. diff --git a/src/file/fileindexingqueue.cpp b/src/file/fileindexingqueue.cpp index 6c1e946..bfce37e 100644 --- a/src/file/fileindexingqueue.cpp +++ b/src/file/fileindexingqueue.cpp @@ -98,10 +98,13 @@ void FileIndexingQueue::slotFinishedIndexingFile(KJob*) void FileIndexingQueue::slotIndexingFailed(uint id) { m_db->xapianDatabase()->db()->reopen(); - Xapian::Document doc = m_db->xapianDatabase()->db()->get_document(id); - - updateIndexingLevel(doc, -1); - Q_EMIT newDocument(id, doc); + Xapian::Document doc; + try { + Xapian::Document doc = m_db->xapianDatabase()->db()->get_document(id); + updateIndexingLevel(doc, -1); + Q_EMIT newDocument(id, doc); + } catch (const Xapian::Error& err) { + } } debian/patches/series0000664000000000000000000000014712323232263012034 0ustar upstream_catch_more_exceptions_emailsearchstore.patch upstream_FileIndexingQueue-Catch-exception.patch debian/patches/upstream_catch_more_exceptions_emailsearchstore.patch0000664000000000000000000000101212323232263023527 0ustar Index: baloo-4.13.0/src/pim/search/email/emailsearchstore.cpp =================================================================== --- baloo-4.13.0.orig/src/pim/search/email/emailsearchstore.cpp 2014-04-09 12:33:16.000000000 +0200 +++ baloo-4.13.0/src/pim/search/email/emailsearchstore.cpp 2014-04-15 11:45:22.754275526 +0200 @@ -105,7 +105,7 @@ try { data = doc.get_data(); } - catch (const Xapian::DatabaseError&) { + catch (const Xapian::Error&) { // Nothing to do, move along } debian/rules0000775000000000000000000000040312323232263010243 0ustar #!/usr/bin/make -f include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk override_dh_strip: dh_strip --dbg-package=baloo-dbg .PHONY: override_dh_auto_test override_dh_shlibdeps: $(overridden_command) -- -xbaloo -xkde-runtime -xkdepim-runtime debian/libbaloocore4.install0000664000000000000000000000003312323232263013272 0ustar usr/lib/libbaloocore.so.4* debian/source/0000775000000000000000000000000012323232263010466 5ustar debian/source/format0000664000000000000000000000001412323232263011674 0ustar 3.0 (quilt) debian/libbaloopim4.lintian-overrides0000664000000000000000000000010112323232263015113 0ustar libbaloopim4: symbols-declares-dependency-on-other-package baloo debian/changelog0000664000000000000000000000443612323232263011047 0ustar baloo (4:4.13.0-0ubuntu3) trusty; urgency=medium * Add upstream_FileIndexingQueue-Catch-exception.patch catching more xapian exceptions prevening baloo_file crashes. -- Harald Sitter Tue, 15 Apr 2014 15:30:33 +0200 baloo (4:4.13.0-0ubuntu2) trusty; urgency=medium * Add upstream_catch_more_exceptions_emailsearchstore.patch from upstream expanding the exception catching to prevent krunner crashes on random searches -- Harald Sitter Tue, 15 Apr 2014 11:45:50 +0200 baloo (4:4.13.0-0ubuntu1) trusty; urgency=medium * New upstream KDE Software Compilation release -- Jonathan Riddell Thu, 10 Apr 2014 21:32:59 +0100 baloo (4:4.12.97-0ubuntu4) trusty; urgency=medium * Yet more upstream commit imports. Adding patches 50 to 56 in upstream_git/ * Explicitly do not apply upstream_git/0050-Prepare-4.13.0.patch as it causes an implicit dependency bump which we cannot fullfill at this time. -- Harald Sitter Wed, 09 Apr 2014 16:31:31 +0200 baloo (4:4.12.97-0ubuntu3) trusty; urgency=medium * Add upstream_git/0049-XapianDatabase-Catch-more-exceptions.patch fixing a crash when changing the file rating in dolphin. -- Harald Sitter Tue, 08 Apr 2014 13:10:09 +0200 baloo (4:4.12.97-0ubuntu2) trusty; urgency=medium * Blanket import fixes between 4.12.97 and current git KDE/4.13 in debian/patches/upstream_git/ -- Harald Sitter Mon, 07 Apr 2014 12:35:02 +0200 baloo (4:4.12.97-0ubuntu1) trusty; urgency=medium * New upstream release candidate -- Philip Muškovac Wed, 02 Apr 2014 11:04:27 +0200 baloo (4:4.12.95-0ubuntu1) trusty; urgency=medium [ Rohan Garg ] * New upstream beta release [ Philip Muškovac ] * Add new symbols -- Rohan Garg Sun, 23 Mar 2014 11:51:35 +0100 baloo (4:4.12.90-0ubuntu1) trusty; urgency=low [ Jonathan Riddell ] * Initial release * Don't depend on baloo, kde-runtime, kdepim-runtime to stop circular deps * baloo-dev doesn't depend on baloo to stop circular deps [ Scarlett Clark ] * Fix copyright * Create and fix symbols. -- Jonathan Riddell Wed, 19 Mar 2014 10:30:39 +0000 debian/libbaloopim4.symbols0000664000000000000000000001211212323232263013152 0ustar # SymbolsHelper-Confirmed: 4:4.12.97 amd64 libbaloopim.so.4 libbaloopim4 #MINVER#, baloo _ZN5Baloo3PIM10EmailQuery11addInvolvesERK7QString@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery11bodyMatchesERK7QString@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery11setInvolvesERK11QStringList@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery12setImportantEb@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery13addCollectionEx@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery13setAttachmentEb@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery13setCollectionERK5QListIxE@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery13setSearchTypeENS1_6OpTypeE@Base 4:4.12.90 _ZN5Baloo3PIM10EmailQuery14subjectMatchesERK7QString@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery4execEv@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery5addCcERK7QString@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery5addToERK7QString@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery5setCcERK11QStringList@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery5setToERK11QStringList@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery6addBccERK7QString@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery6setBccERK11QStringList@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery7PrivateC1Ev@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery7PrivateC2Ev@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery7addFromERK7QString@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery7matchesERK7QString@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery7setFromERK7QString@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery7setReadEb@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQuery8setLimitEi@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQueryC1Ev@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQueryC2Ev@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQueryD0Ev@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQueryD1Ev@Base 4:4.12.80 _ZN5Baloo3PIM10EmailQueryD2Ev@Base 4:4.12.80 _ZN5Baloo3PIM12ContactQuery10matchEmailERK7QString@Base 4:4.12.80 _ZN5Baloo3PIM12ContactQuery13matchNicknameERK7QString@Base 4:4.12.80 _ZN5Baloo3PIM12ContactQuery16setMatchCriteriaENS1_13MatchCriteriaE@Base 4:4.12.80 _ZN5Baloo3PIM12ContactQuery4execEv@Base 4:4.12.80 _ZN5Baloo3PIM12ContactQuery5matchERK7QString@Base 4:4.12.80 _ZN5Baloo3PIM12ContactQuery8matchUIDERK7QString@Base 4:4.12.80 _ZN5Baloo3PIM12ContactQuery8setLimitEi@Base 4:4.12.80 _ZN5Baloo3PIM12ContactQuery9matchNameERK7QString@Base 4:4.12.80 _ZN5Baloo3PIM12ContactQueryC1Ev@Base 4:4.12.80 _ZN5Baloo3PIM12ContactQueryC2Ev@Base 4:4.12.80 _ZN5Baloo3PIM12ContactQueryD0Ev@Base 4:4.12.80 _ZN5Baloo3PIM12ContactQueryD1Ev@Base 4:4.12.80 _ZN5Baloo3PIM12ContactQueryD2Ev@Base 4:4.12.80 _ZN5Baloo3PIM14ResultIterator2idEv@Base 4:4.12.80 _ZN5Baloo3PIM14ResultIterator4nextEv@Base 4:4.12.80 _ZN5Baloo3PIM14ResultIteratorC1ERKS1_@Base 4:4.12.80 _ZN5Baloo3PIM14ResultIteratorC1Ev@Base 4:4.12.80 _ZN5Baloo3PIM14ResultIteratorC2ERKS1_@Base 4:4.12.80 _ZN5Baloo3PIM14ResultIteratorC2Ev@Base 4:4.12.80 _ZN5Baloo3PIM14ResultIteratorD1Ev@Base 4:4.12.80 _ZN5Baloo3PIM14ResultIteratorD2Ev@Base 4:4.12.80 _ZN5Baloo3PIM16ContactCompleter8completeEv@Base 4:4.12.80 _ZN5Baloo3PIM16ContactCompleterC1ERK7QStringi@Base 4:4.12.80 _ZN5Baloo3PIM16ContactCompleterC2ERK7QStringi@Base 4:4.12.80 _ZN5Baloo3PIM5Query8fromJSONERK10QByteArray@Base 4:4.12.80 _ZN5Baloo3PIM5QueryC1Ev@Base 4:4.12.80 _ZN5Baloo3PIM5QueryC2Ev@Base 4:4.12.80 _ZN5Baloo3PIM5QueryD0Ev@Base 4:4.12.80 _ZN5Baloo3PIM5QueryD1Ev@Base 4:4.12.80 _ZN5Baloo3PIM5QueryD2Ev@Base 4:4.12.80 _ZN5Baloo3PIM9NoteQuery10matchTitleERK7QString@Base 4:4.12.80 _ZN5Baloo3PIM9NoteQuery4execEv@Base 4:4.12.80 _ZN5Baloo3PIM9NoteQuery8setLimitEi@Base 4:4.12.80 _ZN5Baloo3PIM9NoteQuery9matchNoteERK7QString@Base 4:4.12.80 _ZN5Baloo3PIM9NoteQueryC1Ev@Base 4:4.12.80 _ZN5Baloo3PIM9NoteQueryC2Ev@Base 4:4.12.80 _ZN5Baloo3PIM9NoteQueryD0Ev@Base 4:4.12.80 _ZN5Baloo3PIM9NoteQueryD1Ev@Base 4:4.12.80 _ZN5Baloo3PIM9NoteQueryD2Ev@Base 4:4.12.80 _ZN6Xapian18ValuePostingSourceD0Ev@Base 4:4.12.80 _ZN6Xapian18ValuePostingSourceD1Ev@Base 4:4.12.80 _ZN6Xapian18ValuePostingSourceD2Ev@Base 4:4.12.80 (optional=templinst)_ZN6Xapian5QueryC1IN5QListIS0_E8iteratorEEENS0_2opET_S6_j@Base 4:4.12.90 (optional=templinst)_ZN6Xapian5QueryC2IN5QListIS0_E8iteratorEEENS0_2opET_S6_j@Base 4:4.12.90 _ZNK5Baloo3PIM10EmailQuery5limitEv@Base 4:4.12.80 _ZNK5Baloo3PIM12ContactQuery13matchCriteriaEv@Base 4:4.12.80 _ZNK5Baloo3PIM12ContactQuery5limitEv@Base 4:4.12.80 _ZNK5Baloo3PIM9NoteQuery5limitEv@Base 4:4.12.80 (optional=templinst)_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_RKS6_@Base 4:4.12.80 _ZTIN5Baloo3PIM10EmailQueryE@Base 4:4.12.80 _ZTIN5Baloo3PIM12ContactQueryE@Base 4:4.12.80 _ZTIN5Baloo3PIM5QueryE@Base 4:4.12.80 _ZTIN5Baloo3PIM9NoteQueryE@Base 4:4.12.80 _ZTIN6Xapian12RuntimeErrorE@Base 4:4.12.97 _ZTIN6Xapian13DatabaseErrorE@Base 4:4.12.97 _ZTIN6Xapian5ErrorE@Base 4:4.12.97 _ZTSN5Baloo3PIM10EmailQueryE@Base 4:4.12.80 _ZTSN5Baloo3PIM12ContactQueryE@Base 4:4.12.80 _ZTSN5Baloo3PIM5QueryE@Base 4:4.12.80 _ZTSN5Baloo3PIM9NoteQueryE@Base 4:4.12.80 _ZTSN6Xapian12RuntimeErrorE@Base 4:4.12.97 _ZTSN6Xapian13DatabaseErrorE@Base 4:4.12.97 _ZTSN6Xapian5ErrorE@Base 4:4.12.97 _ZTVN5Baloo3PIM10EmailQueryE@Base 4:4.12.80 _ZTVN5Baloo3PIM12ContactQueryE@Base 4:4.12.80 _ZTVN5Baloo3PIM5QueryE@Base 4:4.12.80 _ZTVN5Baloo3PIM9NoteQueryE@Base 4:4.12.80 debian/libbalooxapian4.lintian-overrides0000664000000000000000000000010412323232263015611 0ustar libbalooxapian4: symbols-declares-dependency-on-other-package baloo debian/copyright0000664000000000000000000001702612323232263011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: baloo Source: http://community.kde.org/Baloo Files: * Copyright: 2010, 2010-13, 2010-14, 2011-2014 Vishesh Handa 2007-2011 Sebastian Trueg 2013 Simeon Bird 2013 Daniel Vrátil 2014 Christian Mollekopf 2014 Laurent Montel License: LGPL 2.1 or 3 or approved by KDE e.V. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) version 3, or any later version accepted by the membership of KDE e.V. (or its successor approved by the membership of KDE e.V.), which shall act as a proxy defined in Section 6 of version 3 of the license. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library. If not, see . Files: src/file/eventmonitor.cpp + src/file/eventmonitor.h + src/file/fileexcludefilters.cpp + src/file/fileexcludefilters.h + src/file/fileindexer.cpp + src/file/fileindexer.h + src/file/fileindexerconfig.cpp + src/file/fileindexerconfig.h + src/file/filewatch.cpp + src/file/filewatch.h + src/file/indexscheduler.cpp + src/file/indexscheduler.h + src/file/metadatamover.cpp + src/file/metadatamover.h + src/file/priority.cpp + src/file/priority.h + src/file/kcm/kcm.cpp + src/file/kcm/kcm.h + src/kioslaves/timeline/timelinetools.h Copyright: 2008 Sebastian Trueg 2010-14 Vishesh Handa License: LGPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License or (at your option) version 3 or any later version accepted by the membership of KDE e.V. (or its successor approved by the membership of KDE e.V.), which shall act as a proxy defined in Section 14 of version 3 of the license. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . Files: src/core/core_export.h src/file/kinotify.cpp src/file/kinotify.h src/file/lib/file_export.h src/pim/lib/pim_export.h src/xapian/xapian_export.h Copyright: 2007 David Faure 2007-2010 Sebastian Trueg 2012 Vishesh Handa License: LGPL-2+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Files: icons/* autotests/search.cpp src/file/autotest/kinotifytest.h src/file/autotest/kinotifytest.cpp src/tools/balooshow/main.cpp src/kioslaves/timeline/kio_timeline.cpp src/kioslaves/search/kio_search.cpp src/pim/agent/emailindexer.h src/pim/agent/abstractindexer.h src/pim/agent/contactindexer.h src/pim/agent/abstractindexer.cpp Copyright: 2013 Vishesh Handa 2007 David Faure License: GPL 2 or 3 or approved by KDE e.V. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License or (at your option) version 3 or any later version accepted by the membership of KDE e.V. (or its successor approved by the membership of KDE e.V.), which shall act as a proxy defined in Section 14 of version 3 of the license. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . Files: src/file/fileexcludefilters.h src/file/kcm/kcm.h src/file/kcm/kcm.cpp src/file/indexscheduler.cpp src/file/metadatamover.cpp src/file/metadatamover.h src/file/fileindexer.cpp src/file/priority.cpp src/file/fileindexerconfig.h src/file/filewatch.cpp src/file/fileindexer.h src/file/indexscheduler.h src/file/fileexcludefilters.cpp src/file/eventmonitor.h src/file/eventmonitor.cpp src/file/filewatch.h src/file/fileindexerconfig.cpp src/file/priority.h src/kioslaves/timeline/timelinetools.h Copyright: 2007-2010 Sebastian Trueg 2012-2014 Vishesh Handa License: GPL-2 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License version 2 as published by the Free Software Foundation. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Files: src/xapian/xapian_export.h src/core/core_export.h debian/* Copyright: 2014 Jonathan Riddell 2014 Scarlett Clark License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/libbaloofiles4.lintian-overrides0000664000000000000000000000010312323232263015432 0ustar libbaloofiles4: symbols-declares-dependency-on-other-package baloo debian/baloo-dev.install0000664000000000000000000000006612323232263012430 0ustar usr/include usr/lib/libbaloo*.so usr/lib/cmake/Baloo/ debian/libbaloocore4.symbols0000664000000000000000000001526512323232263013331 0ustar # SymbolsHelper-Confirmed: 4:4.12.97 i386 libbaloocore.so.4 libbaloocore4 #MINVER#, baloo _ZN5Baloo11SearchStore11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:4.12.80 _ZN5Baloo11SearchStore11qt_metacastEPKc@Base 4:4.12.80 _ZN5Baloo11SearchStore12searchStoresEv@Base 4:4.12.80 _ZN5Baloo11SearchStore16staticMetaObjectE@Base 4:4.12.80 _ZN5Baloo11SearchStore20overrideSearchStoresERK5QListIPS0_E@Base 4:4.12.80 _ZN5Baloo11SearchStore3urlEi@Base 4:4.12.80 _ZN5Baloo11SearchStore4iconEi@Base 4:4.12.80 _ZN5Baloo11SearchStore4textEi@Base 4:4.12.80 _ZN5Baloo11SearchStore8propertyEiRK7QString@Base 4:4.12.80 _ZN5Baloo11SearchStoreC1EP7QObject@Base 4:4.12.80 _ZN5Baloo11SearchStoreC2EP7QObject@Base 4:4.12.80 _ZN5Baloo11SearchStoreD0Ev@Base 4:4.12.80 _ZN5Baloo11SearchStoreD1Ev@Base 4:4.12.80 _ZN5Baloo11SearchStoreD2Ev@Base 4:4.12.80 _ZN5Baloo13QueryRunnable11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:4.12.80 _ZN5Baloo13QueryRunnable11qt_metacastEPKc@Base 4:4.12.80 _ZN5Baloo13QueryRunnable11queryResultEPS0_RKNS_6ResultE@Base 4:4.12.80 _ZN5Baloo13QueryRunnable16staticMetaObjectE@Base 4:4.12.80 _ZN5Baloo13QueryRunnable3runEv@Base 4:4.12.80 _ZN5Baloo13QueryRunnable4stopEv@Base 4:4.12.80 _ZN5Baloo13QueryRunnable8finishedEPS0_@Base 4:4.12.80 _ZN5Baloo13QueryRunnableC1ERKNS_5QueryEP7QObject@Base 4:4.12.80 _ZN5Baloo13QueryRunnableC2ERKNS_5QueryEP7QObject@Base 4:4.12.80 _ZN5Baloo13QueryRunnableD0Ev@Base 4:4.12.80 _ZN5Baloo13QueryRunnableD1Ev@Base 4:4.12.80 _ZN5Baloo13QueryRunnableD2Ev@Base 4:4.12.80 _ZN5Baloo14ResultIterator4nextEv@Base 4:4.12.80 _ZN5Baloo14ResultIteratorC1EiPNS_11SearchStoreE@Base 4:4.12.80 _ZN5Baloo14ResultIteratorC1Ev@Base 4:4.12.80 _ZN5Baloo14ResultIteratorC2EiPNS_11SearchStoreE@Base 4:4.12.80 _ZN5Baloo14ResultIteratorC2Ev@Base 4:4.12.80 _ZN5Baloo4Term10addSubTermERKS0_@Base 4:4.12.80 _ZN5Baloo4Term11setNegationEb@Base 4:4.12.80 _ZN5Baloo4Term11setPropertyERK7QString@Base 4:4.12.80 _ZN5Baloo4Term11setSubTermsERK5QListIS0_E@Base 4:4.12.80 _ZN5Baloo4Term11setUserDataERK7QStringRK8QVariant@Base 4:4.12.97 _ZN5Baloo4Term12setOperationENS0_9OperationE@Base 4:4.12.80 _ZN5Baloo4Term13setComparatorENS0_10ComparatorE@Base 4:4.12.80 _ZN5Baloo4Term14fromVariantMapERK4QMapI7QString8QVariantE@Base 4:4.12.80 _ZN5Baloo4Term8setValueERK8QVariant@Base 4:4.12.80 _ZN5Baloo4TermC1ENS0_9OperationE@Base 4:4.12.80 _ZN5Baloo4TermC1ENS0_9OperationERK5QListIS0_E@Base 4:4.12.80 _ZN5Baloo4TermC1ENS0_9OperationERKS0_@Base 4:4.12.80 _ZN5Baloo4TermC1ERK7QString@Base 4:4.12.80 _ZN5Baloo4TermC1ERK7QStringRK8QVariantNS0_10ComparatorE@Base 4:4.12.80 _ZN5Baloo4TermC1ERKS0_@Base 4:4.12.80 _ZN5Baloo4TermC1Ev@Base 4:4.12.80 _ZN5Baloo4TermC2ENS0_9OperationE@Base 4:4.12.80 _ZN5Baloo4TermC2ENS0_9OperationERK5QListIS0_E@Base 4:4.12.80 _ZN5Baloo4TermC2ENS0_9OperationERKS0_@Base 4:4.12.80 _ZN5Baloo4TermC2ERK7QString@Base 4:4.12.80 _ZN5Baloo4TermC2ERK7QStringRK8QVariantNS0_10ComparatorE@Base 4:4.12.80 _ZN5Baloo4TermC2ERKS0_@Base 4:4.12.80 _ZN5Baloo4TermC2Ev@Base 4:4.12.80 _ZN5Baloo4TermD1Ev@Base 4:4.12.80 _ZN5Baloo4TermD2Ev@Base 4:4.12.80 _ZN5Baloo4TermaSERKS0_@Base 4:4.12.80 _ZN5Baloo5Query11toSearchUrlERK7QString@Base 4:4.12.80 _ZN5Baloo5Query13fromSearchUrlERK4QUrl@Base 4:4.12.80 _ZN5Baloo5Query13setDateFilterEiii@Base 4:4.12.80 _ZN5Baloo5Query15addCustomOptionERK7QStringRK8QVariant@Base 4:4.12.80 _ZN5Baloo5Query15setSearchStringERK7QString@Base 4:4.12.80 _ZN5Baloo5Query17titleFromQueryUrlERK4QUrl@Base 4:4.12.80 _ZN5Baloo5Query18removeCustomOptionERK7QString@Base 4:4.12.80 _ZN5Baloo5Query4execEv@Base 4:4.12.80 _ZN5Baloo5Query6toJSONEv@Base 4:4.12.80 _ZN5Baloo5Query7addTypeERK7QString@Base 4:4.12.80 _ZN5Baloo5Query7setTermERKNS_4TermE@Base 4:4.12.80 _ZN5Baloo5Query7setTypeERK7QString@Base 4:4.12.80 _ZN5Baloo5Query8addTypesERK11QStringList@Base 4:4.12.80 _ZN5Baloo5Query8fromJSONERK10QByteArray@Base 4:4.12.80 _ZN5Baloo5Query8setLimitEj@Base 4:4.12.80 _ZN5Baloo5Query8setTypesERK11QStringList@Base 4:4.12.80 _ZN5Baloo5Query9setOffsetEj@Base 4:4.12.80 _ZN5Baloo5QueryC1ERKNS_4TermE@Base 4:4.12.80 _ZN5Baloo5QueryC1ERKS0_@Base 4:4.12.80 _ZN5Baloo5QueryC1Ev@Base 4:4.12.80 _ZN5Baloo5QueryC2ERKNS_4TermE@Base 4:4.12.80 _ZN5Baloo5QueryC2ERKS0_@Base 4:4.12.80 _ZN5Baloo5QueryC2Ev@Base 4:4.12.80 _ZN5Baloo5QueryD1Ev@Base 4:4.12.80 _ZN5Baloo5QueryD2Ev@Base 4:4.12.80 _ZN5Baloo5QueryaSERKS0_@Base 4:4.12.80 _ZN5Baloo6Result5setIdERK10QByteArray@Base 4:4.12.80 _ZN5Baloo6Result6setUrlERK4QUrl@Base 4:4.12.80 _ZN5Baloo6Result7setIconERK7QString@Base 4:4.12.80 _ZN5Baloo6Result7setTextERK7QString@Base 4:4.12.80 _ZN5Baloo6ResultC1ERKS0_@Base 4:4.12.80 _ZN5Baloo6ResultC1Ev@Base 4:4.12.80 _ZN5Baloo6ResultC2ERKS0_@Base 4:4.12.80 _ZN5Baloo6ResultC2Ev@Base 4:4.12.80 _ZN5Baloo6ResultD1Ev@Base 4:4.12.80 _ZN5Baloo6ResultD2Ev@Base 4:4.12.80 _ZN5Baloo6ResultaSERKS0_@Base 4:4.12.80 _ZNK5Baloo11SearchStore10metaObjectEv@Base 4:4.12.80 _ZNK5Baloo13QueryRunnable10metaObjectEv@Base 4:4.12.80 _ZNK5Baloo14ResultIterator2idEv@Base 4:4.12.80 _ZNK5Baloo14ResultIterator3urlEv@Base 4:4.12.80 _ZNK5Baloo14ResultIterator4iconEv@Base 4:4.12.80 _ZNK5Baloo14ResultIterator4textEv@Base 4:4.12.80 _ZNK5Baloo14ResultIterator6resultEv@Base 4:4.12.80 _ZNK5Baloo4Term10comparatorEv@Base 4:4.12.80 _ZNK5Baloo4Term12toVariantMapEv@Base 4:4.12.80 _ZNK5Baloo4Term5valueEv@Base 4:4.12.80 _ZNK5Baloo4Term7isValidEv@Base 4:4.12.80 _ZNK5Baloo4Term7negatedEv@Base 4:4.12.80 _ZNK5Baloo4Term7subTermEv@Base 4:4.12.80 _ZNK5Baloo4Term8propertyEv@Base 4:4.12.80 _ZNK5Baloo4Term8subTermsEv@Base 4:4.12.80 _ZNK5Baloo4Term8userDataERK7QString@Base 4:4.12.97 _ZNK5Baloo4Term9isNegatedEv@Base 4:4.12.80 _ZNK5Baloo4Term9operationEv@Base 4:4.12.80 _ZNK5Baloo4TermeqERKS0_@Base 4:4.12.80 _ZNK5Baloo5Query10yearFilterEv@Base 4:4.12.80 _ZNK5Baloo5Query11monthFilterEv@Base 4:4.12.80 _ZNK5Baloo5Query12customOptionERK7QString@Base 4:4.12.80 _ZNK5Baloo5Query12searchStringEv@Base 4:4.12.80 _ZNK5Baloo5Query13customOptionsEv@Base 4:4.12.80 _ZNK5Baloo5Query4termEv@Base 4:4.12.80 _ZNK5Baloo5Query5limitEv@Base 4:4.12.80 _ZNK5Baloo5Query5typesEv@Base 4:4.12.80 _ZNK5Baloo5Query6offsetEv@Base 4:4.12.80 _ZNK5Baloo5Query9dayFilterEv@Base 4:4.12.80 _ZNK5Baloo5QueryeqERKS0_@Base 4:4.12.80 _ZNK5Baloo6Result2idEv@Base 4:4.12.80 _ZNK5Baloo6Result3urlEv@Base 4:4.12.80 _ZNK5Baloo6Result4iconEv@Base 4:4.12.80 _ZNK5Baloo6Result4textEv@Base 4:4.12.80 _ZTIN5Baloo11SearchStoreE@Base 4:4.12.80 _ZTIN5Baloo13QueryRunnableE@Base 4:4.12.80 _ZTSN5Baloo11SearchStoreE@Base 4:4.12.80 _ZTSN5Baloo13QueryRunnableE@Base 4:4.12.80 _ZTVN5Baloo11SearchStoreE@Base 4:4.12.80 _ZTVN5Baloo13QueryRunnableE@Base 4:4.12.80 (c++)"non-virtual thunk to Baloo::QueryRunnable::run()@Base" 4:4.12.80 (c++)"non-virtual thunk to Baloo::QueryRunnable::~QueryRunnable()@Base" 4:4.12.80 debian/control0000664000000000000000000000521712323232263010576 0ustar Source: baloo Section: kde Priority: optional Maintainer: Rohan Garg Build-Depends: debhelper (>= 9.0.0), cmake, pkg-kde-tools, kdelibs5-dev (>= 4:4.13.0), kdepimlibs5-dev (>= 4:4.13.0), libkfilemetadata-dev (>= 4:4.13.0), libxapian-dev, libqjson-dev, libattr1-dev, libakonadi-dev (>= 1.11.80), libboost1.54-dev Standards-Version: 3.9.5 Homepage: http://projects.kde.org/baloo Package: baloo Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: kde-runtime (<< 4:4.12.80), kde-runtime-data (<< 4:4.12.80), Breaks: kde-runtime (<< 4:4.12.80), kde-runtime-data (<< 4:4.12.80), Description: framework for searching and managing metadata. A framework for searching and managing metadata in KDE. Package: libbaloocore4 Architecture: any Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends} Description: Core funcationality for Baloo Baloo is a framework for searching and managing metadata. . This package contains development headers for baloo. . Baloo is part of KDE SC. Package: libbaloofiles4 Architecture: any Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends} Description: Files funcationality for Baloo Baloo is a framework for searching and managing metadata. . This package contains development headers for baloo. . Baloo is part of KDE SC. Package: libbaloopim4 Architecture: any Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends} Description: PIM funcationality for Baloo Baloo is a framework for searching and managing metadata. . This package contains development headers for baloo. . Baloo is part of KDE SC. Package: libbalooxapian4 Architecture: any Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends} Description: Xapian funcationality for Baloo Baloo is a framework for searching and managing metadata. . This package contains development headers for baloo. . Baloo is part of KDE SC. Package: baloo-dev Architecture: any Section: libdevel Depends: libbaloocore4 (= ${binary:Version}), libbaloofiles4 (= ${binary:Version}), libbaloopim4 (= ${binary:Version}), libbalooxapian4 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Development headers for developing applications with Baloo Baloo is a framework for searching and managing metadata. . This package contains development headers for baloo. . Baloo is part of KDE SC. Package: baloo-dbg Architecture: any Depends: baloo (= ${binary:Version}), ${misc:Depends} Priority: extra Section: debug Description: Debugging symbols for baloo Baloo is a framework for searching and managing metadata in KDE. . This package contains debugging symbols for Baloo. . Baloo is part of KDE SC. debian/libbaloofiles4.symbols0000664000000000000000000001574412323232263013505 0ustar # SymbolsHelper-Confirmed: 4:4.12.97-0ubuntu2 amd64 i386 libbaloofiles.so.4 libbaloofiles4 #MINVER#, baloo _ZN5Baloo10TagListJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:4.12.80 _ZN5Baloo10TagListJob11qt_metacastEPKc@Base 4:4.12.80 _ZN5Baloo10TagListJob16staticMetaObjectE@Base 4:4.12.80 _ZN5Baloo10TagListJob4tagsEv@Base 4:4.12.80 _ZN5Baloo10TagListJob5startEv@Base 4:4.12.80 _ZN5Baloo10TagListJobC1EP7QObject@Base 4:4.12.80 _ZN5Baloo10TagListJobC2EP7QObject@Base 4:4.12.80 _ZN5Baloo10TagListJobD0Ev@Base 4:4.12.80 _ZN5Baloo10TagListJobD1Ev@Base 4:4.12.80 _ZN5Baloo10TagListJobD2Ev@Base 4:4.12.80 _ZN5Baloo11FileMapping5clearEv@Base 4:4.12.80 _ZN5Baloo11FileMapping5fetchE12QSqlDatabase@Base 4:4.12.80 _ZN5Baloo11FileMapping5setIdEj@Base 4:4.12.80 _ZN5Baloo11FileMapping6createE12QSqlDatabase@Base 4:4.12.80 _ZN5Baloo11FileMapping6removeE12QSqlDatabase@Base 4:4.13.0 _ZN5Baloo11FileMapping6setUrlERK7QString@Base 4:4.12.80 _ZN5Baloo11FileMapping7fetchedEv@Base 4:4.12.80 _ZN5Baloo11FileMappingC1ERK7QString@Base 4:4.12.80 _ZN5Baloo11FileMappingC1Ej@Base 4:4.12.80 _ZN5Baloo11FileMappingC1Ev@Base 4:4.12.80 _ZN5Baloo11FileMappingC2ERK7QString@Base 4:4.12.80 _ZN5Baloo11FileMappingC2Ej@Base 4:4.12.80 _ZN5Baloo11FileMappingC2Ev@Base 4:4.12.80 _ZN5Baloo11FileMonitor11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:4.12.80 _ZN5Baloo11FileMonitor11qt_metacastEPKc@Base 4:4.12.80 _ZN5Baloo11FileMonitor16staticMetaObjectE@Base 4:4.12.80 _ZN5Baloo11FileMonitor19fileMetaDataChangedERK7QString@Base 4:4.12.80 _ZN5Baloo11FileMonitor23slotFileMetaDataChangedERK11QStringList@Base 4:4.12.80 _ZN5Baloo11FileMonitor5clearEv@Base 4:4.12.80 _ZN5Baloo11FileMonitor7addFileERK4QUrl@Base 4:4.12.80 _ZN5Baloo11FileMonitor7addFileERK7QString@Base 4:4.12.80 _ZN5Baloo11FileMonitor8setFilesERK11QStringList@Base 4:4.12.80 _ZN5Baloo11FileMonitorC1EP7QObject@Base 4:4.12.80 _ZN5Baloo11FileMonitorC2EP7QObject@Base 4:4.12.80 _ZN5Baloo11FileMonitorD0Ev@Base 4:4.12.80 _ZN5Baloo11FileMonitorD1Ev@Base 4:4.12.80 _ZN5Baloo11FileMonitorD2Ev@Base 4:4.12.80 _ZN5Baloo12FileFetchJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:4.12.80 _ZN5Baloo12FileFetchJob11qt_metacastEPKc@Base 4:4.12.80 _ZN5Baloo12FileFetchJob12fileReceivedERKNS_4FileE@Base 4:4.12.80 _ZN5Baloo12FileFetchJob16staticMetaObjectE@Base 4:4.12.80 _ZN5Baloo12FileFetchJob5startEv@Base 4:4.12.80 _ZN5Baloo12FileFetchJob7Private17fetchUserMetadataERNS_4FileE@Base 4:4.12.80 _ZN5Baloo12FileFetchJob7doStartEv@Base 4:4.12.80 _ZN5Baloo12FileFetchJobC1ERK11QStringListP7QObject@Base 4:4.12.80 _ZN5Baloo12FileFetchJobC1ERK7QStringP7QObject@Base 4:4.12.80 _ZN5Baloo12FileFetchJobC1ERKNS_4FileEP7QObject@Base 4:4.12.80 _ZN5Baloo12FileFetchJobC2ERK11QStringListP7QObject@Base 4:4.12.80 _ZN5Baloo12FileFetchJobC2ERK7QStringP7QObject@Base 4:4.12.80 _ZN5Baloo12FileFetchJobC2ERKNS_4FileEP7QObject@Base 4:4.12.80 _ZN5Baloo12FileFetchJobD0Ev@Base 4:4.12.80 _ZN5Baloo12FileFetchJobD1Ev@Base 4:4.12.80 _ZN5Baloo12FileFetchJobD2Ev@Base 4:4.12.80 _ZN5Baloo13FileModifyJob10modifyTagsERK11QStringListS3_@Base 4:4.12.80 _ZN5Baloo13FileModifyJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:4.12.80 _ZN5Baloo13FileModifyJob11qt_metacastEPKc@Base 4:4.12.80 _ZN5Baloo13FileModifyJob12modifyRatingERK11QStringListi@Base 4:4.12.80 _ZN5Baloo13FileModifyJob16staticMetaObjectE@Base 4:4.12.80 _ZN5Baloo13FileModifyJob17modifyUserCommentERK11QStringListRK7QString@Base 4:4.12.80 _ZN5Baloo13FileModifyJob5startEv@Base 4:4.12.80 _ZN5Baloo13FileModifyJob7doStartEv@Base 4:4.12.80 _ZN5Baloo13FileModifyJobC1EP7QObject@Base 4:4.12.80 _ZN5Baloo13FileModifyJobC1ERKNS_4FileEP7QObject@Base 4:4.12.80 _ZN5Baloo13FileModifyJobC2EP7QObject@Base 4:4.12.80 _ZN5Baloo13FileModifyJobC2ERKNS_4FileEP7QObject@Base 4:4.12.80 _ZN5Baloo13FileModifyJobD0Ev@Base 4:4.12.80 _ZN5Baloo13FileModifyJobD1Ev@Base 4:4.12.80 _ZN5Baloo13FileModifyJobD2Ev@Base 4:4.12.80 _ZN5Baloo13IndexerConfigC1Ev@Base 4:4.12.80 _ZN5Baloo13IndexerConfigC2Ev@Base 4:4.12.80 _ZN5Baloo13IndexerConfigD1Ev@Base 4:4.12.80 _ZN5Baloo13IndexerConfigD2Ev@Base 4:4.12.80 _ZN5Baloo18customFileMetaDataERK7QStringS2_@Base 4:4.12.80 _ZN5Baloo21setCustomFileMetaDataERK7QStringS2_S2_@Base 4:4.12.80 _ZN5Baloo4File14setUserCommentERK7QString@Base 4:4.12.80 _ZN5Baloo4File5setIdERK10QByteArray@Base 4:4.12.80 _ZN5Baloo4File6addTagERK7QString@Base 4:4.12.80 _ZN5Baloo4File6fromIdERK10QByteArray@Base 4:4.12.80 _ZN5Baloo4File6setUrlERK7QString@Base 4:4.12.80 _ZN5Baloo4File7setTagsERK11QStringList@Base 4:4.12.80 _ZN5Baloo4File9setRatingEi@Base 4:4.12.80 _ZN5Baloo4FileC1ERK7QString@Base 4:4.12.80 _ZN5Baloo4FileC1ERKS0_@Base 4:4.12.80 _ZN5Baloo4FileC1Ev@Base 4:4.12.80 _ZN5Baloo4FileC2ERK7QString@Base 4:4.12.80 _ZN5Baloo4FileC2ERKS0_@Base 4:4.12.80 _ZN5Baloo4FileC2Ev@Base 4:4.12.80 _ZN5Baloo4FileD1Ev@Base 4:4.12.80 _ZN5Baloo4FileD2Ev@Base 4:4.12.80 _ZN5Baloo4FileaSERKS0_@Base 4:4.12.80 _ZNK5Baloo10TagListJob10metaObjectEv@Base 4:4.12.80 _ZNK5Baloo11FileMapping2idEv@Base 4:4.12.80 _ZNK5Baloo11FileMapping3urlEv@Base 4:4.12.80 _ZNK5Baloo11FileMapping5emptyEv@Base 4:4.12.80 _ZNK5Baloo11FileMappingeqERKS0_@Base 4:4.12.80 _ZNK5Baloo11FileMonitor10metaObjectEv@Base 4:4.12.80 _ZNK5Baloo11FileMonitor5filesEv@Base 4:4.12.80 _ZNK5Baloo12FileFetchJob10metaObjectEv@Base 4:4.12.80 _ZNK5Baloo12FileFetchJob4fileEv@Base 4:4.12.80 _ZNK5Baloo12FileFetchJob5filesEv@Base 4:4.12.80 _ZNK5Baloo13FileModifyJob10metaObjectEv@Base 4:4.12.80 _ZNK5Baloo13IndexerConfig12balooEnabledEv@Base 4:4.12.80 _ZNK5Baloo13IndexerConfig15shouldBeIndexedERK7QString@Base 4:4.12.80 _ZNK5Baloo13IndexerConfig19fileIndexingEnabledEv@Base 4:4.12.80 _ZNK5Baloo4File10propertiesEv@Base 4:4.12.80 _ZNK5Baloo4File11userCommentEv@Base 4:4.12.80 _ZNK5Baloo4File2idEv@Base 4:4.12.80 _ZNK5Baloo4File3urlEv@Base 4:4.12.80 _ZNK5Baloo4File4tagsEv@Base 4:4.12.80 _ZNK5Baloo4File6ratingEv@Base 4:4.12.80 _ZNK5Baloo4File8propertyEN13KFileMetaData8Property8PropertyE@Base 4:4.12.80 _ZTIN5Baloo10TagListJobE@Base 4:4.12.80 _ZTIN5Baloo11FileMonitorE@Base 4:4.12.80 _ZTIN5Baloo12FileFetchJobE@Base 4:4.12.80 _ZTIN5Baloo13FileModifyJobE@Base 4:4.12.80 _ZTIN6Xapian10LogicErrorE@Base 4:4.12.80 _ZTIN6Xapian12RuntimeErrorE@Base 4:4.12.80 _ZTIN6Xapian13DatabaseErrorE@Base 4:4.12.80 _ZTIN6Xapian16DocNotFoundErrorE@Base 4:4.12.80 _ZTIN6Xapian20DatabaseOpeningErrorE@Base 4:4.12.80 _ZTIN6Xapian20InvalidArgumentErrorE@Base 4:4.12.80 _ZTIN6Xapian5ErrorE@Base 4:4.12.80 _ZTSN5Baloo10TagListJobE@Base 4:4.12.80 _ZTSN5Baloo11FileMonitorE@Base 4:4.12.80 _ZTSN5Baloo12FileFetchJobE@Base 4:4.12.80 _ZTSN5Baloo13FileModifyJobE@Base 4:4.12.80 _ZTSN6Xapian10LogicErrorE@Base 4:4.12.80 _ZTSN6Xapian12RuntimeErrorE@Base 4:4.12.80 _ZTSN6Xapian13DatabaseErrorE@Base 4:4.12.80 _ZTSN6Xapian16DocNotFoundErrorE@Base 4:4.12.80 _ZTSN6Xapian20DatabaseOpeningErrorE@Base 4:4.12.80 _ZTSN6Xapian20InvalidArgumentErrorE@Base 4:4.12.80 _ZTSN6Xapian5ErrorE@Base 4:4.12.80 _ZTVN5Baloo10TagListJobE@Base 4:4.12.80 _ZTVN5Baloo11FileMonitorE@Base 4:4.12.80 _ZTVN5Baloo12FileFetchJobE@Base 4:4.12.80 _ZTVN5Baloo13FileModifyJobE@Base 4:4.12.80 debian/libbaloocore4.lintian-overrides0000664000000000000000000000010212323232263015257 0ustar libbaloocore4: symbols-declares-dependency-on-other-package baloo debian/libbalooxapian4.symbols0000664000000000000000000000767012323232263013662 0ustar # SymbolsHelper-Confirmed: 4:4.13.0 i386 libbalooxapian.so.4 libbalooxapian4 #MINVER#, baloo _ZN5Baloo14XapianDatabase14deleteDocumentEj@Base 4:4.12.97 _ZN5Baloo14XapianDatabase15replaceDocumentEjRKN6Xapian8DocumentE@Base 4:4.12.97 _ZN5Baloo14XapianDatabase15replaceDocumentEjRKNS_14XapianDocumentE@Base 4:4.13.0 _ZN5Baloo14XapianDatabase16createWritableDbEv@Base 4:4.13.0 _ZN5Baloo14XapianDatabase6commitEv@Base 4:4.12.97 _ZN5Baloo14XapianDatabase8documentEj@Base 4:4.12.97 _ZN5Baloo14XapianDatabaseC1ERK7QStringb@Base 4:4.13.0 _ZN5Baloo14XapianDatabaseC2ERK7QStringb@Base 4:4.13.0 _ZN5Baloo14XapianDocument11addBoolTermERK7QStringS3_@Base 4:4.12.97 _ZN5Baloo14XapianDocument11addBoolTermEiRK7QString@Base 4:4.12.97 _ZN5Baloo14XapianDocument19fetchTermStartsWithERK10QByteArray@Base 4:4.12.97 _ZN5Baloo14XapianDocument20removeTermStartsWithERK10QByteArray@Base 4:4.12.97 _ZN5Baloo14XapianDocument7addTermERK7QStringS3_@Base 4:4.12.97 _ZN5Baloo14XapianDocument8addValueEiRK7QString@Base 4:4.12.97 _ZN5Baloo14XapianDocument9indexTextERK7QStringS3_i@Base 4:4.12.97 _ZN5Baloo14XapianDocument9indexTextERK7QStringi@Base 4:4.12.97 _ZN5Baloo14XapianDocumentC1ERKN6Xapian8DocumentE@Base 4:4.12.97 _ZN5Baloo14XapianDocumentC1Ev@Base 4:4.12.97 _ZN5Baloo14XapianDocumentC2ERKN6Xapian8DocumentE@Base 4:4.12.97 _ZN5Baloo14XapianDocumentC2Ev@Base 4:4.12.97 _ZN5Baloo17XapianSearchStore11docForQueryEi@Base 4:4.12.80 _ZN5Baloo17XapianSearchStore13finalizeQueryERKN6Xapian5QueryE@Base 4:4.12.80 _ZN5Baloo17XapianSearchStore13toXapianQueryEN6Xapian5Query2opERK5QListINS_4TermEE@Base 4:4.12.80 _ZN5Baloo17XapianSearchStore13toXapianQueryERKNS_4TermE@Base 4:4.12.80 _ZN5Baloo17XapianSearchStore18applyCustomOptionsERKN6Xapian5QueryERK5QHashI7QString8QVariantE@Base 4:4.12.80 _ZN5Baloo17XapianSearchStore20constructFilterQueryEiii@Base 4:4.12.80 _ZN5Baloo17XapianSearchStore20constructSearchQueryERK7QString@Base 4:4.12.80 _ZN5Baloo17XapianSearchStore2idEi@Base 4:4.12.80 _ZN5Baloo17XapianSearchStore3urlEi@Base 4:4.12.80 _ZN5Baloo17XapianSearchStore4execERKNS_5QueryE@Base 4:4.12.80 _ZN5Baloo17XapianSearchStore4nextEi@Base 4:4.12.80 _ZN5Baloo17XapianSearchStore5closeEi@Base 4:4.12.80 _ZN5Baloo17XapianSearchStore6ResultD1Ev@Base 4:4.12.80 _ZN5Baloo17XapianSearchStore6ResultD2Ev@Base 4:4.12.80 _ZN5Baloo17XapianSearchStore6dbPathEv@Base 4:4.12.80 _ZN5Baloo17XapianSearchStore8andQueryERKN6Xapian5QueryES4_@Base 4:4.12.80 _ZN5Baloo17XapianSearchStore8xapianDbEv@Base 4:4.12.80 _ZN5Baloo17XapianSearchStore9setDbPathERK7QString@Base 4:4.12.80 _ZN5Baloo17XapianSearchStoreC1EP7QObject@Base 4:4.12.80 _ZN5Baloo17XapianSearchStoreC2EP7QObject@Base 4:4.12.80 _ZN5Baloo17XapianSearchStoreD0Ev@Base 4:4.12.80 _ZN5Baloo17XapianSearchStoreD1Ev@Base 4:4.12.80 _ZN5Baloo17XapianSearchStoreD2Ev@Base 4:4.12.80 (optional=templinst)_ZN6Xapian5QueryC1IPS0_EENS0_2opET_S4_j@Base 4:4.12.80 (optional=templinst)_ZN6Xapian5QueryC2IPS0_EENS0_2opET_S4_j@Base 4:4.12.80 _ZNK5Baloo14XapianDocument3docEv@Base 4:4.13.0 _ZTIN5Baloo17XapianSearchStoreE@Base 4:4.12.80 _ZTIN6Xapian12RuntimeErrorE@Base 4:4.12.80 _ZTIN6Xapian13DatabaseErrorE@Base 4:4.12.80 _ZTIN6Xapian16DocNotFoundErrorE@Base 4:4.12.80 _ZTIN6Xapian17DatabaseLockErrorE@Base 4:4.12.97 _ZTIN6Xapian19DatabaseCreateErrorE@Base 4:4.13.0 _ZTIN6Xapian20DatabaseCorruptErrorE@Base 4:4.13.0 _ZTIN6Xapian20DatabaseOpeningErrorE@Base 4:4.12.80 _ZTIN6Xapian21DatabaseModifiedErrorE@Base 4:4.12.80 _ZTIN6Xapian5ErrorE@Base 4:4.12.80 _ZTSN5Baloo17XapianSearchStoreE@Base 4:4.12.80 _ZTSN6Xapian12RuntimeErrorE@Base 4:4.12.80 _ZTSN6Xapian13DatabaseErrorE@Base 4:4.12.80 _ZTSN6Xapian16DocNotFoundErrorE@Base 4:4.12.80 _ZTSN6Xapian17DatabaseLockErrorE@Base 4:4.12.97 _ZTSN6Xapian19DatabaseCreateErrorE@Base 4:4.13.0 _ZTSN6Xapian20DatabaseCorruptErrorE@Base 4:4.13.0 _ZTSN6Xapian20DatabaseOpeningErrorE@Base 4:4.12.80 _ZTSN6Xapian21DatabaseModifiedErrorE@Base 4:4.12.80 _ZTSN6Xapian5ErrorE@Base 4:4.12.80 _ZTVN5Baloo17XapianSearchStoreE@Base 4:4.12.80 debian/compat0000664000000000000000000000000212323232263010364 0ustar 9 debian/libbaloofiles4.install0000664000000000000000000000003412323232263013445 0ustar usr/lib/libbaloofiles.so.4* debian/baloo.install0000664000000000000000000000051312323232263011651 0ustar etc/dbus-1/system.d/* usr/bin/* usr/lib/kde4/*.so usr/lib/kde4/libexec/* usr/share/akonadi/agents/* usr/share/autostart/* usr/share/dbus-1/* usr/share/kde4/* usr/share/polkit-1/* usr/lib/kde4/akonadi/akonadibaloosearchplugin.desktop usr/lib/kde4/akonadi/akonadi_baloo_searchplugin.so usr/share/icons/hicolor/128x128/apps/baloo.png