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

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


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

The following commit has been merged in the master branch:
commit 5b2663534816722ca32e0899394660fb80904926
Author: Antonio Rojas <nqn1976 at gmail.com>
Date:   Sat Sep 3 10:45:45 2016 +0200

    Use KDE_INSTALL_FULL_LIBEXECDIR in kdeconnectd.desktop template
    
    This always translates to the correct path, while ${LIBEXEC_INSTALL_DIR} gives the wrong Exec=lib/kdeconnectd if KDE_INSTALL_LIBEXECDIR=lib.
    
    REVIEW: 128607
---
 daemon/kdeconnectd.desktop.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/kdeconnectd.desktop.cmake b/daemon/kdeconnectd.desktop.cmake
index d6a93a0..00569b2 100644
--- a/daemon/kdeconnectd.desktop.cmake
+++ b/daemon/kdeconnectd.desktop.cmake
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Type=Application
-Exec=${LIBEXEC_INSTALL_DIR}/kdeconnectd
+Exec=${KDE_INSTALL_FULL_LIBEXECDIR}/kdeconnectd
 X-KDE-StartupNotify=false
 X-KDE-autostart-phase=0
 X-GNOME-Autostart-enabled=true

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list