[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:08:32 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=f132873

The following commit has been merged in the master branch:
commit f132873c4aa7b32cbb2ea9752fa092052f56690d
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Mon Nov 17 18:24:20 2014 +0100

    Remove the FindKAccounts module as KAccounts now install a config file
---
 cmake/modules/FindKAccounts.cmake | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/cmake/modules/FindKAccounts.cmake b/cmake/modules/FindKAccounts.cmake
deleted file mode 100644
index 4b6c829..0000000
--- a/cmake/modules/FindKAccounts.cmake
+++ /dev/null
@@ -1,30 +0,0 @@
-# Try to find the KAccounts UI library
-#
-# Copyright (c) 2011, Dario Freddi <drf at kde.org>
-# Copyright (c) 2014, Martin Klapetek <mklapetek 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 (KACCOUNTS_FIND_REQUIRED ${KAccounts_FIND_REQUIRED})
-if (KACCOUNTS_INCLUDE_DIR AND KACCOUNTS_LIBRARY)
-  # Already in cache, be silent
-  set(KACCOUNTS_FIND_QUIETLY TRUE)
-endif (KACCOUNTS_INCLUDE_DIR AND KACCOUNTS_LIBRARY)
-
-find_path(KACCOUNTS_INCLUDE_DIR
-  NAMES KAccounts/kaccountsuiplugin.h
-  PATHS ${CMAKE_INSTALL_FULL_INCLUDEDIR}
-)
-
-find_library(KACCOUNTS_LIBRARY NAMES kaccounts)
-
-set(KACCOUNTS_INCLUDE_DIRS ${KACCOUNTS_INCLUDE_DIR})
-set(KACCOUNTS_LIBRARIES ${KACCOUNTS_LIBRARY})
-
-include(FindPackageHandleStandardArgs)
-FIND_PACKAGE_HANDLE_STANDARD_ARGS(KAccounts DEFAULT_MSG
-                                  KACCOUNTS_LIBRARY
-                                  KACCOUNTS_INCLUDE_DIR)
-
-mark_as_advanced(KACCOUNTS_INCLUDE_DIR KACCOUNTS_LIBRARY)

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list