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

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


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

The following commit has been merged in the master branch:
commit 509ab4ce02351dbd0fbefc14fe8b04496bce86aa
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Apr 10 18:03:49 2015 +0200

    Remove unneeded dependency link
---
 plugins/battery/CMakeLists.txt             | 1 -
 plugins/clipboard/CMakeLists.txt           | 2 +-
 plugins/mousepad/CMakeLists.txt            | 2 +-
 plugins/mpriscontrol/CMakeLists.txt        | 2 +-
 plugins/notifications/CMakeLists.txt       | 1 -
 plugins/pausemusic/CMakeLists.txt          | 1 -
 plugins/ping/CMakeLists.txt                | 1 -
 plugins/screensaver-inhibit/CMakeLists.txt | 1 -
 plugins/sftp/CMakeLists.txt                | 1 -
 plugins/share/CMakeLists.txt               | 1 -
 plugins/telephony/CMakeLists.txt           | 1 -
 11 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/plugins/battery/CMakeLists.txt b/plugins/battery/CMakeLists.txt
index 15b697a..cfb799a 100644
--- a/plugins/battery/CMakeLists.txt
+++ b/plugins/battery/CMakeLists.txt
@@ -11,7 +11,6 @@ target_link_libraries(kdeconnect_battery
     kdeconnectcore
     Qt5::DBus
     KF5::I18n
-    KF5::Service
     KF5::Notifications
 )
 
