diff options
author | Jason Conti <jason.conti@gmail.com> | 2011-05-10 13:44:25 -0400 |
---|---|---|
committer | Jason Conti <jason.conti@gmail.com> | 2011-05-10 13:44:25 -0400 |
commit | a9b5d336d81ae6523acd9021712a8e1d779a1cd8 (patch) | |
tree | 0cfa4c99d1440d4cc12fcd97097ee4b3825b4f3e | |
parent | 8af1b04c6e64f3ddfc5d1454474a422f2b7772b9 (diff) | |
download | ayatana-indicator-notifications-a9b5d336d81ae6523acd9021712a8e1d779a1cd8.tar.gz ayatana-indicator-notifications-a9b5d336d81ae6523acd9021712a8e1d779a1cd8.tar.bz2 ayatana-indicator-notifications-a9b5d336d81ae6523acd9021712a8e1d779a1cd8.zip |
Renamed the service data
-rw-r--r-- | data/Makefile.am | 6 | ||||
-rw-r--r-- | data/indicator-example.service.in | 3 | ||||
-rw-r--r-- | data/indicator-notifications.service.in | 3 |
3 files changed, 6 insertions, 6 deletions
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 |