[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:19:06 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=e872477

The following commit has been merged in the master branch:
commit e872477ba534bb0e8c8dbc96a236baeb573234cd
Author: Florian Reinhard <florian.reinhard at googlemail.com>
Date:   Tue Mar 15 10:17:42 2011 +0100

    Rename dbus path to *.KDE.TextUi.
    
    REVIEW: 100860
---
 app/CMakeLists.txt                                                | 8 ++++----
 app/{KDEChatHandler.client => KDE.TextUi.client}                  | 0
 app/main.cpp                                                      | 2 +-
 ....in => org.freedesktop.Telepathy.Client.KDE.TextUi.service.in} | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
index 6acb2a4..dd1a23a 100644
--- a/app/CMakeLists.txt
+++ b/app/CMakeLists.txt
@@ -18,12 +18,12 @@ target_link_libraries(telepathy-kde-text-ui
 	    ${KDE4_KCMUTILS_LIBS}
             ktelepathy_chat_lib)
 
-configure_file(org.freedesktop.Telepathy.Client.KDEChatHandler.service.in
-               ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.KDEChatHandler.service)
+configure_file(org.freedesktop.Telepathy.Client.KDE.TextUi.service.in
+               ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.KDE.TextUi.service)
 
 install(TARGETS telepathy-kde-text-ui ${INSTALL_TARGETS_DEFAULT_ARGS})
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.KDEChatHandler.service
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.KDE.TextUi.service
         DESTINATION ${DBUS_SERVICES_INSTALL_DIR})
-install(FILES KDEChatHandler.client DESTINATION ${SHARE_INSTALL_PREFIX}/telepathy/clients/)
+install(FILES KDE.TextUi.client DESTINATION ${SHARE_INSTALL_PREFIX}/telepathy/clients/)
 install(FILES chatwindow.rc
         DESTINATION  ${DATA_INSTALL_DIR}/telepathy-kde-text-ui/)
diff --git a/app/KDEChatHandler.client b/app/KDE.TextUi.client
similarity index 100%
rename from app/KDEChatHandler.client
rename to app/KDE.TextUi.client
diff --git a/app/main.cpp b/app/main.cpp
index cba9b40..8dd3900 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -75,7 +75,7 @@ int main(int argc, char *argv[])
 
     Tp::SharedPtr<TelepathyChatUi> app = Tp::SharedPtr<TelepathyChatUi>(new TelepathyChatUi);
     Tp::AbstractClientPtr handler = Tp::AbstractClientPtr(app);
-    registrar->registerClient(handler, QLatin1String("KDEChatHandler"));
+    registrar->registerClient(handler, QLatin1String("KDE.TextUi"));
 
     return app->exec();
 }
diff --git a/app/org.freedesktop.Telepathy.Client.KDEChatHandler.service.in b/app/org.freedesktop.Telepathy.Client.KDE.TextUi.service.in
similarity index 56%
rename from app/org.freedesktop.Telepathy.Client.KDEChatHandler.service.in
rename to app/org.freedesktop.Telepathy.Client.KDE.TextUi.service.in
index 9b7044f..d2ddafd 100644
--- a/app/org.freedesktop.Telepathy.Client.KDEChatHandler.service.in
+++ b/app/org.freedesktop.Telepathy.Client.KDE.TextUi.service.in
@@ -1,3 +1,3 @@
 [D-BUS Service]
-Name=org.freedesktop.Telepathy.Client.KDEChatHandler
+Name=org.freedesktop.Telepathy.Client.KDE.TextUi
 Exec=@CMAKE_INSTALL_PREFIX@/bin/telepathy-kde-text-ui

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list