23245357 Move tracker to Userland and update to 1.6.0
authorNiveditha Rau <Niveditha.Rau@Oracle.COM>
Tue, 11 Oct 2016 21:00:10 -0700
changeset 7195 18231b3e4324
parent 7194 d2bff3b7b244
child 7196 b0e313a2264a
23245357 Move tracker to Userland and update to 1.6.0 PSARC/2016/408 GNOME 3 Miscellaneous Libraries 24374832 library/desktop/search/tracker has missing dependency on pdf-viewer/poppler
components/gnome/tracker/Makefile
components/gnome/tracker/depend.mk
components/gnome/tracker/patches/01-uuid-pc-check.patch
components/gnome/tracker/patches/02-uuid_unparse_lower.patch
components/gnome/tracker/patches/03-dbus-glib.patch
components/gnome/tracker/patches/04-process.patch
components/gnome/tracker/tracker.p5m
components/meta-packages/history/history
components/meta-packages/incorporation-cache
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/tracker/Makefile	Tue Oct 11 21:00:10 2016 -0700
@@ -0,0 +1,144 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+BUILD_BITS=		64_and_32
+# All components using gobject-introspection must be built with gcc as
+# gobject-introspection does not produce correct results when using Studio.
+COMPILER=		gcc
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		tracker
+COMPONENT_VERSION=	1.6.0
+COMPONENT_ARCHIVE_HASH= \
+	sha256:7e2729627224f43f8cd99c18d027a3b984e049fe924a265a9b31857566c9e28a
+COMPONENT_BUGDB=        gnome/libraries
+
+TPNO=			25835
+
+# Needs gobject-introspection, not available in S11
+include $(WS_MAKE_RULES)/no-evaluation.mk
+
+include $(WS_MAKE_RULES)/gnome-component.mk
+
+CFLAGS += $(XPG6MODE)
+
+CONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
+
+CONFIGURE_OPTIONS += --disable-libstemmer
+CONFIGURE_OPTIONS += --disable-maemo
+CONFIGURE_OPTIONS += --disable-schemas-compile
+CONFIGURE_OPTIONS += --disable-static
+CONFIGURE_OPTIONS += --disable-upower
+CONFIGURE_OPTIONS += --enable-artwork
+CONFIGURE_OPTIONS += --enable-cfg-man-pages
+CONFIGURE_OPTIONS += --enable-dvi
+CONFIGURE_OPTIONS += --enable-generic-media-extractor=gstreamer
+# Disabled for now because of errors
+#CONFIGURE_OPTIONS += --enable-gtk-doc
+CONFIGURE_OPTIONS += --enable-hal
+CONFIGURE_OPTIONS += --enable-icon
+CONFIGURE_OPTIONS += --enable-icu-charset-detection
+# Required for other components.
+CONFIGURE_OPTIONS += --enable-introspection
+CONFIGURE_OPTIONS += --enable-journal
+CONFIGURE_OPTIONS += --enable-libexif
+CONFIGURE_OPTIONS += --enable-libflac
+CONFIGURE_OPTIONS += --enable-libgsf
+CONFIGURE_OPTIONS += --enable-libgxps
+CONFIGURE_OPTIONS += --enable-libjpeg
+CONFIGURE_OPTIONS += --enable-libmediaart
+CONFIGURE_OPTIONS += --enable-libpng
+CONFIGURE_OPTIONS += --enable-libtiff
+CONFIGURE_OPTIONS += --enable-libvorbis
+CONFIGURE_OPTIONS += --enable-libxml2
+CONFIGURE_OPTIONS += --enable-miner-apps
+CONFIGURE_OPTIONS += --enable-miner-fs
+CONFIGURE_OPTIONS += --enable-miner-user-guides
+CONFIGURE_OPTIONS += --enable-mp3
+CONFIGURE_OPTIONS += --enable-nautilus-extension
+CONFIGURE_OPTIONS += --enable-playlist
+CONFIGURE_OPTIONS += --enable-poppler
+CONFIGURE_OPTIONS += --enable-ps
+CONFIGURE_OPTIONS += --enable-shared
+CONFIGURE_OPTIONS += --enable-taglib
+CONFIGURE_OPTIONS += --enable-text
+CONFIGURE_OPTIONS += --enable-tracker-fts
+CONFIGURE_OPTIONS += --enable-tracker-needle
+CONFIGURE_OPTIONS += --enable-tracker-preferences
+CONFIGURE_OPTIONS += --enable-tracker-writeback
+CONFIGURE_OPTIONS += --with-pic
+CONFIGURE_OPTIONS += --with-unicode-support=libicu
+CONFIGURE_OPTIONS += --with-bash-completion-dir=/etc/bash_completion.d
+
+# Required due to patches.
+COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
+
+# Delete once builds servers have nautilus installed
+NAUTILUS_BASE = $(WS_COMPONENTS)/gnome/nautilus/build/prototype/$(MACH)
+PKG_CONFIG_PATHS += $(NAUTILUS_BASE)$(PKG_CONFIG_PATH.$(BITS))
+
+LD_OPTIONS += -L $(NAUTILUS_BASE)$(USRLIB.$(BITS))
+
+CPPFLAGS += -I$(NAUTILUS_BASE)$(USRINCDIR)/nautilus
+
+DEPENDED += $(WS_TOP)/components/gnome/nautilus/build/manifest-$(MACH)-nautilus.depend
+
+REQUIRED_PACKAGES += $(shell $(GSED) -n -e 's/REQUIRED_PACKAGES +=//p' ../nautilus/Makefile)
+#end Delete
+
+REQUIRED_PACKAGES += codec/flac
+REQUIRED_PACKAGES += codec/libogg
+REQUIRED_PACKAGES += codec/libvorbis
+REQUIRED_PACKAGES += codec/ogg-vorbis
+REQUIRED_PACKAGES += database/sqlite-3
+REQUIRED_PACKAGES += desktop/pdf-viewer/poppler
+REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
+REQUIRED_PACKAGES += developer/icu
+REQUIRED_PACKAGES += developer/vala
+REQUIRED_PACKAGES += gnome/file-manager/nautilus
+REQUIRED_PACKAGES += image/library/libexif
+REQUIRED_PACKAGES += image/library/libjpeg
+REQUIRED_PACKAGES += image/library/libpng
+REQUIRED_PACKAGES += image/library/libtiff
+REQUIRED_PACKAGES += library/audio/taglib
+REQUIRED_PACKAGES += library/desktop/atk
+REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
+REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
+REQUIRED_PACKAGES += library/desktop/gstreamer-1
+REQUIRED_PACKAGES += library/desktop/gstreamer-1/gst-plugins-base
+REQUIRED_PACKAGES += library/desktop/gtk3
+REQUIRED_PACKAGES += library/desktop/libgsf
+REQUIRED_PACKAGES += library/exempi
+REQUIRED_PACKAGES += library/glib2
+REQUIRED_PACKAGES += library/desktop/libgxps
+REQUIRED_PACKAGES += library/gnome/libmediaart
+REQUIRED_PACKAGES += library/icu
+REQUIRED_PACKAGES += library/libxml2
+REQUIRED_PACKAGES += library/media-player/totem-pl-parser
+REQUIRED_PACKAGES += system/hal
+REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
+REQUIRED_PACKAGES += system/library/libdbus
+REQUIRED_PACKAGES += system/library/libdbus-glib
+REQUIRED_PACKAGES += system/library/math
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/tracker/depend.mk	Tue Oct 11 21:00:10 2016 -0700
@@ -0,0 +1,1 @@
+gnome/tracker: gnome/nautilus
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/tracker/patches/01-uuid-pc-check.patch	Tue Oct 11 21:00:10 2016 -0700
@@ -0,0 +1,68 @@
+Solaris libuuid doesn't deliver a pkg-config file yet; see bug 15586738.
+So this manually detects and adds the necessary flags to use Solaris
+libuuid.
+
+Not appropiate for upstream.
+--- tracker-1.4.0/configure.ac	2015-03-24 11:10:45.000000000 -0700
++++ tracker-1.4.0/configure.ac	2015-07-08 18:16:29.123676097 -0700
+@@ -274,15 +274,27 @@
+     ;;
+ esac
+ 
++AC_SEARCH_LIBS([uuid_generate], [uuid], [have_libuuid=yes], [have_libuuid=no])
++if test "x$have_libuuid" = "xyes"; then
++   AC_SEARCH_LIBS([uuid_unparse], [uuid], [have_libuuid=yes], [have_libuuid=no])
++   if test "x$have_libuuid" = "xyes"; then
++      AC_DEFINE(HAVE_LIBUUID, [], [Define if we have libuuid])
++   fi
++fi
++
+ # Check requirements for libtracker-data
+ LIBTRACKER_DATA_REQUIRED="glib-2.0     >= $GLIB_REQUIRED
+                           gio-unix-2.0 >= $GLIB_REQUIRED
+-                          sqlite3      >= $SQLITE_REQUIRED
+-                          uuid"
++                          sqlite3      >= $SQLITE_REQUIRED"
+ PKG_CHECK_MODULES(LIBTRACKER_DATA, [$LIBTRACKER_DATA_REQUIRED])
+ 
+ LIBTRACKER_DATA_LIBS="$LIBTRACKER_DATA_LIBS -lz -lm"
+ 
++if test "x$have_libuuid" = "xyes"; then
++   LIBTRACKER_DATA_CFLAGS="$LIBTRACKER_DATA_CFLAGS -I/usr/include/uuid"
++   LIBTRACKER_DATA_LIBS="$LIBTRACKER_DATA_LIBS -luuid"
++fi
++
+ # Check requirements for libtracker-direct
+ LIBTRACKER_DIRECT_REQUIRED="glib-2.0     >= $GLIB_REQUIRED
+                             gio-unix-2.0 >= $GLIB_REQUIRED"
+@@ -317,18 +327,26 @@
+ 
+ # Check requirements for libtracker-sparql
+ LIBTRACKER_SPARQL_REQUIRED="glib-2.0     >= $GLIB_REQUIRED
+-                            gio-unix-2.0 >= $GLIB_REQUIRED
+-                            uuid"
++                            gio-unix-2.0 >= $GLIB_REQUIRED"
+ 
+ PKG_CHECK_MODULES(LIBTRACKER_SPARQL, [$LIBTRACKER_SPARQL_REQUIRED])
+ 
++if test "x$have_libuuid" = "xyes"; then
++   LIBTRACKER_SPARQL_CFLAGS="$LIBTRACKER_SPARQL_CFLAGS -I/usr/include/uuid"
++   LIBTRACKER_SPARQL_LIBS="$LIBTRACKER_SPARQL_LIBS -luuid"
++fi
++
+ # Check requirements for tracker-control
+ TRACKER_REQUIRED="glib-2.0     >= $GLIB_REQUIRED
+-                  gio-unix-2.0 >= $GLIB_REQUIRED
+-                  uuid"
++                  gio-unix-2.0 >= $GLIB_REQUIRED"
+ 
+ PKG_CHECK_MODULES(TRACKER, [$TRACKER_REQUIRED])
+ 
++if test "x$have_libuuid" = "xyes"; then
++   TRACKER_CFLAGS="$TRACKER_CFLAGS -I/usr/include/uuid"
++   TRACKER_LIBS="$TRACKER_LIBS -luuid"
++fi
++
+ # Check requirements for tracker-resdump
+ TRACKER_RESDUMP_REQUIRED="glib-2.0     >= $GLIB_REQUIRED
+                           gee-0.8      >= $GEE_REQUIRED"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/tracker/patches/02-uuid_unparse_lower.patch	Tue Oct 11 21:00:10 2016 -0700
@@ -0,0 +1,48 @@
+Solaris libuuid doesn't have a uuid_unparse_lower or uuid_unparse_upper;
+however, libuuid's uuid_unparse always returns lowercase characters so is
+the equivalent of uuid_unparse_lower.  Regardless, bug 21395188 has been
+filed to add these to Solaris.
+
+Not appropriate for upstream.
+--- tracker-1.4.0/src/libtracker-sparql/tracker-utils.c	2015-03-17 12:24:05.000000000 -0700
++++ tracker-1.4.0/src/libtracker-sparql/tracker-utils.c	2015-07-08 17:14:03.162585414 -0700
+@@ -35,7 +35,7 @@
+ gchar* tracker_sparql_escape_uri_printf (const gchar* format, ...);
+ gchar* tracker_sparql_escape_string (const gchar* literal);
+ void uuid_generate (guchar* uuid);
+-void uuid_unparse_lower (guchar* uuid, gchar* out);
++void uuid_unparse (guchar* uuid, gchar* out);
+ gchar* tracker_sparql_get_uuid_urn (void);
+ 
+ 
+@@ -283,7 +283,7 @@
+ #line 117 "/home/carlos/Source/gnome/tracker/src/libtracker-sparql/tracker-utils.vala"
+ 	uuid_generate (base_uuid);
+ #line 118 "/home/carlos/Source/gnome/tracker/src/libtracker-sparql/tracker-utils.vala"
+-	uuid_unparse_lower (base_uuid, (gchar*) lower);
++	uuid_unparse (base_uuid, (gchar*) lower);
+ #line 121 "/home/carlos/Source/gnome/tracker/src/libtracker-sparql/tracker-utils.vala"
+ 	_tmp2_ = g_strdup_printf ("urn:uuid:%s", lower);
+ #line 121 "/home/carlos/Source/gnome/tracker/src/libtracker-sparql/tracker-utils.vala"
+--- tracker-1.4.0/src/libtracker-sparql/tracker-utils.vala	2014-02-14 03:05:48.000000000 -0800
++++ tracker-1.4.0/src/libtracker-sparql/tracker-utils.vala	2015-07-08 17:14:12.612902806 -0700
+@@ -94,8 +94,8 @@
+ 	[CCode (cname = "uuid_generate")]
+ 	private extern static void uuid_generate ([CCode (array_length = false)] uchar[] uuid);
+ 
+-	[CCode (cname = "uuid_unparse_lower")]
+-	private extern static void uuid_unparse_lower ([CCode (array_length = false)] uchar[] uuid, char* out);
++	[CCode (cname = "uuid_unparse")]
++	private extern static void uuid_unparse ([CCode (array_length = false)] uchar[] uuid, char* out);
+ 
+ 	/**
+ 	 * tracker_sparql_get_uuid_urn:
+@@ -115,7 +115,7 @@
+ 		string lower = (string) new char[37];
+ 
+ 		uuid_generate (base_uuid);
+-		uuid_unparse_lower (base_uuid, (char *) lower);
++		uuid_unparse (base_uuid, (char *) lower);
+ 
+ 		// generate uuid
+ 		return "urn:uuid:%s".printf (lower);
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/tracker/patches/03-dbus-glib.patch	Tue Oct 11 21:00:10 2016 -0700
@@ -0,0 +1,23 @@
+Tracker uses functions from dbus-glib but forgets to link to it; this is
+probably because the HAL backend is basically unmaintained at this point.
+
+Need to file upstream bug
+
+--- tracker-1.4.0/configure.ac  2015-07-08 18:31:00.186791785 -0700
++++ tracker-1.4.0.new/configure.ac      2015-07-08 18:30:17.307448003 -0700
+@@ -197,6 +197,7 @@
+ 
+ # Library required versions
+ DBUS_REQUIRED=1.3.1
++DBUS_GLIB_REQUIRED=0.100
+ GLIB_REQUIRED=2.40.0
+ PANGO_REQUIRED=1.0.0
+ GTK_REQUIRED=3.0.0
+@@ -967,6 +968,7 @@
+ if test "x$have_upower" != "xyes" && test "x$enable_hal" != "xno"; then
+    PKG_CHECK_MODULES(HAL,
+                      [dbus-1      >= $DBUS_REQUIRED
++                      dbus-glib-1 >= $DBUS_GLIB_REQUIRED
+                       hal         >= $HAL_REQUIRED],
+                      [have_hal=yes] ,
+                      [have_hal=no])
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/tracker/patches/04-process.patch	Tue Oct 11 21:00:10 2016 -0700
@@ -0,0 +1,18 @@
+To use psinfo_t structure, Tracker needs to also include procfs.h on
+Solaris.
+
+Need to file upstream bug
+
+--- tracker-1.4.0/src/tracker/tracker-process.c 2015-01-26 15:58:43.000000000 -0800
++++ tracker-1.4.0/src/tracker/tracker-process.c     2015-07-08 18:28:17.031064501 -0700
+@@ -28,6 +28,10 @@
+ 
+ #include "tracker-process.h"
+ 
++#ifdef __sun /* Solaris */
++#include <sys/procfs.h>
++#endif
++
+ static TrackerProcessData *
+ process_data_new (gchar *cmd, pid_t pid)
+ {
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/tracker/tracker.p5m	Tue Oct 11 21:00:10 2016 -0700
@@ -0,0 +1,444 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> \
+    default mangler.man.stability "pass-through volatile">
+set name=pkg.fmri \
+    value=pkg:/library/desktop/search/tracker@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary \
+    value="A search engine, search tool and metadata storage system"
+set name=pkg.description \
+    value="Tracker is a search engine, search tool and metadata storage system.  It allows you to find the proverbial needle in your computer's haystack as well as providing a one stop solution to the organisation, storage and categorisation of your data."
+set name=com.oracle.info.description value=$(COMPONENT_NAME)
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value="org.opensolaris.category.2008:Applications/System Utilities"
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2016/408
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=etc/bash_completion.d/tracker
+file path=etc/xdg/autostart/tracker-extract.desktop
+file path=etc/xdg/autostart/tracker-miner-apps.desktop
+file path=etc/xdg/autostart/tracker-miner-fs.desktop
+file path=etc/xdg/autostart/tracker-miner-user-guides.desktop
+file path=etc/xdg/autostart/tracker-store.desktop
+file path=usr/bin/tracker
+file path=usr/bin/tracker-control
+file path=usr/bin/tracker-import
+file path=usr/bin/tracker-info
+file path=usr/bin/tracker-needle
+file path=usr/bin/tracker-preferences
+file path=usr/bin/tracker-search
+file path=usr/bin/tracker-sparql
+file path=usr/bin/tracker-stats
+file path=usr/bin/tracker-tag
+file path=usr/include/tracker-1.0/libtracker-control/tracker-control.h
+file path=usr/include/tracker-1.0/libtracker-control/tracker-miner-manager.h
+file path=usr/include/tracker-1.0/libtracker-miner/tracker-data-provider.h
+file path=usr/include/tracker-1.0/libtracker-miner/tracker-decorator-fs.h
+file path=usr/include/tracker-1.0/libtracker-miner/tracker-decorator.h
+file path=usr/include/tracker-1.0/libtracker-miner/tracker-enumerator.h
+file path=usr/include/tracker-1.0/libtracker-miner/tracker-indexing-tree.h
+file path=usr/include/tracker-1.0/libtracker-miner/tracker-miner-enum-types.h
+file path=usr/include/tracker-1.0/libtracker-miner/tracker-miner-enums.h
+file path=usr/include/tracker-1.0/libtracker-miner/tracker-miner-fs.h
+file path=usr/include/tracker-1.0/libtracker-miner/tracker-miner-object.h
+file path=usr/include/tracker-1.0/libtracker-miner/tracker-miner-online.h
+file path=usr/include/tracker-1.0/libtracker-miner/tracker-miner.h
+file path=usr/include/tracker-1.0/libtracker-sparql/tracker-generated.h
+file path=usr/include/tracker-1.0/libtracker-sparql/tracker-ontologies.h
+file path=usr/include/tracker-1.0/libtracker-sparql/tracker-sparql.h
+file path=usr/include/tracker-1.0/libtracker-sparql/tracker-version.h
+file path=usr/lib/$(MACH64)/girepository-1.0/Tracker-1.0.typelib
+file path=usr/lib/$(MACH64)/girepository-1.0/TrackerControl-1.0.typelib
+file path=usr/lib/$(MACH64)/girepository-1.0/TrackerMiner-1.0.typelib
+link path=usr/lib/$(MACH64)/libtracker-control-1.0.so \
+    target=libtracker-control-1.0.so.0.600.0
+link path=usr/lib/$(MACH64)/libtracker-control-1.0.so.0 \
+    target=libtracker-control-1.0.so.0.600.0
+file path=usr/lib/$(MACH64)/libtracker-control-1.0.so.0.600.0
+link path=usr/lib/$(MACH64)/libtracker-miner-1.0.so \
+    target=libtracker-miner-1.0.so.0.600.0
+link path=usr/lib/$(MACH64)/libtracker-miner-1.0.so.0 \
+    target=libtracker-miner-1.0.so.0.600.0
+file path=usr/lib/$(MACH64)/libtracker-miner-1.0.so.0.600.0
+link path=usr/lib/$(MACH64)/libtracker-sparql-1.0.so \
+    target=libtracker-sparql-1.0.so.0.600.0
+link path=usr/lib/$(MACH64)/libtracker-sparql-1.0.so.0 \
+    target=libtracker-sparql-1.0.so.0.600.0
+file path=usr/lib/$(MACH64)/libtracker-sparql-1.0.so.0.600.0
+file path=usr/lib/$(MACH64)/nautilus/extensions-3.0/libnautilus-tracker-tags.so
+file path=usr/lib/$(MACH64)/pkgconfig/tracker-control-1.0.pc
+file path=usr/lib/$(MACH64)/pkgconfig/tracker-miner-1.0.pc
+file path=usr/lib/$(MACH64)/pkgconfig/tracker-sparql-1.0.pc
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-abw.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-bmp.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-dummy.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-dvi.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-epub.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-flac.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-gstreamer.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-html.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-icon.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-jpeg.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-mp3.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-msoffice-xml.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-msoffice.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-oasis.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-pdf.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-playlist.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-png.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-ps.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-text.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-tiff.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-vorbis.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-xmp.so
+file path=usr/lib/$(MACH64)/tracker-1.0/extract-modules/libextract-xps.so
+link path=usr/lib/$(MACH64)/tracker-1.0/libtracker-common.so \
+    target=libtracker-common.so.0.0.0
+link path=usr/lib/$(MACH64)/tracker-1.0/libtracker-common.so.0 \
+    target=libtracker-common.so.0.0.0
+file path=usr/lib/$(MACH64)/tracker-1.0/libtracker-common.so.0.0.0
+link path=usr/lib/$(MACH64)/tracker-1.0/libtracker-data.so \
+    target=libtracker-data.so.0.0.0
+link path=usr/lib/$(MACH64)/tracker-1.0/libtracker-data.so.0 \
+    target=libtracker-data.so.0.0.0
+file path=usr/lib/$(MACH64)/tracker-1.0/libtracker-data.so.0.0.0
+link path=usr/lib/$(MACH64)/tracker-1.0/libtracker-extract.so \
+    target=libtracker-extract.so.0.0.0
+link path=usr/lib/$(MACH64)/tracker-1.0/libtracker-extract.so.0 \
+    target=libtracker-extract.so.0.0.0
+file path=usr/lib/$(MACH64)/tracker-1.0/libtracker-extract.so.0.0.0
+file path=usr/lib/$(MACH64)/tracker-1.0/writeback-modules/libwriteback-taglib.so
+file path=usr/lib/$(MACH64)/tracker-1.0/writeback-modules/libwriteback-xmp.so
+file path=usr/lib/$(MACH64)/tracker-extract mode=0555
+file path=usr/lib/$(MACH64)/tracker-miner-apps mode=0555
+file path=usr/lib/$(MACH64)/tracker-miner-fs mode=0555
+file path=usr/lib/$(MACH64)/tracker-miner-user-guides
+file path=usr/lib/$(MACH64)/tracker-store mode=0555
+file path=usr/lib/$(MACH64)/tracker-writeback mode=0555
+file path=usr/lib/girepository-1.0/Tracker-1.0.typelib
+file path=usr/lib/girepository-1.0/TrackerControl-1.0.typelib
+file path=usr/lib/girepository-1.0/TrackerMiner-1.0.typelib
+link path=usr/lib/libtracker-control-1.0.so \
+    target=libtracker-control-1.0.so.0.600.0
+link path=usr/lib/libtracker-control-1.0.so.0 \
+    target=libtracker-control-1.0.so.0.600.0
+file path=usr/lib/libtracker-control-1.0.so.0.600.0
+link path=usr/lib/libtracker-miner-1.0.so target=libtracker-miner-1.0.so.0.600.0
+link path=usr/lib/libtracker-miner-1.0.so.0 \
+    target=libtracker-miner-1.0.so.0.600.0
+file path=usr/lib/libtracker-miner-1.0.so.0.600.0
+link path=usr/lib/libtracker-sparql-1.0.so \
+    target=libtracker-sparql-1.0.so.0.600.0
+link path=usr/lib/libtracker-sparql-1.0.so.0 \
+    target=libtracker-sparql-1.0.so.0.600.0
+file path=usr/lib/libtracker-sparql-1.0.so.0.600.0
+file path=usr/lib/nautilus/extensions-3.0/libnautilus-tracker-tags.so
+file path=usr/lib/pkgconfig/tracker-control-1.0.pc
+file path=usr/lib/pkgconfig/tracker-miner-1.0.pc
+file path=usr/lib/pkgconfig/tracker-sparql-1.0.pc
+file path=usr/lib/tracker-1.0/extract-modules/libextract-abw.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-bmp.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-dummy.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-dvi.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-epub.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-flac.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-gstreamer.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-html.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-icon.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-jpeg.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-mp3.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-msoffice-xml.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-msoffice.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-oasis.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-pdf.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-playlist.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-png.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-ps.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-text.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-tiff.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-vorbis.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-xmp.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-xps.so
+link path=usr/lib/tracker-1.0/libtracker-common.so \
+    target=libtracker-common.so.0.0.0
+link path=usr/lib/tracker-1.0/libtracker-common.so.0 \
+    target=libtracker-common.so.0.0.0
+file path=usr/lib/tracker-1.0/libtracker-common.so.0.0.0
+link path=usr/lib/tracker-1.0/libtracker-data.so target=libtracker-data.so.0.0.0
+link path=usr/lib/tracker-1.0/libtracker-data.so.0 \
+    target=libtracker-data.so.0.0.0
+file path=usr/lib/tracker-1.0/libtracker-data.so.0.0.0
+link path=usr/lib/tracker-1.0/libtracker-extract.so \
+    target=libtracker-extract.so.0.0.0
+link path=usr/lib/tracker-1.0/libtracker-extract.so.0 \
+    target=libtracker-extract.so.0.0.0
+file path=usr/lib/tracker-1.0/libtracker-extract.so.0.0.0
+file path=usr/lib/tracker-1.0/writeback-modules/libwriteback-taglib.so
+file path=usr/lib/tracker-1.0/writeback-modules/libwriteback-xmp.so
+file path=usr/lib/tracker-extract mode=0555
+file path=usr/lib/tracker-miner-apps mode=0555
+file path=usr/lib/tracker-miner-fs mode=0555
+file path=usr/lib/tracker-miner-user-guides mode=0555
+file path=usr/lib/tracker-store mode=0555
+file path=usr/lib/tracker-writeback mode=0555
+file path=usr/share/appdata/tracker-needle.appdata.xml
+file path=usr/share/appdata/tracker-preferences.appdata.xml
+file path=usr/share/applications/tracker-needle.desktop
+file path=usr/share/applications/tracker-preferences.desktop
+file path=usr/share/dbus-1/services/org.freedesktop.Tracker1.Miner.Applications.service
+file path=usr/share/dbus-1/services/org.freedesktop.Tracker1.Miner.Extract.service
+file path=usr/share/dbus-1/services/org.freedesktop.Tracker1.Miner.Files.service
+file path=usr/share/dbus-1/services/org.freedesktop.Tracker1.Miner.Userguides.service
+file path=usr/share/dbus-1/services/org.freedesktop.Tracker1.Writeback.service
+file path=usr/share/dbus-1/services/org.freedesktop.Tracker1.service
+file path=usr/share/gir-1.0/Tracker-1.0.gir
+file path=usr/share/gir-1.0/TrackerControl-1.0.gir
+file path=usr/share/gir-1.0/TrackerMiner-1.0.gir
+file path=usr/share/glib-2.0/schemas/org.freedesktop.Tracker.DB.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.freedesktop.Tracker.Extract.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.freedesktop.Tracker.FTS.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.freedesktop.Tracker.Miner.Files.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.freedesktop.Tracker.Store.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.freedesktop.Tracker.Writeback.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.freedesktop.Tracker.enums.xml
+file path=usr/share/glib-2.0/schemas/org.freedesktop.Tracker.gschema.xml
+file path=usr/share/icons/hicolor/16x16/apps/tracker.png
+file path=usr/share/icons/hicolor/22x22/apps/tracker.png
+file path=usr/share/icons/hicolor/24x24/apps/tracker.png
+file path=usr/share/icons/hicolor/32x32/apps/tracker.png
+file path=usr/share/icons/hicolor/48x48/apps/tracker.png
+file path=usr/share/icons/hicolor/scalable/apps/tracker.svg
+file path=usr/share/locale/ar/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/as/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/be@latin/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/bs/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/ca/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/ca@valencia/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/cs/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/da/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/de/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/dz/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/el/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/en_GB/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/eo/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/es/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/et/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/eu/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/fi/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/fr/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/gl/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/he/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/hu/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/id/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/it/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/ja/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/ko/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/lt/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/lv/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/mk/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/ml/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/nb/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/nds/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/nl/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/oc/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/pa/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/pl/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/pt/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/pt_BR/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/ro/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/ru/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/sk/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/sl/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/sr/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/sr@latin/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/sv/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/te/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/tg/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/th/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/tr/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/uk/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/zh_CN/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/zh_HK/LC_MESSAGES/tracker.mo
+file path=usr/share/locale/zh_TW/LC_MESSAGES/tracker.mo
+file path=usr/share/man/man1/tracker-daemon.1
+file path=usr/share/man/man1/tracker-daemon.1
+file path=usr/share/man/man1/tracker-extract.1
+file path=usr/share/man/man1/tracker-extract.1
+file path=usr/share/man/man1/tracker-index.1
+file path=usr/share/man/man1/tracker-index.1
+file path=usr/share/man/man1/tracker-info.1
+file path=usr/share/man/man1/tracker-info.1
+file path=usr/share/man/man1/tracker-miner-fs.1
+file path=usr/share/man/man1/tracker-miner-fs.1
+file path=usr/share/man/man1/tracker-needle.1
+file path=usr/share/man/man1/tracker-needle.1
+file path=usr/share/man/man1/tracker-preferences.1
+file path=usr/share/man/man1/tracker-preferences.1
+file path=usr/share/man/man1/tracker-reset.1
+file path=usr/share/man/man1/tracker-reset.1
+file path=usr/share/man/man1/tracker-search.1
+file path=usr/share/man/man1/tracker-search.1
+file path=usr/share/man/man1/tracker-sparql.1
+file path=usr/share/man/man1/tracker-sparql.1
+file path=usr/share/man/man1/tracker-sql.1
+file path=usr/share/man/man1/tracker-sql.1
+file path=usr/share/man/man1/tracker-status.1
+file path=usr/share/man/man1/tracker-status.1
+file path=usr/share/man/man1/tracker-store.1
+file path=usr/share/man/man1/tracker-store.1
+file path=usr/share/man/man1/tracker-tag.1
+file path=usr/share/man/man1/tracker-tag.1
+file path=usr/share/man/man1/tracker-writeback.1
+file path=usr/share/man/man1/tracker-writeback.1
+file path=usr/share/man/man5/tracker-db.cfg.5
+file path=usr/share/man/man5/tracker-db.cfg.5
+file path=usr/share/man/man5/tracker-extract.cfg.5
+file path=usr/share/man/man5/tracker-extract.cfg.5
+file path=usr/share/man/man5/tracker-fts.cfg.5
+file path=usr/share/man/man5/tracker-fts.cfg.5
+file path=usr/share/man/man5/tracker-miner-fs.cfg.5
+file path=usr/share/man/man5/tracker-miner-fs.cfg.5
+file path=usr/share/man/man5/tracker-store.cfg.5
+file path=usr/share/man/man5/tracker-store.cfg.5
+file path=usr/share/man/man5/tracker-writeback.cfg.5
+file path=usr/share/man/man5/tracker-writeback.cfg.5
+file path=usr/share/tracker-tests/01-writeback.py
+file path=usr/share/tracker/extract-rules/10-abw.rule
+file path=usr/share/tracker/extract-rules/10-bmp.rule
+file path=usr/share/tracker/extract-rules/10-comics.rule
+file path=usr/share/tracker/extract-rules/10-dvi.rule
+file path=usr/share/tracker/extract-rules/10-ebooks.rule
+file path=usr/share/tracker/extract-rules/10-epub.rule
+file path=usr/share/tracker/extract-rules/10-flac.rule
+file path=usr/share/tracker/extract-rules/10-html.rule
+file path=usr/share/tracker/extract-rules/10-ico.rule
+file path=usr/share/tracker/extract-rules/10-jpeg.rule
+file path=usr/share/tracker/extract-rules/10-mp3.rule
+file path=usr/share/tracker/extract-rules/10-msoffice.rule
+file path=usr/share/tracker/extract-rules/10-oasis.rule
+file path=usr/share/tracker/extract-rules/10-pdf.rule
+file path=usr/share/tracker/extract-rules/10-png.rule
+file path=usr/share/tracker/extract-rules/10-ps.rule
+file path=usr/share/tracker/extract-rules/10-svg.rule
+file path=usr/share/tracker/extract-rules/10-tiff.rule
+file path=usr/share/tracker/extract-rules/10-vorbis.rule
+file path=usr/share/tracker/extract-rules/10-xmp.rule
+file path=usr/share/tracker/extract-rules/10-xps.rule
+file path=usr/share/tracker/extract-rules/11-msoffice-xml.rule
+file path=usr/share/tracker/extract-rules/15-gstreamer-guess.rule
+file path=usr/share/tracker/extract-rules/15-playlist.rule
+file path=usr/share/tracker/extract-rules/15-source-code.rule
+file path=usr/share/tracker/extract-rules/90-gstreamer-audio-generic.rule
+file path=usr/share/tracker/extract-rules/90-gstreamer-image-generic.rule
+file path=usr/share/tracker/extract-rules/90-gstreamer-video-generic.rule
+file path=usr/share/tracker/extract-rules/90-text-generic.rule
+link \
+    path=usr/share/tracker/miners/org.freedesktop.Tracker1.Miner.Applications.service \
+    target=../../dbus-1/services/org.freedesktop.Tracker1.Miner.Applications.service
+link \
+    path=usr/share/tracker/miners/org.freedesktop.Tracker1.Miner.Extract.service \
+    target=../../dbus-1/services/org.freedesktop.Tracker1.Miner.Extract.service
+link \
+    path=usr/share/tracker/miners/org.freedesktop.Tracker1.Miner.Files.service \
+    target=../../dbus-1/services/org.freedesktop.Tracker1.Miner.Files.service
+link \
+    path=usr/share/tracker/miners/org.freedesktop.Tracker1.Miner.Userguides.service \
+    target=../../dbus-1/services/org.freedesktop.Tracker1.Miner.Userguides.service
+file path=usr/share/tracker/ontologies/10-xsd.description
+file path=usr/share/tracker/ontologies/10-xsd.ontology
+file path=usr/share/tracker/ontologies/11-rdf.description
+file path=usr/share/tracker/ontologies/11-rdf.ontology
+file path=usr/share/tracker/ontologies/12-nrl.description
+file path=usr/share/tracker/ontologies/12-nrl.ontology
+file path=usr/share/tracker/ontologies/20-dc.description
+file path=usr/share/tracker/ontologies/20-dc.ontology
+file path=usr/share/tracker/ontologies/30-nie.description
+file path=usr/share/tracker/ontologies/30-nie.ontology
+file path=usr/share/tracker/ontologies/31-nao.description
+file path=usr/share/tracker/ontologies/31-nao.ontology
+file path=usr/share/tracker/ontologies/32-nco.description
+file path=usr/share/tracker/ontologies/32-nco.ontology
+file path=usr/share/tracker/ontologies/33-nfo.description
+file path=usr/share/tracker/ontologies/33-nfo.ontology
+file path=usr/share/tracker/ontologies/34-nmo.description
+file path=usr/share/tracker/ontologies/34-nmo.ontology
+file path=usr/share/tracker/ontologies/35-ncal.description
+file path=usr/share/tracker/ontologies/35-ncal.ontology
+file path=usr/share/tracker/ontologies/36-scal.description
+file path=usr/share/tracker/ontologies/36-scal.ontology
+file path=usr/share/tracker/ontologies/37-nid3.description
+file path=usr/share/tracker/ontologies/37-nid3.ontology
+file path=usr/share/tracker/ontologies/38-nmm.description
+file path=usr/share/tracker/ontologies/38-nmm.ontology
+file path=usr/share/tracker/ontologies/39-mto.description
+file path=usr/share/tracker/ontologies/39-mto.ontology
+file path=usr/share/tracker/ontologies/40-mlo.description
+file path=usr/share/tracker/ontologies/40-mlo.ontology
+file path=usr/share/tracker/ontologies/41-mfo.description
+file path=usr/share/tracker/ontologies/41-mfo.ontology
+file path=usr/share/tracker/ontologies/89-mtp.description
+file path=usr/share/tracker/ontologies/89-mtp.ontology
+file path=usr/share/tracker/ontologies/90-tracker.description
+file path=usr/share/tracker/ontologies/90-tracker.ontology
+file path=usr/share/tracker/ontologies/92-slo.description
+file path=usr/share/tracker/ontologies/92-slo.ontology
+file path=usr/share/tracker/ontologies/93-libosinfo.description
+file path=usr/share/tracker/ontologies/93-libosinfo.ontology
+file path=usr/share/tracker/stop-words/stopwords.da
+file path=usr/share/tracker/stop-words/stopwords.de
+file path=usr/share/tracker/stop-words/stopwords.en
+file path=usr/share/tracker/stop-words/stopwords.es
+file path=usr/share/tracker/stop-words/stopwords.fi
+file path=usr/share/tracker/stop-words/stopwords.fr
+file path=usr/share/tracker/stop-words/stopwords.hu
+file path=usr/share/tracker/stop-words/stopwords.it
+file path=usr/share/tracker/stop-words/stopwords.nb
+file path=usr/share/tracker/stop-words/stopwords.nl
+file path=usr/share/tracker/stop-words/stopwords.pt
+file path=usr/share/tracker/stop-words/stopwords.ru
+file path=usr/share/tracker/stop-words/stopwords.sv
+file path=usr/share/tracker/tracker-backup.xml
+file path=usr/share/tracker/tracker-extract-priority.xml
+file path=usr/share/tracker/tracker-extract.xml
+file path=usr/share/tracker/tracker-miner-files-index.xml
+file path=usr/share/tracker/tracker-miner.xml
+file path=usr/share/tracker/tracker-needle.ui
+file path=usr/share/tracker/tracker-preferences.ui
+file path=usr/share/tracker/tracker-resources.xml
+file path=usr/share/tracker/tracker-statistics.xml
+file path=usr/share/tracker/tracker-status.xml
+file path=usr/share/tracker/tracker-writeback.xml
+file path=usr/share/vala/vapi/tracker-control-1.0.deps
+file path=usr/share/vala/vapi/tracker-control-1.0.vapi
+file path=usr/share/vala/vapi/tracker-miner-1.0.deps
+file path=usr/share/vala/vapi/tracker-miner-1.0.vapi
+file path=usr/share/vala/vapi/tracker-sparql-1.0.deps
+file path=usr/share/vala/vapi/tracker-sparql-1.0.vapi
+license COPYING.GPL license=GPLv2
+license COPYING.LGPL license=LGPLv2.1
+license COPYING license=tracker
--- a/components/meta-packages/history/history	Sun Oct 23 23:01:55 2016 -0700
+++ b/components/meta-packages/history/history	Tue Oct 11 21:00:10 2016 -0700
@@ -114,7 +114,7 @@
 [email protected],5.11-0.175.0.0.0.0.0
 [email protected],5.11-0.175.0.0.0.0.0
 [email protected],5.11-0.175.0.0.0.0.0 library/desktop/search/[email protected] incorporate=consolidation/desktop/gnome-incorporation
[email protected],5.11-0.175.0.0.0.0.0 library/desktop/search/tracker/[email protected] incorporate=consolidation/desktop/gnome-incorporation
[email protected],5.12-5.12.0.0.0.112.0 incorporate=consolidation/desktop/gnome-incorporation
 [email protected],5.11-0.175.0.0.0.0.0
 [email protected],5.11-0.175.0.0.0.0.0 system/display-manager/[email protected]
 [email protected],5.12-5.12.0.0.0.90.0
@@ -931,6 +931,7 @@
 library/desktop/[email protected],5.12-5.12.0.0.0.90.0
 library/desktop/gtk2/[email protected],5.11-0.175.0.0.0.0.0 incorporate=consolidation/desktop/gnome-incorporation
 library/desktop/[email protected],5.11-0.175.0.0.0.0.0
+library/desktop/search/tracker/[email protected],5.12-5.12.0.0.0.112.0 incorporate=consolidation/desktop/gnome-incorporation
 library/desktop/xdg/[email protected]
 library/gnome/[email protected],5.12-5.12.0.0.0.112.0 library/desktop/startup-notification incorporate=consolidation/desktop/gnome-incorporation
 library/gnome/print/[email protected],5.11-0.175.0.0.0.0.0
--- a/components/meta-packages/incorporation-cache	Sun Oct 23 23:01:55 2016 -0700
+++ b/components/meta-packages/incorporation-cache	Tue Oct 11 21:00:10 2016 -0700
@@ -55,8 +55,6 @@
 consolidation/desktop/gnome-incorporation:library/desktop/[email protected]
 consolidation/desktop/gnome-incorporation:library/desktop/[email protected]
 consolidation/desktop/gnome-incorporation:library/desktop/[email protected]
-consolidation/desktop/gnome-incorporation:library/desktop/search/tracker/[email protected]
-consolidation/desktop/gnome-incorporation:library/desktop/search/[email protected]
 consolidation/desktop/gnome-incorporation:library/gnome/[email protected]
 consolidation/desktop/gnome-incorporation:library/gnome/[email protected]
 consolidation/desktop/gnome-incorporation:library/gnome/[email protected]