[SCM] ktp-auth-handler packaging branch, master, updated. debian/16.04.2-1-45-g6ae4c33

Maximiliano Curia maxy at moszumanska.debian.org
Tue Sep 12 14:07:19 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=a0e4127

The following commit has been merged in the master branch:
commit a0e41275bc8f20a6f000ab552ae5fb8fc82e9cff
Author: Antonio Rojas <arojas at archlinux.org>
Date:   Sat Jun 17 11:40:43 2017 +0200

    Remove unused dependency
    
    Differential Revision: https://phabricator.kde.org/D6244
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f8870f1..3a192e9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ find_package(Qt5 5.3 CONFIG REQUIRED COMPONENTS DBus Gui Core Network) #Network
 find_package(ECM 0.0.11 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
 
-find_package(KF5 5.0 REQUIRED COMPONENTS Wallet WidgetsAddons I18n KIO WebKit)
+find_package(KF5 5.0 REQUIRED COMPONENTS Wallet WidgetsAddons I18n KIO)
 
 cmake_policy(SET CMP0002 OLD)
 

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list