[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=856b51c

The following commit has been merged in the master branch:
commit 856b51cc9bada31438e398d0b8cd1fb25c564f9d
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Tue Jan 13 18:32:02 2015 +0100

    Look for KF5::Notifications too
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c630c2b..38fb756 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ set(IS_KTP_INTERNAL_MODULE TRUE)
 find_package(ECM 1.3.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-find_package (KF5 REQUIRED COMPONENTS Archive Sonnet WidgetsAddons Service Emoticons KIO KCMUtils NotifyConfig I18n WebKit WindowSystem XmlGui ItemViews)
+find_package (KF5 REQUIRED COMPONENTS Archive Sonnet WidgetsAddons Service Emoticons KIO KCMUtils NotifyConfig Notifications I18n WebKit WindowSystem XmlGui ItemViews)
 find_package (Qt5 REQUIRED COMPONENTS WebKitWidgets)
 find_package (KTp REQUIRED)
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list