[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:15:59 UTC 2016


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

The following commit has been merged in the master branch:
commit d966f0ece8b99e8ca547f1af2850ead356bd6418
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Mon Aug 2 22:23:33 2010 +0000

    Added missing file CMakeLists.txt which should have been added at r1158499 - move into final directory structure
    
    
    svn path=/trunk/playground/network/telepathy-chat-handler/; revision=1158524
---
 app/CMakeLists.txt | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
new file mode 100644
index 0000000..5cbe05c
--- /dev/null
+++ b/app/CMakeLists.txt
@@ -0,0 +1,32 @@
+# FIXME when the chat connection builds a lib correctly, don't do this weird horrible hack.
+
+include_directories(../lib/)
+
+set(telepathy_chat_handler_SRCS
+        main.cpp
+        mainwindow.cpp
+        ../lib/chatconnection.cpp
+        ../lib/chatwindow.cpp
+        ../lib/chatwindowstyle.cpp
+        ../lib/chatview.cpp
+        ../lib/telepathychatmessageinfo.cpp
+        ../lib/telepathychatinfo.cpp
+)
+
+set(telepathy_chat_handler_UI
+    ../lib/chatwindow.ui
+)
+
+kde4_add_ui_files(telepathy_chat_handler_SRCS ${telepathy_chat_handler_UI})
+
+kde4_add_executable(telepathy-chat-handler ${telepathy_chat_handler_SRCS})
+
+target_link_libraries(telepathy-chat-handler ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} ${TELEPATHY_QT4_LIBRARIES} ${QT_QTWEBKIT_LIBRARY} ${KDE4_KUTILS_LIBS} )
+
+configure_file(org.freedesktop.Telepathy.Client.KDEChatHandler.service.in
+               ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.KDEChatHandler.service)
+
+install(TARGETS telepathy-chat-handler ${INSTALL_TARGETS_DEFAULT_ARGS})
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.KDEChatHandler.service
+        DESTINATION ${DBUS_SERVICES_INSTALL_DIR})
+install(FILES KDEChatHandler.client DESTINATION ${SHARE_INSTALL_PREFIX}/telepathy/clients/)

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list