Rename project to telepathy-cauchy
This is to comply with the recommendation not to use the protocol name as the connection manager name.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# Telepathy manager file
|
||||
managerdir = $(datadir)/telepathy/managers
|
||||
manager_DATA = matrix.manager
|
||||
manager_DATA = cauchy.manager
|
||||
|
||||
# Dbus service file
|
||||
BUILT_FILES = $(service_in_files:.service.in=.service)
|
||||
|
||||
servicedir = $(DBUS_SERVICES_DIR)
|
||||
service_in_files = org.freedesktop.Telepathy.ConnectionManager.matrix.service.in
|
||||
service_in_files = org.freedesktop.Telepathy.ConnectionManager.cauchy.service.in
|
||||
service_DATA = $(BUILT_FILES)
|
||||
CLEANFILES = $(BUILT_FILES)
|
||||
|
||||
|
9
data/cauchy.manager
Normal file
9
data/cauchy.manager
Normal file
@@ -0,0 +1,9 @@
|
||||
[ConnectionManager]
|
||||
Name = cauchy
|
||||
BusName = org.freedesktop.Telepathy.ConnectionManager.cauchy
|
||||
ObjectPath = /org/freedesktop/Telepathy/ConnectionManager/cauchy
|
||||
|
||||
[Protocol matrix]
|
||||
param-matrix-id = s required
|
||||
param-homeserver = s required
|
||||
param-password = s secret
|
@@ -1,9 +0,0 @@
|
||||
[ConnectionManager]
|
||||
Name = matrix
|
||||
BusName = org.freedesktop.Telepathy.ConnectionManager.matrix
|
||||
ObjectPath = /org/freedesktop/Telepathy/ConnectionManager/matrix
|
||||
|
||||
[Protocol matrix]
|
||||
param-matrix-id = s required
|
||||
param-homeserver = s required
|
||||
param-password = s secret
|
@@ -0,0 +1,3 @@
|
||||
[D-BUS Service]
|
||||
Name=org.freedesktop.Telepathy.ConnectionManager.cauchy
|
||||
Exec=@libexecdir@/telepathy-cauchy
|
@@ -1,3 +0,0 @@
|
||||
[D-BUS Service]
|
||||
Name=org.freedesktop.Telepathy.ConnectionManager.matrix
|
||||
Exec=@libexecdir@/telepathy-matrix
|
Reference in New Issue
Block a user