summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2019-01-01 23:53:01 +0000
committergutteridge <gutteridge@pkgsrc.org>2019-01-01 23:53:01 +0000
commit1b545da705ffda8938b5a580a4e024c1af6a0003 (patch)
treeb45bb3bf788b814c36407ddac5c6574980e3edcc /editors
parenta2ffea9ea707456686c6566bb8312987dc55adcb (diff)
downloadpkgsrc-1b545da705ffda8938b5a580a4e024c1af6a0003.tar.gz
editors/kate: Adjust PLIST entries to reflect changed Python 3 plugins
in the last release, and to fix a stray Python 2 only entry that wasn't versioned as such. Bump PKGREVISION. (Should have no impacts on default builds, though.)
Diffstat (limited to 'editors')
-rw-r--r--editors/kate/Makefile4
-rw-r--r--editors/kate/PLIST56
2 files changed, 45 insertions, 15 deletions
diff --git a/editors/kate/Makefile b/editors/kate/Makefile
index 4641def6842..8da11d3b0c7 100644
--- a/editors/kate/Makefile
+++ b/editors/kate/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2018/12/13 19:51:50 adam Exp $
+# $NetBSD: Makefile,v 1.44 2019/01/01 23:53:01 gutteridge Exp $
DISTNAME= kate-${_KDE_VERSION}
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= editors
COMMENT= KDE advanced text editor
diff --git a/editors/kate/PLIST b/editors/kate/PLIST
index dd3faf5339e..9e1706bb646 100644
--- a/editors/kate/PLIST
+++ b/editors/kate/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2016/01/10 19:51:22 markd Exp $
+@comment $NetBSD: PLIST,v 1.11 2019/01/01 23:53:01 gutteridge Exp $
bin/kate
bin/kwrite
include/kate/application.h
@@ -109,16 +109,16 @@ share/kde/apps/kate/pate/block.py
share/kde/apps/kate/pate/block_ui.rc
${PLIST.py3x}share/kde/apps/kate/pate/cmake_utils/__init__.py
${PLIST.py3x}share/kde/apps/kate/pate/cmake_utils/cmake_help_parser.py
-${PLIST.py3x}share/kde/apps/kate/pate/cmake_utils/cmake_utils.py
-${PLIST.py3x}share/kde/apps/kate/pate/cmake_utils/cmake_utils_settings.py
-${PLIST.py3x}share/kde/apps/kate/pate/cmake_utils/cmake_utils_settings.ui
-${PLIST.py3x}share/kde/apps/kate/pate/cmake_utils/cmake_utils_toolview_cacheview_page.ui
-${PLIST.py3x}share/kde/apps/kate/pate/cmake_utils/cmake_utils_toolview_help_page.ui
-${PLIST.py3x}share/kde/apps/kate/pate/cmake_utils/cmake_utils_toolview_settings_page.ui
+${PLIST.py3x}share/kde/apps/kate/pate/cmake_utils/cmake_utils_ui.rc
+${PLIST.py3x}share/kde/apps/kate/pate/cmake_utils/param_types.py
+${PLIST.py3x}share/kde/apps/kate/pate/cmake_utils/settings.py
+${PLIST.py3x}share/kde/apps/kate/pate/cmake_utils/settings.ui
+${PLIST.py3x}share/kde/apps/kate/pate/cmake_utils/toolview_cacheview_page.ui
+${PLIST.py3x}share/kde/apps/kate/pate/cmake_utils/toolview_help_page.ui
+${PLIST.py3x}share/kde/apps/kate/pate/cmake_utils/toolview_settings_page.ui
${PLIST.py3x}share/kde/apps/kate/pate/cmake_utils/command_completers/__init__.py
${PLIST.py3x}share/kde/apps/kate/pate/cmake_utils/command_completers/cmake_policy_cc.py
${PLIST.py3x}share/kde/apps/kate/pate/cmake_utils/command_completers/cond_cc.py
-${PLIST.py3x}share/kde/apps/kate/pate/cmake_utils/command_completers/param_types.py
${PLIST.py3x}share/kde/apps/kate/pate/cmake_utils/command_completers/syntax_cc.py
share/kde/apps/kate/pate/color_tools/__init__.py
share/kde/apps/kate/pate/color_tools/color_chooser.py
@@ -130,14 +130,39 @@ share/kde/apps/kate/pate/color_tools/utils.py
share/kde/apps/kate/pate/commentar.py
share/kde/apps/kate/pate/commentar.ui
share/kde/apps/kate/pate/commentar_ui.rc
-${PLIST.py3x}share/kde/apps/kate/pate/expand.py
+${PLIST.py3x}share/kde/apps/kate/pate/expand/__init__.py
${PLIST.py3x}share/kde/apps/kate/pate/expand/all.expand
+${PLIST.py3x}share/kde/apps/kate/pate/expand/args.py
+${PLIST.py3x}share/kde/apps/kate/pate/expand/decorators.py
+${PLIST.py3x}share/kde/apps/kate/pate/expand/expand_ui.rc
+${PLIST.py3x}share/kde/apps/kate/pate/expand/expands_completion_model.py
+${PLIST.py3x}share/kde/apps/kate/pate/expand/jinja_stuff.py
+${PLIST.py3x}share/kde/apps/kate/pate/expand/key_sequence_tracker.py
+${PLIST.py3x}share/kde/apps/kate/pate/expand/settings.py
+${PLIST.py3x}share/kde/apps/kate/pate/expand/templates/basic-entity.cpp.tpl
+${PLIST.py3x}share/kde/apps/kate/pate/expand/templates/brief.cpp.tpl
+${PLIST.py3x}share/kde/apps/kate/pate/expand/templates/class.cpp.tpl
+${PLIST.py3x}share/kde/apps/kate/pate/expand/templates/enum.cpp.tpl
+${PLIST.py3x}share/kde/apps/kate/pate/expand/templates/for.cpp.tpl
+${PLIST.py3x}share/kde/apps/kate/pate/expand/templates/function.cpp.tpl
+${PLIST.py3x}share/kde/apps/kate/pate/expand/templates/getter-setter.cpp.tpl
+${PLIST.py3x}share/kde/apps/kate/pate/expand/templates/if-else.cmake.tpl
+${PLIST.py3x}share/kde/apps/kate/pate/expand/templates/if-else.cpp.tpl
+${PLIST.py3x}share/kde/apps/kate/pate/expand/templates/main.cpp.tpl
+${PLIST.py3x}share/kde/apps/kate/pate/expand/templates/metafunction-class.cpp.tpl
+${PLIST.py3x}share/kde/apps/kate/pate/expand/templates/namespace.cpp.tpl
+${PLIST.py3x}share/kde/apps/kate/pate/expand/templates/struct.cpp.tpl
+${PLIST.py3x}share/kde/apps/kate/pate/expand/templates/switch.cpp.tpl
+${PLIST.py3x}share/kde/apps/kate/pate/expand/templates/t.cpp.tpl
+${PLIST.py3x}share/kde/apps/kate/pate/expand/templates/try.cpp.tpl
${PLIST.py3x}share/kde/apps/kate/pate/expand/text_css.expand
${PLIST.py3x}share/kde/apps/kate/pate/expand/text_html.expand
${PLIST.py3x}share/kde/apps/kate/pate/expand/text_x-c++hdr.expand
${PLIST.py3x}share/kde/apps/kate/pate/expand/text_x-c++src.expand
${PLIST.py3x}share/kde/apps/kate/pate/expand/text_x-chdr.expand
+${PLIST.py3x}share/kde/apps/kate/pate/expand/text_x-cmake.expand
${PLIST.py3x}share/kde/apps/kate/pate/expand/text_x-python.expand
+${PLIST.py3x}share/kde/apps/kate/pate/expand/udf.py
share/kde/apps/kate/pate/format.py
share/kde/apps/kate/pate/format_ui.rc
share/kde/apps/kate/pate/gid/__init__.py
@@ -145,14 +170,16 @@ share/kde/apps/kate/pate/gid/config.ui
share/kde/apps/kate/pate/gid/gid_ui.rc
share/kde/apps/kate/pate/gid/idutils.py
share/kde/apps/kate/pate/gid/tool.ui
+${PLIST.py3x}share/kde/apps/kate/pate/js_utils/__init__.py
${PLIST.py3x}share/kde/apps/kate/pate/js_utils/jquery_autocomplete.json
${PLIST.py3x}share/kde/apps/kate/pate/js_utils/js_autocomplete.json
${PLIST.py3x}share/kde/apps/kate/pate/js_utils/js_autocomplete.py
+${PLIST.py3x}share/kde/apps/kate/pate/js_utils/js_config_page.py
+${PLIST.py3x}share/kde/apps/kate/pate/js_utils/js_engine.py
+${PLIST.py3x}share/kde/apps/kate/pate/js_utils/js_lint.py
${PLIST.py3x}share/kde/apps/kate/pate/js_utils/js_settings.py
-${PLIST.py3x}share/kde/apps/kate/pate/js_utils/js_snippets.py
-${PLIST.py3x}share/kde/apps/kate/pate/js_utils/js_utils.py
${PLIST.py3x}share/kde/apps/kate/pate/js_utils/js_utils.ui
-${PLIST.py3x}share/kde/apps/kate/pate/js_utils/jslint.py
+${PLIST.py3x}share/kde/apps/kate/pate/js_utils/js_utils_ui.rc
${PLIST.py3x}share/kde/apps/kate/pate/js_utils/json_pretty.py
share/kde/apps/kate/pate/libkatepate/__init__.py
share/kde/apps/kate/pate/libkatepate/autocomplete.py
@@ -537,11 +564,14 @@ share/kde4/services/katemailfilesplugin.desktop
share/kde4/services/kateopenheader.desktop
share/kde4/services/katepart.desktop
share/kde4/services/katepate_block.desktop
+${PLIST.py3x}share/kde4/services/katepate_cmake_utils.desktop
share/kde4/services/katepate_color_tools.desktop
share/kde4/services/katepate_commentar.desktop
+${PLIST.py3x}share/kde4/services/katepate_expand.desktop
share/kde4/services/katepate_format.desktop
share/kde4/services/katepate_gid.desktop
-share/kde4/services/katepate_python_autocomplete.desktop
+${PLIST.py3x}share/kde4/services/katepate_js_utils.desktop
+${PLIST.py2x}share/kde4/services/katepate_python_autocomplete.desktop
share/kde4/services/katepate_python_autocomplete_jedi.desktop
share/kde4/services/katepate_python_console_classic.desktop
share/kde4/services/katepate_python_console_ipython.desktop