Commit Graph

138 Commits

Author SHA1 Message Date
ajacoutot
0ca0975327 Update to (meta-)tracker-0.16.0.
Merge -nautilus into -main.
2013-03-29 16:28:27 +00:00
ajacoutot
4df82ca4aa Remove mention of folks. 2013-03-29 09:09:25 +00:00
ajacoutot
001fd7011f Add x11/gnome/photos to the watch list. 2013-03-28 13:38:23 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
ajacoutot
9ac05f1317 Update to meta-tracker-0.14.5. 2013-02-06 15:54:46 +00:00
sthen
40f5f67190 cope with sysctl.h changes 2012-12-18 21:38:12 +00:00
ajacoutot
5f9b92aa16 tracker-monitor: add support for GKqueueDirectoryMonitor ; pushed upstream. 2012-11-16 07:22:51 +00:00
ajacoutot
758ec70411 Better kqueue integration with tracker_monitor_init. 2012-11-15 08:38:03 +00:00
espie
cecc2a325b keep fixing unit tests linking, but disable them for now.
bump main accordingly.
2012-11-10 11:10:41 +00:00
espie
6cf12e7529 work-around build issue 2012-11-09 10:49:32 +00:00
ajacoutot
2dac885844 Update to (meta-)tracker-0.14.4. 2012-11-01 18:26:01 +00:00
ajacoutot
fd662ad451 Fix comment. 2012-10-28 11:33:11 +00:00
ajacoutot
80a5664d73 check-lib-depends(1) does not work with unversioned solibs. 2012-10-28 11:13:51 +00:00
ajacoutot
2b9e9985e5 Bugfix update to (meta-)tracker-0.14.3. 2012-10-24 17:39:29 +00:00
ajacoutot
1f47ac627e Add -rpath to the pkg-config files. 2012-10-15 13:26:05 +00:00
ajacoutot
aeb1b044c5 Unbreak after recent webkit RUN_DEPENDS changes -- explicitely add
audio/taglib to LIB_DEPENDS.
2012-10-04 07:21:57 +00:00
ajacoutot
38197e93e6 Fix the lang/vala dependency. 2012-09-28 16:02:21 +00:00
ajacoutot
76c977f8b6 Disable the evolution subpackage until upstream fixes it to support the new
evolution.
Regen WANTLIB.
2012-09-28 15:57:27 +00:00
ajacoutot
dc40dbadd6 Explicitely patch for DATADIRNAME; the hack from the gnome MODULE will
be removed soon.
Tighten deps while here.
2012-09-11 06:03:27 +00:00
ajacoutot
529eb69489 Missing LIB_DEPENDS and regen WANTLIB to unbreak.
spotted by nigel@
2012-09-07 06:11:18 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
ajacoutot
1ebf521ccf DIFF_ARGS is not needed anymore. 2012-08-04 15:35:09 +00:00
ajacoutot
d7cc47da1e Regen WANTLIB to unbreak.
spotted by naddy@
2012-07-16 07:19:25 +00:00
ajacoutot
4c4a0e7aea Regen distinfo. 2012-07-13 10:33:14 +00:00
jasper
5f142059aa sigh, forgot another one 2012-07-12 12:18:53 +00:00
ajacoutot
b0aebe519d Add x11/gnome/documents to the watch list. 2012-07-08 09:09:43 +00:00
ajacoutot
e9068062f0 New HOMEPAGE.
from Sergey Bronnikov
2012-07-08 07:10:17 +00:00
ajacoutot
faebd13402 Update to (meta-)tracker-0.14.2. 2012-07-05 17:46:12 +00:00
ajacoutot
8f4dc25866 Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:30:18 +00:00
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
73190654ed WANTLIB, DEPENDS... after evolution update. 2012-03-29 07:28:05 +00:00
ajacoutot
682159e69b Update to (meta)-tracker-0.14.0. 2012-03-08 14:14:10 +00:00
ajacoutot
e81c2d2807 Add x11/gnome/grilo-plugins to the list of ports to watch. 2012-02-23 11:30:58 +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
409a5e76df Sync WANTLIB after gmime update. 2012-02-21 11:29:43 +00:00
ajacoutot
665a54371a Extend+sync comment about VERSION sync. 2012-02-18 18:40:18 +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
16ec0bf42f Remove bogus WANTLIB... not sure how it ended up there.
noticed by naddy@
2011-12-05 12:50:24 +00:00
ajacoutot
e73daf7b20 Use MODGNOME_ICON_CACHE. 2011-12-03 22:17:15 +00:00
ajacoutot
e9cf11c77f Update to meta-tracker-0.12.8. 2011-11-25 18:13:25 +00:00