[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=8d02b93

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

    Rename the project in CMakeLists.
---
 CMakeLists.txt                            | 2 +-
 adiumxtra-protocol-handler/CMakeLists.txt | 2 +-
 app/CMakeLists.txt                        | 2 +-
 config/CMakeLists.txt                     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e988991..80bbb33 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-project (TELEPATHY_CHAT_HANDLER)
+project (TELEPATHY_KDE_TEXT_UI)
 
 # Include our extra FindFoo.cmake files.
 set (CMAKE_MODULE_PATH
diff --git a/adiumxtra-protocol-handler/CMakeLists.txt b/adiumxtra-protocol-handler/CMakeLists.txt
index 45f9e7b..b1c2766 100644
--- a/adiumxtra-protocol-handler/CMakeLists.txt
+++ b/adiumxtra-protocol-handler/CMakeLists.txt
@@ -1,4 +1,4 @@
-include_directories(${TELEPATHY_CHAT_HANDLER_SOURCE_DIR}/lib)
+include_directories(${TELEPATHY_KDE_TEXT_UI_SOURCE_DIR}/lib)
 
 set(telepathy_chat_config_SRCS
         bundle-installer.cpp
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
index 23bdf32..6acb2a4 100644
--- a/app/CMakeLists.txt
+++ b/app/CMakeLists.txt
@@ -1,4 +1,4 @@
-include_directories(${TELEPATHY_CHAT_HANDLER_SOURCE_DIR}/lib)
+include_directories(${TELEPATHY_KDE_TEXT_UI_SOURCE_DIR}/lib)
 
 set(telepathy_kde_text_ui_SRCS
         main.cpp
diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt
index f35ae38..2433c75 100644
--- a/config/CMakeLists.txt
+++ b/config/CMakeLists.txt
@@ -1,4 +1,4 @@
-include_directories(${TELEPATHY_CHAT_HANDLER_SOURCE_DIR}/lib)
+include_directories(${TELEPATHY_KDE_TEXT_UI_SOURCE_DIR}/lib)
 
 set(telepathy_chat_config_SRCS
         main.cpp

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list