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

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


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

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

    Make pausemusic compile without KDELibs4Support
---
 plugins/pausemusic/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plugins/pausemusic/CMakeLists.txt b/plugins/pausemusic/CMakeLists.txt
index 1a84926..44d0902 100644
--- a/plugins/pausemusic/CMakeLists.txt
+++ b/plugins/pausemusic/CMakeLists.txt
@@ -25,7 +25,8 @@ ki18n_wrap_ui( kdeconnect_pausemusic_config_SRCS pausemusic_config.ui )
 add_library(kdeconnect_pausemusic_config MODULE ${kdeconnect_pausemusic_config_SRCS} )
 target_link_libraries( kdeconnect_pausemusic_config
     Qt5::Core
-    KF5::KDELibs4Support
+    KF5::I18n
+    KF5::KCMUtils
 )
 
 install( TARGETS kdeconnect_pausemusic_config DESTINATION ${PLUGIN_INSTALL_DIR} )

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list