[SCM] ktp-auth-handler packaging branch, master, updated. debian/15.12.1-2-282-g080758e

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:58:12 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=b4a8bc4

The following commit has been merged in the master branch:
commit b4a8bc428308ab39407563f080ca15610904c20b
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Tue Sep 13 17:32:40 2011 +0100

    Add service and client files
---
 CMakeLists.txt                                              | 3 +++
 KDE.AuthHandler.client                                      | 8 ++++++++
 org.freedesktop.Telepathy.Client.KDE.AuthHandler.service.in | 3 +++
 3 files changed, 14 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b28361c..4d1f459 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,3 +40,6 @@ target_link_libraries(telepathy-kde-auth-handler
     ${KDE4_KDECORE_LIBS}
     ${KDE4_KDEUI_LIBS}
 )
+
+configure_file(org.freedesktop.Telepathy.Client.KDE.AuthHandler.service.in
+               ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.KDE.AuthHandler.service)
diff --git a/KDE.AuthHandler.client b/KDE.AuthHandler.client
new file mode 100644
index 0000000..ec7a31a
--- /dev/null
+++ b/KDE.AuthHandler.client
@@ -0,0 +1,8 @@
+[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.ServerAuthentication
+org.freedesktop.Telepathy.Channel.TargetHandleType u=0
+org.freedesktop.Telepathy.Channel.Requested b=false 
+org.freedesktop.Telepathy.Channel.Type.ServerAuthentication.AuthenticationMethod s=org.freedesktop.Telepathy.Channel.Interface.SASLAuthentication
diff --git a/org.freedesktop.Telepathy.Client.KDE.AuthHandler.service.in b/org.freedesktop.Telepathy.Client.KDE.AuthHandler.service.in
new file mode 100644
index 0000000..ab24b91
--- /dev/null
+++ b/org.freedesktop.Telepathy.Client.KDE.AuthHandler.service.in
@@ -0,0 +1,3 @@
+[D-BUS Service]
+Name=org.freedesktop.Telepathy.Client.KDE.AuthHandler
+Exec=@CMAKE_INSTALL_PREFIX@/bin/telepathy-kde-auth-handler

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list