File: 02_change_desktop_file_installation.diff

package info (click to toggle)
gtk-qt-engine 1%3A1.1%2Bsvn5-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 664 kB
  • ctags: 417
  • sloc: cpp: 2,113; ansic: 1,472; makefile: 16; sh: 10
file content (15 lines) | stat: -rw-r--r-- 345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Install kcmgtk4.desktop in SERVICES and not in XDG_APPS
Author: Fathi Boudra <fabo@debian.org>
Last-Update: 2008-05-01

--- a/kcm_gtk/CMakeLists.txt
+++ b/kcm_gtk/CMakeLists.txt
@@ -28,7 +28,7 @@ INSTALL(
 
 INSTALL(
 	FILES kcmgtk4.desktop
-	DESTINATION ${XDG_APPS_INSTALL_DIR}
+	DESTINATION ${SERVICES_INSTALL_DIR}
 )
 
 INSTALL(