diff options
| author | Charles Kerr <charles.kerr@canonical.com> | 2013-08-10 04:26:27 +0000 |
|---|---|---|
| committer | Tarmac <> | 2013-08-10 04:26:27 +0000 |
| commit | f28653eb1a4a310987fffc44334b93da3f547d41 (patch) | |
| tree | 82a72bfbb7eeca76766d73ae20f1152c5b8392c3 /data | |
| parent | 0391025f72e9e5fed972b40e63087635d50c9234 (diff) | |
| parent | a0616908a817d6fad47c29ae703fc8a2ea379af6 (diff) | |
| download | ayatana-indicator-bluetooth-f28653eb1a4a310987fffc44334b93da3f547d41.tar.gz ayatana-indicator-bluetooth-f28653eb1a4a310987fffc44334b93da3f547d41.tar.bz2 ayatana-indicator-bluetooth-f28653eb1a4a310987fffc44334b93da3f547d41.zip | |
Add phone profile. Export menus & actions using gio. Drops the gtk, dbusmenu, and libindicator build dependencies. Drops runtime dependency on gnome-blueooth in the phone profile.
Approved by Ted Gould, PS Jenkins bot, Mathieu Trudel-Lapierre.
Diffstat (limited to 'data')
| -rw-r--r-- | data/Makefile.am | 8 | ||||
| -rw-r--r-- | data/com.canonical.indicator.bluetooth | 10 |
2 files changed, 17 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 6f16e85..fc9beee 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,10 @@ -dbus_servicesdir = $(DBUSSERVICEDIR) + +# the indicator bus file +indicatorsdir = $(datadir)/unity/indicators +dist_indicators_DATA = com.canonical.indicator.bluetooth + +# the dbus service file +dbus_servicesdir = $(datadir)/dbus-1/services dbus_services_DATA = indicator-bluetooth.service %.service: %.service.in diff --git a/data/com.canonical.indicator.bluetooth b/data/com.canonical.indicator.bluetooth new file mode 100644 index 0000000..746157a --- /dev/null +++ b/data/com.canonical.indicator.bluetooth @@ -0,0 +1,10 @@ +[Indicator Service] +Name=indicator-bluetooth +ObjectPath=/com/canonical/indicator/bluetooth +Position=70 + +[desktop] +ObjectPath=/com/canonical/indicator/bluetooth/desktop + +[phone] +ObjectPath=/com/canonical/indicator/bluetooth/phone |
