[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:29:22 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=af26fe2

The following commit has been merged in the master branch:
commit af26fe245a2c66a8572983226bdb91e99d894bf3
Author: Michael Palimaka <kensington at gentoo.org>
Date:   Fri Nov 20 00:09:43 2015 +1100

    Remove unused dependency.
    
    REVIEW: 126116
---
 CMakeLists.txt              | 2 +-
 plugins/sftp/CMakeLists.txt | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c789840..0ff2be3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ find_package(ECM 0.0.9 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} ${CMAKE_SOURCE_DIR}/cmake)
 
 find_package(Qt5 5.2 REQUIRED COMPONENTS Quick)
-find_package(KF5 REQUIRED COMPONENTS I18n ConfigWidgets DBusAddons IconThemes)
+find_package(KF5 REQUIRED COMPONENTS I18n ConfigWidgets DBusAddons)
 find_package(KF5DocTools)
 find_package(Qca-qt5 2.1.0 REQUIRED)
 find_package(TelepathyQt5 0.9.5)
diff --git a/plugins/sftp/CMakeLists.txt b/plugins/sftp/CMakeLists.txt
index 4e05e19..84e014d 100644
--- a/plugins/sftp/CMakeLists.txt
+++ b/plugins/sftp/CMakeLists.txt
@@ -13,7 +13,6 @@ target_link_libraries(kdeconnect_sftp
     Qt5::DBus
     KF5::I18n
     KF5::KIOFileWidgets
-    KF5::IconThemes
     KF5::KIOWidgets
     KF5::Notifications
 )

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list