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

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


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

The following commit has been merged in the master branch:
commit 809c1238cf7b206889d243320fd2f38b0357bacb
Author: Lukáš Tinkl <lukas at kde.org>
Date:   Mon Nov 10 15:50:02 2014 +0100

    fix notifications coming from phone
    
    install into the right destination dir; this allows, among others,
    to answer to the pairing request coming from the phone
---
 kded/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kded/CMakeLists.txt b/kded/CMakeLists.txt
index 3524dd6..8c873f5 100644
--- a/kded/CMakeLists.txt
+++ b/kded/CMakeLists.txt
@@ -15,4 +15,4 @@ install(TARGETS kded_kdeconnect DESTINATION ${PLUGIN_INSTALL_DIR})
 install(FILES kdeconnect.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kded)
 
 #TODO: Split this into several files for core and for each plugin
-install(FILES kdeconnect.notifyrc DESTINATION ${DATA_INSTALL_DIR}/kdeconnect)
+install(FILES kdeconnect.notifyrc DESTINATION ${KNOTIFYRC_INSTALL_DIR})

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list