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

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:28:00 UTC 2016


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

The following commit has been merged in the master branch:
commit e84f30d34ee2c285014d95c6c0ac00f065e1c2b2
Author: Àlex Fiestas <afiestas at kde.org>
Date:   Mon Sep 22 09:16:17 2014 +0200

    Remove KDELibs4Support in the Battery plugin
    
    Just CMake changes were needed.
---
 plugins/battery/CMakeLists.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/plugins/battery/CMakeLists.txt b/plugins/battery/CMakeLists.txt
index af1d5cf..a2a2092 100644
--- a/plugins/battery/CMakeLists.txt
+++ b/plugins/battery/CMakeLists.txt
@@ -5,7 +5,13 @@ set(kdeconnect_battery_SRCS
 
 add_library(kdeconnect_battery MODULE ${kdeconnect_battery_SRCS})
 
-target_link_libraries(kdeconnect_battery kdeconnectcore KF5::Service KF5::KDELibs4Support)
+target_link_libraries(kdeconnect_battery
+    kdeconnectcore
+    Qt5::DBus
+    KF5::I18n
+    KF5::Service
+    KF5::Notifications
+)
 
 install(TARGETS kdeconnect_battery DESTINATION ${PLUGIN_INSTALL_DIR} )
 install(FILES kdeconnect_battery.desktop DESTINATION ${SERVICES_INSTALL_DIR} )

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list