[SCM] ktp-contact-applet packaging branch, master, updated. debian/15.12.1-1-966-gde83ac5

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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=d1b1ab0

The following commit has been merged in the master branch:
commit d1b1ab02b1d739d139c8b6909d07fb04c4ea7787
Author: Francesco Nwokeka <francesco.nwokeka at gmail.com>
Date:   Fri May 27 10:59:02 2011 +0200

    Changed the method to check if kde-telepathy-contactlist is installed
    
    The check for the contactlist app is done at runtime via dataengine. This way it is no longer a
    dependency during build.
    If not present, the contactlist launcher icon is disabled
---
 presence/CMakeLists.txt | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/presence/CMakeLists.txt b/presence/CMakeLists.txt
index e6d00f7..20089fb 100644
--- a/presence/CMakeLists.txt
+++ b/presence/CMakeLists.txt
@@ -4,21 +4,6 @@ cmake_minimum_required(VERSION 2.8)
 
 find_package(KDE4 REQUIRED)
 
-find_program(TELEPATHY_KDE_CONTACTLIST NAME telepathy-kde-contactlist PATHS ${KDE4_BIN_INSTALL_DIR} NO_DEFAULT_PATH)
-
-if(NOT TELEPATHY_KDE_CONTACTLIST)
-    message(FATAL_ERROR "Telepathy-kde-contactlist is required for the correct functioning of this plasmoid")
-endif(NOT TELEPATHY_KDE_CONTACTLIST)
-
-# TODO find out how to find kcm_telepathy_accounts
-# find_library(KCM_TELEPATHY_ACCUNTS NAME kcm_telepathy_accounts PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH)
-
-# message("accounts DIR -> " ${KCM_TELEPATHY_ACCUNTS})
-
-# if(NOT KCM_TELEPATHY_ACCUNTS)
-#     message(FATAL_ERROR "kcm_telepathy_accounts is required for the correct functioning of this plasmoid")
-# endif(NOT KCM_TELEPATHY_ACCUNTS)
-
 include(KDE4Defaults)
 
 add_definitions(${KDE4_DEFINITIONS})

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list