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


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

The following commit has been merged in the master branch:
commit 49d44847d243ae1880b44251369c241fd4057b31
Author: Francesco Nwokeka <francesco.nwokeka at gmail.com>
Date:   Wed May 25 09:09:48 2011 +0200

    ADD contactlist and account manager launchers
---
 presence/CMakeLists.txt | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/presence/CMakeLists.txt b/presence/CMakeLists.txt
index 692e1e7..e6d00f7 100644
--- a/presence/CMakeLists.txt
+++ b/presence/CMakeLists.txt
@@ -3,6 +3,22 @@ project(plasma-applet-presence)
 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