From 356fd4ed9c9d394a8e4128accc93628df1b931d8 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Wed, 19 Jun 2013 14:58:12 -0400 Subject: Install indicator file --- data/Makefile.am | 5 ++++- data/com.canonical.indicator.sound | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 data/com.canonical.indicator.sound (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 2891606..243662c 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -10,10 +10,13 @@ dbus_services_DATA = indicator-sound.service %.service: %.service.in sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ +indicatordir = $(INDICATOR_DIR) +dist_indicator_DATA = com.canonical.indicator.sound + EXTRA_DIST = \ $(gsettings_SCHEMAS) \ indicator-sound.service.in CLEANFILES = \ $(dbus_services_DATA) - \ No newline at end of file + diff --git a/data/com.canonical.indicator.sound b/data/com.canonical.indicator.sound new file mode 100644 index 0000000..825fd30 --- /dev/null +++ b/data/com.canonical.indicator.sound @@ -0,0 +1,6 @@ +[Indicator Service] +Name=indicator-sound +ObjectPath=/com/canonical/indicator/sound + +[desktop] +ObjectPath=/com/canonical/indicator/sound/desktop -- cgit v1.2.3