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


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

The following commit has been merged in the master branch:
commit cf2351ca75476aeb2c4ba433fdebadf0cd97b89d
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Thu Mar 19 13:35:03 2015 +0100

    Add missing KIconThemes dependency
    
    (because of the frameworks deps handling changes)
---
 CMakeLists.txt     | 3 ++-
 KTp/CMakeLists.txt | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 69574e0..c8aba34 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,8 @@ find_package (KF5 REQUIRED COMPONENTS
               TextEditor
               Wallet
               Config
-              WindowSystem)
+              WindowSystem
+              IconThemes)
 
 set(REQUIRED_TPQT_VERSION 0.9.2.1)
 
diff --git a/KTp/CMakeLists.txt b/KTp/CMakeLists.txt
index 7f13e7f..08143ae 100644
--- a/KTp/CMakeLists.txt
+++ b/KTp/CMakeLists.txt
@@ -99,6 +99,7 @@ target_link_libraries (KTpCommonInternals
                     KF5::I18n
                     KF5::IconThemes
                     KF5::Notifications
+                    KF5::IconThemes
 )
 target_include_directories(KTpCommonInternals PUBLIC ${TELEPATHY_QT5_INCLUDE_DIR}) # TODO: Remove when TelepathyQt exports include paths properly
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list