[SCM] ktp-send-file packaging branch, master, updated. debian/15.12.1-2-216-g8f07cdf

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:14:02 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-send-file.git;a=commitdiff;h=718a2ac

The following commit has been merged in the master branch:
commit 718a2ac412aa07d451e62438da5b0a0a5bd856a8
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Thu Jul 21 18:50:41 2011 +0100

    Update FindTelepathyQt4.cmake and update minimum version
---
 CMakeLists.txt                       | 2 +-
 cmake/modules/FindTelepathyQt4.cmake | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7bdc678..d4c0495 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ set (CMAKE_MODULE_PATH
 )
 
 find_package(KDE4 REQUIRED)
-find_package(TelepathyQt4 REQUIRED)
+find_package(TelepathyQt4 0.7.1 REQUIRED)
 
 include(KDE4Defaults)
 include(MacroLibrary)
diff --git a/cmake/modules/FindTelepathyQt4.cmake b/cmake/modules/FindTelepathyQt4.cmake
index b4d4868..c7f8f91 100644
--- a/cmake/modules/FindTelepathyQt4.cmake
+++ b/cmake/modules/FindTelepathyQt4.cmake
@@ -17,7 +17,11 @@ endif(TELEPATHY_QT4_INCLUDE_DIR AND TELEPATHY_QT4_LIBRARIES)
 
 find_package(PkgConfig)
 if(PKG_CONFIG_FOUND)
-    pkg_check_modules(PC_TELEPATHY_QT4 QUIET TelepathyQt4>=0.1.9)
+    if (TelepathyQt4_FIND_VERSION_EXACT)
+        pkg_check_modules(PC_TELEPATHY_QT4 QUIET TelepathyQt4=${TelepathyQt4_FIND_VERSION})
+    else (TelepathyQt4_FIND_VERSION_EXACT)
+        pkg_check_modules(PC_TELEPATHY_QT4 QUIET TelepathyQt4>=${TelepathyQt4_FIND_VERSION})
+    endif (TelepathyQt4_FIND_VERSION_EXACT)
 endif(PKG_CONFIG_FOUND)
 
 find_path(TELEPATHY_QT4_INCLUDE_DIR

-- 
ktp-send-file packaging



More information about the pkg-kde-commits mailing list