summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorrobot101 <>2007-03-08 17:28:17 +0000
committerrobot101 <>2007-03-08 17:28:17 +0000
commit868dd2a46dd28b49eb2f8bfa521e5c615f594bc3 (patch)
tree0619bdef59c55ecb8a3414df610eed08b59d5e8d /data
parent36e7ba52d4397763aca609c368bc6f2472b644a1 (diff)
[svn-to-darcs @ 3]
Diffstat (limited to 'data')
-rw-r--r--data/.git-darcs-dir0
-rw-r--r--data/Makefile.am13
-rw-r--r--data/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service.in4
3 files changed, 17 insertions, 0 deletions
diff --git a/data/.git-darcs-dir b/data/.git-darcs-dir
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/data/.git-darcs-dir
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..cf02bfe
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,13 @@
+# Dbus service file
+BUILT_FILES = $(service_in_files:.service.in=.service)
+
+servicedir = $(DBUS_SERVICES_DIR)
+service_in_files = org.freedesktop.Telepathy.ConnectionManager.sofiasip.service.in
+service_DATA = $(BUILT_FILES)
+CLEANFILES = $(BUILT_FILES)
+
+EXTRA_DIST = $(service_in_files)
+
+# Rule to make the service file with bindir expanded
+$(service_DATA): $(service_in_files) Makefile
+ @sed -e "s|\@bindir\@|$(bindir)|" $< > $@
diff --git a/data/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service.in b/data/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service.in
new file mode 100644
index 0000000..eea7bc7
--- /dev/null
+++ b/data/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service.in
@@ -0,0 +1,4 @@
+[D-BUS Service]
+Name=org.freedesktop.Telepathy.ConnectionManager.sofiasip
+Exec=@bindir@/telepathy-sofiasip
+