From a9b5d336d81ae6523acd9021712a8e1d779a1cd8 Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Tue, 10 May 2011 13:44:25 -0400 Subject: Renamed the service data --- data/Makefile.am | 6 +++--- data/indicator-example.service.in | 3 --- data/indicator-notifications.service.in | 3 +++ 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 data/indicator-example.service.in create mode 100644 data/indicator-notifications.service.in (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 9eef2e0..bf27757 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,12 +1,12 @@ #SUBDIRS = icons dbus_servicesdir = $(DBUSSERVICEDIR) -dbus_services_DATA = indicator-example.service +dbus_services_DATA = indicator-notifications.service %.service: %.service.in sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ EXTRA_DIST = \ - indicator-example.service.in + indicator-notifications.service.in -CLEANFILES = indicator-example.service +CLEANFILES = indicator-notifications.service diff --git a/data/indicator-example.service.in b/data/indicator-example.service.in deleted file mode 100644 index 9f883f4..0000000 --- a/data/indicator-example.service.in +++ /dev/null @@ -1,3 +0,0 @@ -[D-BUS Service] -Name=com.example.indicator.example -Exec=@libexecdir@/indicator-example-service diff --git a/data/indicator-notifications.service.in b/data/indicator-notifications.service.in new file mode 100644 index 0000000..cc8faa8 --- /dev/null +++ b/data/indicator-notifications.service.in @@ -0,0 +1,3 @@ +[D-BUS Service] +Name=com.launchpad.recent-notifications.indicator +Exec=@libexecdir@/indicator-notifications-service -- cgit v1.2.3