[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=1a3a4e9

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

    Fix program name and DBus interface name
---
 CMakeLists.txt | 10 +++++-----
 main.cpp       |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9b70482..b28361c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(telepathy-kde-sasl)
+project(telepathy-kde-auth-handler)
 
 set (CMAKE_MODULE_PATH
      "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules"
@@ -20,7 +20,7 @@ include_directories (${KDE4_INCLUDES}
 )
 
 
-set(saslauth_SRCS
+set(telepathy_kde_auth_handler_SRCS
     main.cpp
     handler.cpp
     handler-auth.cpp
@@ -28,10 +28,10 @@ set(saslauth_SRCS
     password-prompt.cpp)
 
 
-kde4_add_ui_files(saslauth_SRCS password-prompt.ui)
-kde4_add_executable(saslauth ${saslauth_SRCS})
+kde4_add_ui_files(telepathy_kde_auth_handler_SRCS password-prompt.ui)
+kde4_add_executable(telepathy-kde-auth-handler ${telepathy_kde_auth_handler_SRCS})
 
-target_link_libraries(saslauth
+target_link_libraries(telepathy-kde-auth-handler
     ${QT_QTDBUS_LIBRARY}
     ${QT_QTGUI_LIBRARY}
     ${QT_QTXML_LIBRARY}
diff --git a/main.cpp b/main.cpp
index b65bb60..3798334 100644
--- a/main.cpp
+++ b/main.cpp
@@ -81,7 +81,7 @@ int main(int argc, char *argv[])
             accountFactory, connectionFactory, channelFactory);
 
     if (!clientRegistrar->registerClient(
-                Tp::AbstractClientPtr(&handler), QLatin1String("KDEAuthHanlder"))) {
+                Tp::AbstractClientPtr(&handler), QLatin1String("KDE.AuthHanlder"))) {
         return 1;
     }
 

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list