diff --git a/plugins/clipboard/CMakeLists.txt b/plugins/clipboard/CMakeLists.txt
index 6744142..4e6d2ab 100644
--- a/plugins/clipboard/CMakeLists.txt
+++ b/plugins/clipboard/CMakeLists.txt
@@ -4,4 +4,4 @@ set(kdeconnect_clipboard_SRCS
 
 kdeconnect_add_plugin(kdeconnect_clipboard JSON kdeconnect_clipboard.json SOURCES ${kdeconnect_clipboard_SRCS})
 
-target_link_libraries(kdeconnect_clipboard kdeconnectcore KF5::Service Qt5::Gui)
+target_link_libraries(kdeconnect_clipboard kdeconnectcore Qt5::Gui)
diff --git a/plugins/mousepad/CMakeLists.txt b/plugins/mousepad/CMakeLists.txt
index fb169c0..823b54b 100644
--- a/plugins/mousepad/CMakeLists.txt
+++ b/plugins/mousepad/CMakeLists.txt
@@ -10,4 +10,4 @@ kdeconnect_add_plugin(kdeconnect_mousepad JSON kdeconnect_mousepad.json SOURCES
 
 include_directories(${XTEST_INCLUDE_DIRS} ${X11_INCLUDE_DIR} ${LibFakeKey_INCLUDE_DIRS})
 
-target_link_libraries(kdeconnect_mousepad KF5::Service kdeconnectcore Qt5::Gui ${X11_LIBRARIES} ${XTEST_LIBRARIES} ${LibFakeKey_LIBRARIES})
+target_link_libraries(kdeconnect_mousepad kdeconnectcore Qt5::Gui ${X11_LIBRARIES} ${XTEST_LIBRARIES} ${LibFakeKey_LIBRARIES})
diff --git a/plugins/mpriscontrol/CMakeLists.txt b/plugins/mpriscontrol/CMakeLists.txt
index cd979b2..5203f1f 100644
--- a/plugins/mpriscontrol/CMakeLists.txt
+++ b/plugins/mpriscontrol/CMakeLists.txt
@@ -16,4 +16,4 @@ qt5_add_dbus_interface(
 
 kdeconnect_add_plugin(kdeconnect_mpriscontrol JSON kdeconnect_mpriscontrol.json SOURCES  ${kdeconnect_mpriscontrol_SRCS})
 
-target_link_libraries(kdeconnect_mpriscontrol Qt5::DBus KF5::Service kdeconnectcore)
+target_link_libraries(kdeconnect_mpriscontrol Qt5::DBus kdeconnectcore)
diff --git a/plugins/notifications/CMakeLists.txt b/plugins/notifications/CMakeLists.txt
index 341381a..233fae1 100644
--- a/plugins/notifications/CMakeLists.txt
+++ b/plugins/notifications/CMakeLists.txt
@@ -11,7 +11,6 @@ kdeconnect_add_plugin(kdeconnect_notifications JSON kdeconnect_notifications.jso
 target_link_libraries(kdeconnect_notifications
     kdeconnectcore
     Qt5::DBus
-    KF5::Service
     KF5::Notifications
 )
 
diff --git a/plugins/pausemusic/CMakeLists.txt b/plugins/pausemusic/CMakeLists.txt
index 0f472cb..b5f3a11 100644
--- a/plugins/pausemusic/CMakeLists.txt
+++ b/plugins/pausemusic/CMakeLists.txt
@@ -6,7 +6,6 @@ target_link_libraries(kdeconnect_pausemusic
     kdeconnectcore
     Qt5::Core
     Qt5::DBus
-    KF5::Service
 )
 
 #######################################
diff --git a/plugins/ping/CMakeLists.txt b/plugins/ping/CMakeLists.txt
index e50f88f..c9438af 100644
--- a/plugins/ping/CMakeLists.txt
+++ b/plugins/ping/CMakeLists.txt
@@ -10,6 +10,5 @@ target_link_libraries(kdeconnect_ping
     kdeconnectcore
     Qt5::DBus
     KF5::I18n
-    KF5::Service
     KF5::Notifications
 )
diff --git a/plugins/screensaver-inhibit/CMakeLists.txt b/plugins/screensaver-inhibit/CMakeLists.txt
index 10a0928..4ec929e 100644
--- a/plugins/screensaver-inhibit/CMakeLists.txt
+++ b/plugins/screensaver-inhibit/CMakeLists.txt
@@ -9,6 +9,5 @@ kdeconnect_add_plugin(kdeconnect_screensaver_inhibit JSON kdeconnect_screensaver
 target_link_libraries(kdeconnect_screensaver_inhibit kdeconnectcore 
     Qt5::DBus
     KF5::I18n
-    KF5::Service
     KF5::Notifications
 )
diff --git a/plugins/sftp/CMakeLists.txt b/plugins/sftp/CMakeLists.txt
index 8c9d65d..7f68e0c 100644
--- a/plugins/sftp/CMakeLists.txt
+++ b/plugins/sftp/CMakeLists.txt
@@ -11,7 +11,6 @@ kdeconnect_add_plugin(kdeconnect_sftp JSON kdeconnect_sftp.json SOURCES ${kdecon
 target_link_libraries(kdeconnect_sftp
     kdeconnectcore
     Qt5::DBus
-    KF5::Service
     KF5::I18n
     KF5::KIOFileWidgets
     KF5::IconThemes
diff --git a/plugins/share/CMakeLists.txt b/plugins/share/CMakeLists.txt
index 4debe88..e7d8d93 100644
--- a/plugins/share/CMakeLists.txt
+++ b/plugins/share/CMakeLists.txt
@@ -10,7 +10,6 @@ kdeconnect_add_plugin(kdeconnect_share JSON kdeconnect_share.json SOURCES ${kdec
 target_link_libraries(kdeconnect_share
     kdeconnectcore
     Qt5::DBus
-    KF5::Service
     KF5::Notifications
     KF5::I18n
     KF5::KIOWidgets
diff --git a/plugins/telephony/CMakeLists.txt b/plugins/telephony/CMakeLists.txt
index c6ef824..7c8958c 100644
--- a/plugins/telephony/CMakeLists.txt
+++ b/plugins/telephony/CMakeLists.txt
@@ -9,6 +9,5 @@ kdeconnect_add_plugin(kdeconnect_telephony JSON kdeconnect_telephony.json SOURCE
 target_link_libraries(kdeconnect_telephony
     kdeconnectcore
     KF5::I18n
-    KF5::Service
     KF5::Notifications
 )

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list