[empathy: 6/65] Add the service files for the new client.
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 6/65] Add the service files for the new client.
- Date: Tue, 24 Aug 2010 13:26:58 +0000 (UTC)
commit c41523ab7160693a91640a68f309d5266c5708ad
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Jul 12 19:31:54 2010 +0200
Add the service files for the new client.
data/Empathy.Auth.client | 6 ++++++
data/Makefile.am | 9 +++++++--
...esktop.Telepathy.Client.Empathy.Auth.service.in | 3 +++
3 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/data/Empathy.Auth.client b/data/Empathy.Auth.client
new file mode 100644
index 0000000..9b86a8b
--- /dev/null
+++ b/data/Empathy.Auth.client
@@ -0,0 +1,6 @@
+[org.freedesktop.Telepathy.Client]
+Interfaces=org.freedesktop.Telepathy.Client.Handler
+
+[org.freedesktop.Telepathy.Client.Handler.HandlerChannelFilter 0]
+org.freedesktop.Telepathy.Channel.ChannelType s=org.freedesktop.Telepathy.Channel.Type.ServerTLSConnection.DRAFT
+org.freedesktop.Telepathy.Channel.TargetHandleType u=0
diff --git a/data/Makefile.am b/data/Makefile.am
index 64054da..befd1c9 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -27,7 +27,8 @@ streamingprefs_DATA = \
servicefiledir = $(datadir)/dbus-1/services
servicefile_in_files = \
org.freedesktop.Telepathy.Client.Empathy.service.in \
- org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service.in
+ org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service.in \
+ org.freedesktop.Telepathy.Client.Empathy.Auth.service.in
servicefile_DATA = $(servicefile_in_files:.service.in=.service)
@@ -37,10 +38,14 @@ org.freedesktop.Telepathy.Client.Empathy.service: org.freedesktop.Telepathy.Clie
org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service: org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service.in
$(AM_V_GEN)sed -e "s|[ ]libexecdir[@]|$(libexecdir)|" $< > $@
+org.freedesktop.Telepathy.Client.Empathy.Auth.service: org.freedesktop.Telepathy.Client.Empathy.Auth.service.in
+ $(AM_V_GEN)sed -e "s|[ ]libexecdir[@]|$(libexecdir)|" $< > $@
+
clientfiledir = $(datarootdir)/telepathy/clients
clientfile_DATA = \
Empathy.client \
- Empathy.AudioVideo.client
+ Empathy.AudioVideo.client \
+ Empathy.Auth.client
htmldir = $(datadir)/empathy
html_DATA = Template.html
diff --git a/data/org.freedesktop.Telepathy.Client.Empathy.Auth.service.in b/data/org.freedesktop.Telepathy.Client.Empathy.Auth.service.in
new file mode 100644
index 0000000..938b31d
--- /dev/null
+++ b/data/org.freedesktop.Telepathy.Client.Empathy.Auth.service.in
@@ -0,0 +1,3 @@
+[D-BUS Service]
+Name=org.freedesktop.Telepathy.Client.Empathy.Auth
+Exec= libexecdir@/empathy-auth-helper
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]