[SCM] ktp-send-file packaging branch, master, updated. debian/15.12.1-2-216-g8f07cdf

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:14:35 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-send-file.git;a=commitdiff;h=47b1cc0

The following commit has been merged in the master branch:
commit 47b1cc0b79bac4b6775ac0221e604006ad8ffa1c
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sat Feb 18 13:35:01 2012 +0000

    Fix ktp-send-file.desktop being installed in wrong directory
    
    BUG: 294295
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fe0b380..5ef335c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,7 +49,7 @@ target_link_libraries(ktp-send-file
 )
 
 install(TARGETS ktp-send-file ${INSTALL_TARGETS_DEFAULT_ARGS})
-install(FILES ktp-send-file.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
+install(FILES ktp-send-file.desktop DESTINATION ${SERVICES_INSTALL_DIR}/ServiceMenus)
 
 macro_display_feature_log()
 

-- 
ktp-send-file packaging



More information about the pkg-kde-commits mailing list