Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/baloo5 baloo5: update to 5.70.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/786528664f3d
branches: trunk
changeset: 433751:786528664f3d
user: markd <markd%pkgsrc.org@localhost>
date: Sun Jun 07 11:49:06 2020 +0000
description:
baloo5: update to 5.70.0
5.67
Migrate config from KConfig to KConfigXt in order to allow KCM to use it
5.68
[ModifiedFileIndexer] Correct time checks for new files
[ModifiedFileIndexer] Omit BasicIndexingJob run when not required
Sync IndexerConfig on exit
[FileIndexScheduler] Force evaluation of indexerState after suspend/resume
5.69
[SearchStore] Use categorized logging
[QueryParser] Fix broken detection of end quote
[EngineQuery] Provide toString(Term) overload for QTest
[EngineQuery] Remove unused position member, extend tests
[SearchStore] Avoid long lines and function nesting
[baloosearch] Bail out early if specified folder is not valid
[MTimeDB] Consolidate time interval handling code
[AdvancedQueryParser] Test if quoted phrases are passed correctly
[Term] Provide toString(Term) overload for QTest
[ResultIterator] Remove unneeded SearchStore forward declaration
[QueryTest] Make phrase test case data driven and extend
[Inotify] Start the MoveFrom expire timer at most once per inotify batch
[UnindexedFileIndexer] Only mark file for content indexing when needed
[Inotify] Call QFile::decode only in a single place
[QML] Correctly watch for unregistration
[FileIndexScheduler] Update the content index progress more often
[FileIndexerConfig] Replace config QString,bool pair with dedicated class
[QML] Set the remaining time in the monitor more reliably
[TimeEstimator] Correct batch size, remove config reference
[FileIndexScheduler] Emit change to LowPowerIdle state
[Debug] Improve readability of positioninfo debug format
[Debug] Correct output of *::toTestMap(), silence non-error
[WriteTransactionTest] Test removal of positions only
[WriteTransaction] Extend position test case
[WriteTransaction] Avoid growing m_pendingOperations twice on replace
[FileIndexScheduler] Cleanup firstRun handling
[StorageDevices] Fix order of notification connect and initialization
[Config] Remove/deprecate disableInitialUpdate
5.70
[FileWatch] Remove redundant watchIndexedFolders() slot
[ModifiedFileIndexer] Clarify a comment
[FileWatch] Fix watch updates on config changes
[KInotify] Fix path matching when removing watches
[Extractor] Use categorized logging
Use KFileMetaData for XAttr support instead of private reimplementation
Revert "add Baloo DBus signals for moved or removed files"
[QML Monitor] Show remaining time as soon as possible
[FileContentIndexer] Fix state update and signal order
[Monitor] Fix monitor state and signal ordering
[Extractor] Fix progress reporting
[Coding] Avoid recurrent detach and size checks
[baloo_file] Remove KAboutData from baloo_file
[Searchstore] Reserve space for phrase query terms
[SearchStore] Allow querying exact matches for non-properties
[PhraseAndIterator] Remove temporary arrays when checking matches
[Extractor] Better balance idle and busy mode
[Extractor] Fix idle monitoring
[Extractor] Remove IdleStateMonitor wrapper class
[OrpostingIterator] Allow skipping elements, implement skipTo
[PhraseAndIterator] Replace recursive next() implementation
[AndPostingIterator] Replace recursive next() implementation
[PostingIterator] Make sure skipTo also works for first element
rename and export newBatchTime signal in filecontentindexer
[SearchStore] Handle double values in property queries
[AdvancedQueryParser] Move semantic handling of tokens to SearchStore
[Inotify] Remove not-so-OptimizedByteArray
[Inotify] Remove dead/duplicate code
[QueryParser] Replace single-use helper with std::none_of
diffstat:
sysutils/baloo5/Makefile | 3 +--
sysutils/baloo5/PLIST | 5 ++++-
sysutils/baloo5/distinfo | 10 +++++-----
3 files changed, 10 insertions(+), 8 deletions(-)
diffs (54 lines):
diff -r cdab946f7887 -r 786528664f3d sysutils/baloo5/Makefile
--- a/sysutils/baloo5/Makefile Sun Jun 07 11:47:04 2020 +0000
+++ b/sysutils/baloo5/Makefile Sun Jun 07 11:49:06 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2020/06/02 08:22:56 adam Exp $
+# $NetBSD: Makefile,v 1.40 2020/06/07 11:49:06 markd Exp $
DISTNAME= baloo-${KF5VER}
PKGNAME= baloo5-${KF5VER}
-PKGREVISION= 4
CATEGORIES= sysutils
HOMEPAGE= https://community.kde.org/Frameworks
diff -r cdab946f7887 -r 786528664f3d sysutils/baloo5/PLIST
--- a/sysutils/baloo5/PLIST Sun Jun 07 11:47:04 2020 +0000
+++ b/sysutils/baloo5/PLIST Sun Jun 07 11:49:06 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2020/01/29 11:49:27 markd Exp $
+@comment $NetBSD: PLIST,v 1.10 2020/06/07 11:49:06 markd Exp $
bin/baloo_file
bin/baloo_file_extractor
bin/balooctl
@@ -11,6 +11,7 @@
include/KF5/Baloo/Baloo/QueryRunnable
include/KF5/Baloo/Baloo/ResultIterator
include/KF5/Baloo/Baloo/TagListJob
+include/KF5/Baloo/baloo/baloosettings.h
include/KF5/Baloo/baloo/core_export.h
include/KF5/Baloo/baloo/file.h
include/KF5/Baloo/baloo/filemonitor.h
@@ -422,6 +423,8 @@
share/locale/sl/LC_MESSAGES/baloo_file5.mo
share/locale/sl/LC_MESSAGES/baloo_file_extractor5.mo
share/locale/sl/LC_MESSAGES/balooctl5.mo
+share/locale/sl/LC_MESSAGES/baloodb5.mo
+share/locale/sl/LC_MESSAGES/balooengine5.mo
share/locale/sl/LC_MESSAGES/baloomonitorplugin.mo
share/locale/sl/LC_MESSAGES/baloosearch5.mo
share/locale/sl/LC_MESSAGES/balooshow5.mo
diff -r cdab946f7887 -r 786528664f3d sysutils/baloo5/distinfo
--- a/sysutils/baloo5/distinfo Sun Jun 07 11:47:04 2020 +0000
+++ b/sysutils/baloo5/distinfo Sun Jun 07 11:49:06 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2020/01/29 11:49:27 markd Exp $
+$NetBSD: distinfo,v 1.10 2020/06/07 11:49:06 markd Exp $
-SHA1 (baloo-5.66.0.tar.xz) = f48f5dcc6a15d55b06392c7d3cb12e9f8624d21c
-RMD160 (baloo-5.66.0.tar.xz) = 24d2b4c35d7a60306f5a0e2c8bfd35f5c53be135
-SHA512 (baloo-5.66.0.tar.xz) = b402dda13e7b1972e32d673e837280745a57b39cd0bd54efff9ef20252f0114dae86816f7cb81c1e62bd5b324c9b539543e235cc8ef59080fd67d79cd024981a
-Size (baloo-5.66.0.tar.xz) = 271812 bytes
+SHA1 (baloo-5.70.0.tar.xz) = e7d5de83b2c3fdb2b20a865d588098419e22f80d
+RMD160 (baloo-5.70.0.tar.xz) = d372f77be089c22742f003ca8ae092d99d3ddfe1
+SHA512 (baloo-5.70.0.tar.xz) = 9d2455c29f7f5609897d06271a62c285e03370fdb8d842be252953f8b1644351b6bf8f5dc2f685bfa1cab9ed494747b59eccfd4f0f616625822c72e97692a390
+Size (baloo-5.70.0.tar.xz) = 273108 bytes
Home |
Main Index |
Thread Index |
Old Index