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


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

The following commit has been merged in the master branch:
commit a9ab7570c38935fbf53ebe39aa76b8565d1316d8
Author: Aleix Pol <aleixpol at kde.org>
Date:   Thu Oct 30 17:48:51 2014 +0100

    Remove unused cmake code
---
 CMakeLists.txt | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2bf65dd..8e9e615 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,13 +6,6 @@ set(KTP_TEXT_UI_VERSION "0.8.80")
 set(KTP_MESSAGE_FILTER_FRAMEWORK_VERSION "4")
 set(IS_KTP_INTERNAL_MODULE TRUE)
 
-# Include our extra FindFoo.cmake files.
-set (CMAKE_MODULE_PATH
-     "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules"
-     ${CMAKE_MODULE_PATH}
-)
-# cmake_policy(SET CMP0002 OLD)
-
 find_package(ECM 1.3.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -36,9 +29,6 @@ if (KF5People_FOUND)
     add_definitions(-DHAVE_KPEOPLE)
 endif ()
 
-# FUTURE: When we can depend on KDE 4.10, use emoticoncontexteditaction from here
-# find_package(KdepimLibs 4.10 REQUIRED)
-
 add_subdirectory(image-sharer)
 add_subdirectory(lib)
 add_subdirectory(app)

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list