[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=0dc281c

The following commit has been merged in the master branch:
commit 0dc281cb2faab08fb968ccce5a2517bfa769b12c
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Mon Oct 3 15:09:23 2011 +0100

    Remove FindKCMTelepathyAccounts.cmake, now useless
---
 cmake/modules/FindKCMTelepathyAccounts.cmake | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/cmake/modules/FindKCMTelepathyAccounts.cmake b/cmake/modules/FindKCMTelepathyAccounts.cmake
deleted file mode 100644
index 4624957..0000000
--- a/cmake/modules/FindKCMTelepathyAccounts.cmake
+++ /dev/null
@@ -1,26 +0,0 @@
-# Try to find the KCM Telepathy Accounts library
-# KCMTELEPATHYACCOUNTS_FOUND - system has libkcmtelepathyaccounts
-# KCMTELEPATHYACCOUNTS_INCLUDE_DIR - the kcmtelepathyaccounts include directory
-# KCMTELEPATHYACCOUNTS_LIBRARIES - Link these to use libkcmtelepathyaccounts
-
-# Copyright (c) 2008, Allen Winter <winter at kde.org>
-#
-# Redistribution and use is allowed according to the terms of the BSD license.
-# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
-
-SET (KCMTELEPATHYACCOUNTS_FIND_REQUIRED ${KCMTelepathyAccounts_FIND_REQUIRED})
-if (KCMTELEPATHYACCOUNTS_INCLUDE_DIR AND KCMTELEPATHYACCOUNTS_LIBRARIES)
-  # Already in cache, be silent
-  set(KCMTELEPATHYACCOUNTS_FIND_QUIETLY TRUE)
-endif (KCMTELEPATHYACCOUNTS_INCLUDE_DIR AND KCMTELEPATHYACCOUNTS_LIBRARIES)
-
-find_path(KCMTELEPATHYACCOUNTS_INCLUDE_DIR
-  NAMES KCMTelepathyAccounts/AbstractAccountUi KCMTelepathyAccounts/abstract-account-parameters-widget.h)
-find_library(KCMTELEPATHYACCOUNTS_LIBRARIES NAMES kcmtelepathyaccounts )
-
-include(FindPackageHandleStandardArgs)
-FIND_PACKAGE_HANDLE_STANDARD_ARGS(KCMTELEPATHYACCOUNTS DEFAULT_MSG
-                                  KCMTELEPATHYACCOUNTS_LIBRARIES KCMTELEPATHYACCOUNTS_INCLUDE_DIR)
-
-
-mark_as_advanced(KCMTELEPATHYACCOUNTS_INCLUDE_DIR KCMTELEPATHYACCOUNTS_LIBRARIES)

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list