31c21eaeb1
add kactivities rename kdebase4 -> kde-baseapps4 rename kdebase-runtime4 -> kde-runtime4 rename kdebase-workspace4 -> kde-workspace4 rename kdebindings4-python -> py-kde4
13 lines
581 B
Text
13 lines
581 B
Text
$NetBSD: patch-ac,v 1.1 2012/03/19 19:44:03 markd Exp $
|
|
|
|
--- kcontrol/menus/CMakeLists.txt.orig 2008-12-11 05:13:10.000000000 +1300
|
|
+++ kcontrol/menus/CMakeLists.txt
|
|
@@ -5,7 +5,7 @@
|
|
if (WIN32)
|
|
install( FILES kde-information.menu DESTINATION ${SHARE_INSTALL_DIR}/xdg/menus/)
|
|
else (WIN32)
|
|
-install( FILES kde-information.menu DESTINATION ${SYSCONF_INSTALL_DIR}/xdg/menus/)
|
|
+install( FILES kde-information.menu DESTINATION ${CMAKE_INSTALL_PREFIX}/share/examples/kde-runtime4/)
|
|
endif (WIN32)
|
|
|
|
install( FILES kde-information.directory DESTINATION ${XDG_DIRECTORY_INSTALL_DIR} )
|