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

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:27:37 UTC 2016


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

The following commit has been merged in the master branch:
commit 846494f62a9008fe7588e06fe20f445dce735a2b
Author: Aleix Pol <aleixpol at kde.org>
Date:   Sat Jun 14 13:11:08 2014 +0200

    This wasn't meant to get in, according to Albert Vaca
---
 kded/CMakeLists.txt | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/kded/CMakeLists.txt b/kded/CMakeLists.txt
index 12f2403..2b27ceb 100644
--- a/kded/CMakeLists.txt
+++ b/kded/CMakeLists.txt
@@ -77,22 +77,3 @@ install(TARGETS kdeconnectd DESTINATION ${LIBEXEC_INSTALL_DIR})
 install(TARGETS kded_kdeconnect DESTINATION ${PLUGIN_INSTALL_DIR})
 install(FILES kdeconnect.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kded)
 install(FILES kdeconnect.notifyrc DESTINATION ${DATA_INSTALL_DIR}/kdeconnect)
-
-if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
- 
-	set(kdeconnect_standalone_SRCS
-		${kded_kdeconnect_SRCS}
-		main.cpp
-	)
-	kde4_add_executable(kdeconnect_standalone ${kdeconnect_standalone_SRCS})
-	target_link_libraries(kdeconnect_standalone
-		${KDE4_KDECORE_LIBS}
-		${KDE4_KDEUI_LIBS}
-		${KDE4_KIO_LIBS}
-		${QT_QTNETWORK_LIBRARY}
-		${QJSON_LIBRARIES}
-		${QCA2_LIBRARIES}
-	)
-	install(TARGETS kdeconnect_standalone ${INSTALL_TARGETS_DEFAULT_ARGS})
- 
- endif()

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list