diff options
Diffstat (limited to 'kate')
-rw-r--r-- | kate/CMakeLists.txt | 4 | ||||
-rw-r--r-- | kate/Makefile.am | 3 | ||||
-rw-r--r-- | kate/kate-plugins.desktop | 6 |
3 files changed, 12 insertions, 1 deletions
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 |