Commit Graph

88 Commits

Author SHA1 Message Date
ajacoutot
1c86afc6cd Sync dependencies after gconf2 lost its dependency to ORBit.
This should cover all fallout but there may be some dark corners which I
missed...
2011-10-29 08:12:31 +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
jasper
6a8b83abeb sync after recent gnome.port.mk CONFIGURE_ENV changes 2011-09-28 09:47:46 +00:00
ajacoutot
341dede895 Update to (meta-)tracker-0.12.3. 2011-09-26 12:31:40 +00:00
ajacoutot
b76d89fb27 Regen WANTLIB to unbreak. 2011-09-26 10:20:13 +00:00
ajacoutot
453eac5208 Update to tracker-0.12.2. 2011-09-22 18:34:24 +00:00
ajacoutot
b2cd819e66 Unbreak after evolution update. 2011-09-22 08:53:05 +00:00
jasper
4e1f1e2718 sync, no pkg change 2011-09-21 14:16:45 +00:00
jasper
af349cceca bump after recent evolution update 2011-09-21 13:28:47 +00:00
jasper
df5676b596 CONFIGURE_SHARED is now implied by gnome.port.mk, so no need to make it explicit anymore. 2011-09-20 21:10:00 +00:00
jasper
390043cddc - switch to MODGNOME_TOOLS 2011-09-20 20:52:45 +00:00
ajacoutot
b49127c532 Missed bump. 2011-09-20 17:00:14 +00:00
jasper
46de9514cb slightly modify so it passes out pkg-config. 2011-09-20 16:56:00 +00:00
ajacoutot
034d725fcc DESKTOP_FILES => MODGNOME_DESKTOP_FILE, like it should always have been.
discussed with and ok jasper@
2011-09-19 07:44:58 +00:00
ajacoutot
c48535214e Missing BUILD_DEPENDS. 2011-09-18 10:27:02 +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
espie
346b5bc6dc normalize pkgpath 2011-09-16 12:29:12 +00:00
jasper
9d1eccb70a switch to using .tar.xz by default 2011-09-12 12:04:16 +00:00
ajacoutot
cb6176d075 Temporarily mark these broken until we can update them. 2011-09-12 08:02:55 +00:00
ajacoutot
b57e1c04f8 Fix WANTLIB after gmime/gpgme update. 2011-08-30 06:52:57 +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
rpointel
b9417a33bb bump after default python version switch. 2011-06-08 17:35:54 +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
951a4096c2 WANTLIB. 2011-01-15 21:01:57 +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
83fd57d4fb Fix DESCR. 2010-12-14 09:54:17 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
ajacoutot
be53f567ae Rename tracker-search to meta-tracker as it's what it is and even
upstream refers to it as such.

jasper@ agrees
2010-11-17 20:40:16 +00:00
espie
8e072131b6 USE_GROFF=Yes 2010-10-19 08:13:56 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
ajacoutot
eb129d2d8d Fix tracker evolution plugin loading. 2010-10-07 14:31:36 +00:00
ajacoutot
57df60c082 Fix build and bump after evolution update. 2010-09-30 08:39:50 +00:00
landry
61f660b7db Add devel/libgsf to LIB_DEPENDS, following librsvg update. 2010-09-28 11:52:36 +00:00
ajacoutot
16632b58cb Minor update to tracker-search-0.8.17. 2010-09-02 15:33:33 +00:00
sthen
dc15596d75 python bumps 2010-08-30 21:53:59 +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
3b93e116fc Bugfix update to tracker-search-0.8.15. 2010-07-16 11:56:15 +00:00
ajacoutot
4d72d58e97 Fix CONFIGURE_ARGS, no binary change. 2010-07-13 14:52:26 +00:00
ajacoutot
7cc52e17ea Bugfix update to tracker-search-0.8.14. 2010-07-01 17:25:21 +00:00
ajacoutot
37110cc891 Bugfix update to tracker-search-0.8.13. 2010-06-26 04:15:19 +00:00
ajacoutot
38a005d446 Bugfix update to tracker-search-0.8.12. 2010-06-18 06:23:45 +00:00