[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:04:44 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=21ea318

The following commit has been merged in the master branch:
commit 21ea3181364bbddf8a8aaa42cba984a16e5a4324
Author: Dario Freddi <dario.freddi at collabora.com>
Date:   Wed Dec 21 19:01:59 2011 +0100

    rename-fury: Rename cmake variables
---
 KTp/CMakeLists.txt        | 8 ++++----
 KTp/Models/CMakeLists.txt | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/KTp/CMakeLists.txt b/KTp/CMakeLists.txt
index 8103375..f17ff8c 100644
--- a/KTp/CMakeLists.txt
+++ b/KTp/CMakeLists.txt
@@ -1,7 +1,7 @@
 include_directories (${CMAKE_CURRENT_BINARY_DIR}
                      ${CMAKE_CURRENT_SOURCE_DIR})
 
-set (telepathy_common_internals_private_SRCS
+set (ktp_common_internals_private_SRCS
      circular-countdown.cpp
      error-dictionary.cpp
      global-presence.cpp
@@ -12,7 +12,7 @@ set (telepathy_common_internals_private_SRCS
      wallet-interface.cpp
 )
 
-set (telepathy_common_internals_private_HDRS
+set (ktp_common_internals_private_HDRS
      circular-countdown.h
      error-dictionary.h
      global-presence.h
@@ -26,7 +26,7 @@ set (telepathy_common_internals_private_HDRS
 )
 
 kde4_add_library (ktpcommoninternalsprivate SHARED
-                 ${telepathy_common_internals_private_SRCS}
+                 ${ktp_common_internals_private_SRCS}
 )
 
 #Raise SOVERSION for every 0.x cycle
@@ -45,7 +45,7 @@ install (TARGETS ktpcommoninternalsprivate
          DESTINATION ${LIB_INSTALL_DIR}
 )
 
-install (FILES ${telepathy_common_internals_private_HDRS}
+install (FILES ${ktp_common_internals_private_HDRS}
          DESTINATION ${INCLUDE_INSTALL_DIR}/KTp
 )
 
diff --git a/KTp/Models/CMakeLists.txt b/KTp/Models/CMakeLists.txt
index ed34e41..ce62873 100644
--- a/KTp/Models/CMakeLists.txt
+++ b/KTp/Models/CMakeLists.txt
@@ -3,7 +3,7 @@ include_directories (${CMAKE_CURRENT_BINARY_DIR}
                      ${CMAKE_CURRENT_SOURCE_DIR}
 )
 
-set (telepathy_models_private_SRCS
+set (ktp_models_private_SRCS
     accounts-filter-model.cpp
     accounts-model-item.cpp
     accounts-model.cpp
@@ -14,7 +14,7 @@ set (telepathy_models_private_SRCS
     tree-node.cpp
 )
 
-set (telepathy_models_private_HDRS
+set (ktp_models_private_HDRS
     accounts-filter-model.h
     accounts-model-item.h
     accounts-model.h
@@ -26,7 +26,7 @@ set (telepathy_models_private_HDRS
 )
 
 kde4_add_library (ktpmodelsprivate SHARED
-                 ${telepathy_models_private_SRCS}
+                 ${ktp_models_private_SRCS}
 )
 
 #Raise SOVERSION for every 0.x cycle
@@ -46,7 +46,7 @@ install (TARGETS ktpmodelsprivate
          DESTINATION ${LIB_INSTALL_DIR}
 )
 
-install (FILES ${telepathy_models_private_HDRS}
+install (FILES ${ktp_models_private_HDRS}
          DESTINATION ${INCLUDE_INSTALL_DIR}/KTp/Models
 )
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list