ajacoutot
b1fb420ddf
Committed upstream.
2012-05-04 15:42:39 +00:00
ajacoutot
89485c58f3
Properly load the evolution plugin.
2012-05-04 09:16:04 +00:00
ajacoutot
b0e02de518
Update to meta-tracker-0.14.1.
2012-05-03 18:52:11 +00:00
ajacoutot
5e8783d8d3
Adapt monitor_limit after the recent nofiles limit bump in login.conf(5).
...
Fix WANTLIB-evolution.
2012-04-11 07:39:37 +00:00
ajacoutot
682159e69b
Update to (meta)-tracker-0.14.0.
2012-03-08 14:14:10 +00:00
ajacoutot
0f843aa060
Based the number of monitors on RLIMIT_NOFILE and max it to 2048.
2012-02-22 14:20:32 +00:00
ajacoutot
b046d640cb
Update to version 0.12.10.
...
Missing @pkgpath marker, spotted by Mikolaj Kucharski.
2012-02-16 22:20:02 +00:00
ajacoutot
593772291e
Bring a patch from upstream to fix a hard crash with the -evolution
...
subpackage.
Sync the tracker_file_open_fd patches with upstream.
ok sthen@
2012-02-02 07:12:23 +00:00
ajacoutot
488ad78d0d
open(2) with the NOATIME flag is only available on Linux. Instead of
...
duplicating the same code all over with ifdef, factorize into a function
that opens file descriptors in a portable way.
2012-01-22 15:13:23 +00:00
ajacoutot
8a7bc1db20
Implement get_memory_total().
2012-01-02 14:11:21 +00:00
ajacoutot
aa6ec00919
Use getrlimit(2) to set the maximum number of monitors instead of an
...
harcoded value.
2012-01-01 11:21:16 +00:00
ajacoutot
6c6f95f607
Recognize GKqueueDirectoryMonitor.
2012-01-01 09:02:11 +00:00
ajacoutot
439c9a9b23
Add link to bugzilla; no pkg change.
2011-12-21 14:20:06 +00:00
ajacoutot
db9e846927
Bugfix update to meta-tracker-0.12.9.
2011-12-16 17:36:55 +00:00
ajacoutot
e9cf11c77f
Update to meta-tracker-0.12.8.
2011-11-25 18:13:25 +00:00
ajacoutot
5f5ac0f663
Update to meta-tracker-0.12.7.
2011-10-27 15:39:00 +00:00
ajacoutot
5f6d01af2e
Update to (meta-)tracker-0.12.6.
2011-10-21 14:26:56 +00:00
ajacoutot
23a64929f0
Update to meta-tracker-0.12.5.
2011-10-16 08:54:53 +00:00
ajacoutot
03c5211b3e
Update to meta-tracker-0.12.4.
2011-10-06 20:26:47 +00:00
ajacoutot
341dede895
Update to (meta-)tracker-0.12.3.
2011-09-26 12:31:40 +00:00
ajacoutot
453eac5208
Update to tracker-0.12.2.
2011-09-22 18:34:24 +00:00
jasper
4e1f1e2718
sync, no pkg change
2011-09-21 14:16:45 +00:00
jasper
46de9514cb
slightly modify so it passes out pkg-config.
2011-09-20 16:56:00 +00:00
ajacoutot
f2db35e67a
Re-introduce some sane defaults:
...
* set default indexing speed to 10 (i.e. medium value 0->20)
* don't index removable devices
* stop indexing if available space is =< 5%
2011-09-18 09:21:34 +00:00
ajacoutot
cf5f83ec3b
Unbreak this port: major update to meta-tracker-0.12.1.
...
Introducing 3 subpackages:
-main (tracker itself)
-evolution (mail indexing)
-nautilus (tag editing from within nautilus)
2011-09-18 08:36:56 +00:00
jasper
883b52ddd4
- move away from old kinfo_proc2
2011-07-06 14:01:51 +00:00
jasper
30fde5c11d
- adjust after uuid changes
...
- explicitly depend on latest e2fsprogs revision
2011-07-06 07:23:20 +00:00
ajacoutot
cd09c8afb3
Fix a crasher spotted by zinke@
2011-07-05 17:54:07 +00:00
ajacoutot
98b70b9060
Don't use /proc to get the process name.
...
from robert@
2011-05-07 16:17:26 +00:00
ajacoutot
4a31fd6947
Small update to meta-tracker-0.8.18.
2011-04-27 11:09:50 +00:00
ajacoutot
8954f27882
Use kvm(3) instead of trying to get PIDs from /proc.
...
from and ok robert@
2011-01-15 19:51:08 +00:00
ajacoutot
57df60c082
Fix build and bump after evolution update.
2010-09-30 08:39:50 +00:00
ajacoutot
18293e02d2
Update to tracker-search-0.8.16.
2010-08-22 12:02:53 +00:00
ajacoutot
039a38fc60
Tracker can be *very* hard on ressources, so let's set some sane
...
defaults (which can be changed in the preferences):
* disable monitoring (gamin uses kqueue(2) and will run out of fds very
fast on a default GNOME system so it will fall back to polling which is
very ressource intensive)
* stop indexing if available space is =< 5%
* set default indexing speed to 10 (i.e. medium value 0->20)
* don't index removable devices
I will revisit this later when/if tracker behaves nicer.
2010-07-23 07:57:12 +00:00
ajacoutot
b4c9935c1c
Make sure we don't end up with the same entry listed several times in the
...
default configuration. This fixes crawling on systems where XDG_* special
directories are set to HOME.
2010-07-20 09:38:34 +00:00
ajacoutot
7cc52e17ea
Bugfix update to tracker-search-0.8.14.
2010-07-01 17:25:21 +00:00
ajacoutot
38a005d446
Bugfix update to tracker-search-0.8.12.
2010-06-18 06:23:45 +00:00
ajacoutot
f92b345380
We have strndup(3) and strnlen(3) now.
2010-05-21 11:58:36 +00:00
ajacoutot
38bf2c8233
Bugfix update to tracker-search-0.8.7.
2010-05-20 17:55:42 +00:00
ajacoutot
1ef4f9aae9
Bugfix update to tracker-search-0.8.6.
...
* fixes several mem leaks
2010-05-13 15:31:08 +00:00
ajacoutot
ea6f85ec25
Maintainance update to tracker-search-0.8.5.
...
* lots (!) of bugfixes
Our default GStreamer package now comes with much more useful plugins
than it used to, so no need for pkg/MESSAGE anymore, output is already
chatty enough.
2010-05-07 07:22:47 +00:00
ajacoutot
db4cb3a713
Don't spam xsession-errors with features we don't use.
2010-04-28 09:51:09 +00:00
ajacoutot
276c3a9bb7
Update to tracker-search-0.8.3.
2010-04-23 09:57:25 +00:00
ajacoutot
d80fe1c62c
Update to tracker-search-0.8.2.
2010-04-16 06:36:50 +00:00
ajacoutot
9b2fd079cb
Simplify patch.
2010-04-13 14:33:27 +00:00
ajacoutot
a717ca6bf6
Major update to tracker-search-0.8.1.
2010-04-09 09:00:31 +00:00
ajacoutot
86c563ff27
Update tracker to version 0.6.96.
...
ok jasper@
2010-03-21 10:41:37 +00:00
jasper
20e7f10120
- when there is no monitor running, don't crash. just exit. it's nicer.
...
issue found in budapest, but the spa made me forget about it.
ok ajacoutot@
2009-10-28 20:28:18 +00:00
jasper
afb68c4006
- remove XXX
2009-10-15 20:55:08 +00:00
ajacoutot
38132ac999
New evince will introduce a cyclic dependency:
...
evince -> nautilus -> tracker -> deskbar-applet -> py-gnome-desktop -> evince
Prevent this by removing the build_depends on deskbar-applet since it is
actually not needed even to get tracker functionnality in deskbar-applet.
2009-10-12 17:42:55 +00:00