GNOME Bugzilla – Bug 724473
Switch to Tracker 1.0
Last modified: 2014-02-16 15:23:06 UTC
See the patch.
Created attachment 269292 [details] [review] build: Switch to Tracker 1.0
Review of attachment 269292 [details] [review]: Are you sure you do not have a stale Git checkout: https://git.gnome.org/browse/gnome-documents/commit/?id=63d75dddce9a22f68a07bfd570bb5ada3148bbba ? :)
diff --git a/src/application.js b/src/application.js index 6db3704..6c69eff 100644 --- a/src/application.js +++ b/src/application.js @@ -29,7 +29,7 @@ const _ = imports.gettext.gettext; imports.gi.versions.GdPrivate = '1.0'; imports.gi.versions.Gd = '1.0'; imports.gi.versions.Tracker = '0.18'; -imports.gi.versions.TrackerMiner = '0.18'; +imports.gi.versions.TrackerMiner = '1.0'; imports.gi.versions.EvinceDocument = '3.0'; imports.gi.versions.Goa = '1.0'; imports.gi.versions.WebKit = '3.0'; I still see here '0.18': imports.gi.versions.Tracker = '0.18';
Review of attachment 269292 [details] [review]: Yes, you are right. The earlier patch was incomplete. I modified the commit message to refer to the earlier patch.