diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-26 10:53:10 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-26 10:53:10 -0500 |
commit | 787bd7949eba1871f34d251e0aefeeb9ad6b4830 (patch) | |
tree | 36e5396d796428f1b2237956582b633921d37fae /kded/CMakeLists.txt | |
parent | 79153d2ecefd731ba7d067114a9a4d6144d0ec5c (diff) | |
download | tdelibs-787bd7949eba1871f34d251e0aefeeb9ad6b4830.tar.gz tdelibs-787bd7949eba1871f34d251e0aefeeb9ad6b4830.zip |
Update TDE menu to reduce clutter and eliminate conflicts with KDE4.
This partially resolves bug report 977.
Diffstat (limited to 'kded/CMakeLists.txt')
-rw-r--r-- | kded/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kded/CMakeLists.txt b/kded/CMakeLists.txt index 0b9a3d72a..903126ca8 100644 --- a/kded/CMakeLists.txt +++ b/kded/CMakeLists.txt @@ -35,7 +35,7 @@ install( FILES kdedmodule.h DESTINATION ${INCLUDE_INSTALL_DIR} ) ##### other data ################################ install( FILES kdedmodule.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) -install( FILES applications.menu DESTINATION ${XDG_MENU_INSTALL_DIR} ) +install( FILES applications.menu applications.menu-no-kde DESTINATION ${XDG_MENU_INSTALL_DIR} ) install( FILES kded.upd DESTINATION ${KCONF_UPDATE_INSTALL_DIR} ) |