[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/15.12.1-2-382-gbd961c2
Maximiliano Curia
maxy at moszumanska.debian.org
Sat May 28 00:13:35 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=a3c4fe9
The following commit has been merged in the master branch:
commit a3c4fe9c4c4a7110673175e0a2120b05dc61b793
Author: Dario Freddi <dario.freddi at collabora.com>
Date: Sat Dec 10 15:40:31 2011 +0100
port-to-0.9: Remove deprecated Find file
---
cmake/modules/FindTelepathyQt4.cmake | 43 ------------------------------------
1 file changed, 43 deletions(-)
diff --git a/cmake/modules/FindTelepathyQt4.cmake b/cmake/modules/FindTelepathyQt4.cmake
deleted file mode 100644
index c7f8f91..0000000
--- a/cmake/modules/FindTelepathyQt4.cmake
+++ /dev/null
@@ -1,43 +0,0 @@
-# Try to find the Qt4 binding of the Telepathy library
-# TELEPATHY_QT4_FOUND - system has TelepathyQt4
-# TELEPATHY_QT4_INCLUDE_DIR - the TelepathyQt4 include directory
-# TELEPATHY_QT4_LIBRARIES - Link these to use TelepathyQt4
-
-# Copyright (c) 2008, Allen Winter <winter at kde.org>
-# Copyright (c) 2009, Andre Moreira Magalhaes <andrunko at gmail.com>
-#
-# Redistribution and use is allowed according to the terms of the BSD license.
-# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
-
-set(TELEPATHY_QT4_FIND_REQUIRED ${TelepathyQt4_FIND_REQUIRED})
-if(TELEPATHY_QT4_INCLUDE_DIR AND TELEPATHY_QT4_LIBRARIES)
- # Already in cache, be silent
- set(TELEPATHY_QT4_FIND_QUIETLY TRUE)
-endif(TELEPATHY_QT4_INCLUDE_DIR AND TELEPATHY_QT4_LIBRARIES)
-
-find_package(PkgConfig)
-if(PKG_CONFIG_FOUND)
- 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
- NAMES TelepathyQt4/Types
- HINTS
- ${PC_TELEPATHY_QT4_INCLUDEDIR}
- ${PC_TELEPATHY_QT4_INCLUDE_DIRS}
-)
-
-find_library(TELEPATHY_QT4_LIBRARIES
- NAMES telepathy-qt4
- HINTS
- ${PC_TELEPATHY_QT4_LIBDIR}
- ${PC_TELEPATHY_QT4_LIBRARY_DIRS}
-)
-
-include(FindPackageHandleStandardArgs)
-find_package_handle_standard_args(TELEPATHY_QT4 DEFAULT_MSG
- TELEPATHY_QT4_LIBRARIES TELEPATHY_QT4_INCLUDE_DIR)
--
ktp-kded-integration-module packaging
More information about the pkg-kde-commits
mailing list