From 9227b804701b2b0843d20a617f8a8b8d0d8f078f Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 15 Feb 2014 20:57:15 -0600 Subject: Make kate plugins help handbook visible in the help handbook table of contents but not in launcher menu. --- kate/CMakeLists.txt | 4 ++++ kate/Makefile.am | 3 ++- kate/kate-plugins.desktop | 6 ++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 kate/kate-plugins.desktop (limited to 'kate') diff --git a/kate/CMakeLists.txt b/kate/CMakeLists.txt index 6856035..f94adf0 100644 --- a/kate/CMakeLists.txt +++ b/kate/CMakeLists.txt @@ -27,3 +27,7 @@ add_subdirectory( snippets ) add_subdirectory( insertcommand ) add_subdirectory( make ) add_subdirectory( helloworld ) + +#### other data ################################# + +install( FILES kate-plugins.desktop DESTINATION ${APPS_INSTALL_DIR}/.hidden ) diff --git a/kate/Makefile.am b/kate/Makefile.am index 31e51a9..8819e76 100644 --- a/kate/Makefile.am +++ b/kate/Makefile.am @@ -2,4 +2,5 @@ SUBDIRS = scripts htmltools kpybrowser modeline openheader textfilter xmltools \ xmlcheck filelistloader cppsymbolviewer tabbarextension filetemplates \ snippets insertcommand make helloworld - +app_DATA = kate-plugins.desktop +appdir = $(kde_appsdir)/.hidden diff --git a/kate/kate-plugins.desktop b/kate/kate-plugins.desktop new file mode 100644 index 0000000..c35d9a5 --- /dev/null +++ b/kate/kate-plugins.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Icon=kate +DocPath=kate-plugins/index.html +Categories=Qt;TDE;TextEditor; +NoDisplay=true +Name=Kate Plugins -- cgit v1.2.1