tracker r1513 - in branches/indexer-split: . data
- From: mr svn gnome org
- To: svn-commits-list gnome org
- Subject: tracker r1513 - in branches/indexer-split: . data
- Date: Wed, 28 May 2008 12:45:05 +0000 (UTC)
Author: mr
Date: Wed May 28 12:45:05 2008
New Revision: 1513
URL: http://svn.gnome.org/viewvc/tracker?rev=1513&view=rev
Log:
* data/Makefile.am:
* data/tracker-indexer.service.in:
* data/tracker.service.in: Added a service for the indexer to
start when we try to communicate with it. This is an initial step,
there launching the binary will not associate itself with the DBus
name in the session just yet.
Added:
branches/indexer-split/data/tracker-indexer.service.in
branches/indexer-split/data/trackerd.service.in
- copied unchanged from r1509, /branches/indexer-split/data/tracker.service.in
Removed:
branches/indexer-split/data/tracker.service.in
Modified:
branches/indexer-split/ChangeLog
branches/indexer-split/data/Makefile.am
Modified: branches/indexer-split/data/Makefile.am
==============================================================================
--- branches/indexer-split/data/Makefile.am (original)
+++ branches/indexer-split/data/Makefile.am Wed May 28 12:45:05 2008
@@ -22,12 +22,21 @@
sqlite-metadata.sql \
sqlite-xesam.sql
-servicedir = $(DBUS_SERVICES_DIR)
-service_in_files = tracker.service.in
-service_DATA = tracker.service
+# Services
+trackerd_servicedir = $(DBUS_SERVICES_DIR)
+trackerd_service_DATA = trackerd.service
-CLEANFILES = $(service_DATA)
-EXTRA_DIST = $(config_DATA) $(service_in_files)
+tracker_indexer_servicedir = $(DBUS_SERVICES_DIR)
+tracker_indexer_service_DATA = tracker-indexer.service
%.service: %.service.in
@sed -e "s|\ bindir\@|$(bindir)|" $< > $@
+
+EXTRA_DIST = \
+ $(trackerd_service_DATA) \
+ $(tracker_indexer_service_DATA) \
+ $(config_DATA)
+
+CLEANFILES = \
+ $(trackerd_service_DATA) \
+ $(tracker_indexer_service_DATA)
Added: branches/indexer-split/data/tracker-indexer.service.in
==============================================================================
--- (empty file)
+++ branches/indexer-split/data/tracker-indexer.service.in Wed May 28 12:45:05 2008
@@ -0,0 +1,3 @@
+[D-BUS Service]
+Name=org.freedesktop.TrackerIndexer
+Exec= bindir@/tracker-indexer
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]