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

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


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

The following commit has been merged in the master branch:
commit 17f18f06862df10bf17b515add81e489dceb6a03
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Tue Jun 21 19:56:52 2016 +0200

    Fixed dbus-activation of telepathy connection manager service
---
 plugins/telepathy/telepathy-cm/CMakeLists.txt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/plugins/telepathy/telepathy-cm/CMakeLists.txt b/plugins/telepathy/telepathy-cm/CMakeLists.txt
index bf526a9..33a8331 100644
--- a/plugins/telepathy/telepathy-cm/CMakeLists.txt
+++ b/plugins/telepathy/telepathy-cm/CMakeLists.txt
@@ -16,8 +16,10 @@ target_link_libraries(connectcm
 
 install (TARGETS connectcm DESTINATION ${CMAKE_INSTALL_LIBEXECDIR})
 
-file(WRITE ${CMAKE_BINARY_DIR}/org.freedesktop.Telepathy.ConnectionManager.kdeconnect.service "Name=org.freedesktop.Telepathy.ConnectionManager.kdeconnect
-Exec=$<TARGET_FILE_DIR:connectcm>")
+file(WRITE ${CMAKE_BINARY_DIR}/org.freedesktop.Telepathy.ConnectionManager.kdeconnect.service "[D-BUS Service]
+Name=org.freedesktop.Telepathy.ConnectionManager.kdeconnect
+Exec=${KDE_INSTALL_FULL_LIBEXECDIR}/connectcm
+")
 
 install(FILES ${CMAKE_BINARY_DIR}/org.freedesktop.Telepathy.ConnectionManager.kdeconnect.service DESTINATION share/dbus-1/services)
 

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list