From owner-svn-ports-head@freebsd.org Sun Apr 8 17:13:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3C5EF91E88; Sun, 8 Apr 2018 17:13:23 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9ECD084100; Sun, 8 Apr 2018 17:13:23 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7ED5512D3D; Sun, 8 Apr 2018 17:13:23 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w38HDNhw019353; Sun, 8 Apr 2018 17:13:23 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w38HDMWW019346; Sun, 8 Apr 2018 17:13:22 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201804081713.w38HDMWW019346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 8 Apr 2018 17:13:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466807 - in head: . Mk/Uses editors editors/kate editors/kate/files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: . Mk/Uses editors editors/kate editors/kate/files X-SVN-Commit-Revision: 466807 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 17:13:24 -0000 Author: tcberner Date: Sun Apr 8 17:13:22 2018 New Revision: 466807 URL: https://svnweb.freebsd.org/changeset/ports/466807 Log: New port: editors/kate This is the current version of KDE Applications . Note that users of KDE SC4 should stick with -kde4. Differential Revision: https://reviews.freebsd.org/D14832 Added: head/editors/kate/ - copied from r465458, head/editors/kate-kde4/ Deleted: head/editors/kate/files/ Modified: head/MOVED head/Mk/Uses/kde.mk head/editors/Makefile head/editors/kate/Makefile head/editors/kate/distinfo head/editors/kate/pkg-descr head/editors/kate/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Sun Apr 8 17:01:54 2018 (r466806) +++ head/MOVED Sun Apr 8 17:13:22 2018 (r466807) @@ -9989,7 +9989,6 @@ sysutils/kfloppy|sysutils/kfloppy-kde4|2018-02-22|Make sysutils/ksystemlog|sysutils/ksystemlog-kde4|2018-02-22|Make room for KDE updates sysutils/baloo|sysutils/baloo-kde4|2018-02-22|Make room for KDE updates sysutils/kfilemetadata|sysutils/kfilemetadata-kde4|2018-02-22|Make room for KDE updates -editors/kate|editors/kate-kde4|2018-02-22|Make room for KDE updates editors/kate-plugin-pate|editors/kate-plugin-pate-kde4|2018-02-22|Make room for KDE updates x11-clocks/kteatime|x11-clocks/kteatime-kde4|2018-02-22|Make room for KDE updates x11-clocks/ktux|x11-clocks/ktux-kde4|2018-02-22|Make room for KDE updates Modified: head/Mk/Uses/kde.mk ============================================================================== --- head/Mk/Uses/kde.mk Sun Apr 8 17:01:54 2018 (r466806) +++ head/Mk/Uses/kde.mk Sun Apr 8 17:13:22 2018 (r466807) @@ -595,6 +595,8 @@ baloo-widgets4_LIB= libbaloowidgets.so kate4_PORT= editors/kate-kde4 kate4_LIB= libkateinterfaces.so +kate5_PORT= editors/kate +kate5_PATH= ${QT_PLUGINDIR}/ktexteditor/katebacktracebrowserplugin.so libkcddb4_PORT= audio/libkcddb-kde4 libkcddb4_LIB= libkcddb.so Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Sun Apr 8 17:01:54 2018 (r466806) +++ head/editors/Makefile Sun Apr 8 17:13:22 2018 (r466807) @@ -66,6 +66,7 @@ SUBDIR += jove SUBDIR += jucipp SUBDIR += jupp + SUBDIR += kate SUBDIR += kate-kde4 SUBDIR += kate-plugin-pate-kde4 SUBDIR += kile-kde4 Modified: head/editors/kate/Makefile ============================================================================== --- head/editors/kate-kde4/Makefile Sat Mar 24 16:33:07 2018 (r465458) +++ head/editors/kate/Makefile Sun Apr 8 17:13:22 2018 (r466807) @@ -1,24 +1,24 @@ -# Created by: fluffy@ # $FreeBSD$ PORTNAME= kate -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 4 -CATEGORIES= editors kde kde-kde4 +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= editors kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Basic editor framework for the KDE system -LIB_DEPENDS= libqjson.so:devel/qjson +BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ + docbook-xml>0:textproc/docbook-xml +LIB_DEPENDS= libgit2.so:devel/libgit2 -USES= cmake:outsource gettext kde:4 perl5 tar:xz -USE_KDE= kdelibs automoc4 kactivities -USE_PERL5= build -USE_QT4= dbus gui script sql webkit xml \ - moc_build qmake_build rcc_build uic_build -USE_LDCONFIG= yes - -# editors/kate-kde4-plugin-pate installs pate -CMAKE_ARGS+= -DBUILD_pate=off +USES= cmake:outsource desktop-file-utils gettext pkgconfig kde:5 tar:xz +USE_KDE= activities attica auth bookmarks codecs completion config \ + configwidgets coreaddons crash dbusaddons doctools ecm \ + guiaddons i18n iconthemes init itemmodels itemviews \ + jobwidgets kio newstuff package parts plasma-framework \ + service solid sonnet texteditor textwidgets threadweaver \ + wallet widgetsaddons windowsystem xmlgui +USE_QT5= core dbus gui network script sql widgets xml \ + buildtools_build qmake_build .include Modified: head/editors/kate/distinfo ============================================================================== --- head/editors/kate-kde4/distinfo Sat Mar 24 16:33:07 2018 (r465458) +++ head/editors/kate/distinfo Sun Apr 8 17:13:22 2018 (r466807) @@ -1,2 +1,3 @@ -SHA256 (KDE/4.14.3/kate-4.14.3.tar.xz) = 513d4ae2c36fa6b59caf3b2b685e3ea1167093d16025859cfac90d75617e707d -SIZE (KDE/4.14.3/kate-4.14.3.tar.xz) = 2766880 +TIMESTAMP = 1520519323 +SHA256 (KDE/applications/17.12.3/kate-17.12.3.tar.xz) = e5b6a3ccb688ee358dadbcca86c0060a481ff60a81a472865429beba6bea2a10 +SIZE (KDE/applications/17.12.3/kate-17.12.3.tar.xz) = 5629840 Modified: head/editors/kate/pkg-descr ============================================================================== --- head/editors/kate-kde4/pkg-descr Sat Mar 24 16:33:07 2018 (r465458) +++ head/editors/kate/pkg-descr Sun Apr 8 17:13:22 2018 (r466807) @@ -1,9 +1 @@ -KDE Base Applications consists of what runs on the desktop. This -module isn't a complete collection of essential applications that a -user would expect on a desktop (such as e-mail and calculator). This -package is the basic set of applications beyond the workspace that KDE -applications can assume are installed. These applications should have -no problem running on Windows, OS X, Gnome, etc. as stand alone -applications if the user wanted to use them there. - -WWW: http://www.kde.org +KDE5 kate Modified: head/editors/kate/pkg-plist ============================================================================== --- head/editors/kate-kde4/pkg-plist Sat Mar 24 16:33:07 2018 (r465458) +++ head/editors/kate/pkg-plist Sun Apr 8 17:13:22 2018 (r466807) @@ -1,456 +1,1182 @@ bin/kate bin/kwrite -include/kde4/kate/application.h -include/kde4/kate/documentmanager.h -include/kde4/kate/mainwindow.h -include/kde4/kate/plugin.h -include/kde4/kate/pluginconfigpageinterface.h -include/kde4/kate/pluginmanager.h -include/kde4/kate_export.h -lib/kde4/kate_kttsd.so -lib/kde4/katebacktracebrowserplugin.so -lib/kde4/katebuildplugin.so -lib/kde4/katecloseexceptplugin.so -lib/kde4/katectagsplugin.so -lib/kde4/katefilebrowserplugin.so -lib/kde4/katefiletemplates.so -lib/kde4/katefiletreeplugin.so -lib/kde4/kategdbplugin.so -lib/kde4/katekonsoleplugin.so -lib/kde4/katemailfilesplugin.so -lib/kde4/kateopenheaderplugin.so -lib/kde4/katepart.so -lib/kde4/kateprojectplugin.so -lib/kde4/katereplicodeplugin.so -lib/kde4/katesearchplugin.so -lib/kde4/katesnippetsplugin.so -lib/kde4/katesqlplugin.so -lib/kde4/katesymbolviewerplugin.so -lib/kde4/katetabbarextensionplugin.so -lib/kde4/katetabifyplugin.so -lib/kde4/katetextfilterplugin.so -lib/kde4/katexmlcheckplugin.so -lib/kde4/katexmltoolsplugin.so -lib/kde4/ktexteditor_autobrace.so -lib/kde4/ktexteditor_exporter.so -lib/kde4/ktexteditor_hlselection.so -lib/kde4/ktexteditor_iconinserter.so -lib/kde4/ktexteditor_insertfile.so -lib/kde4/ktexteditor_lumen.so -lib/kde4/plasma_applet_katesession.so -lib/libkateinterfaces.so -lib/libkateinterfaces.so.4 -lib/libkateinterfaces.so.%%KDE4_GENERIC_LIB_VERSION%% -lib/libkatepartinterfaces.so -lib/libkatepartinterfaces.so.4 -lib/libkatepartinterfaces.so.%%KDE4_GENERIC_LIB_VERSION%% -lib/libkdeinit4_kate.so -lib/libkdeinit4_kwrite.so +%%QT_PLUGINDIR%%/ktexteditor/katebacktracebrowserplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katebuildplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katecloseexceptplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katectagsplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katefilebrowserplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katefiletreeplugin.so +%%QT_PLUGINDIR%%/ktexteditor/kategdbplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katekonsoleplugin.so +%%QT_PLUGINDIR%%/ktexteditor/kateopenheaderplugin.so +%%QT_PLUGINDIR%%/ktexteditor/kateprojectplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katereplicodeplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katesearchplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katesnippetsplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katesqlplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katesymbolviewerplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katexmlcheckplugin.so +%%QT_PLUGINDIR%%/ktexteditor/katexmltoolsplugin.so +%%QT_PLUGINDIR%%/ktexteditor/kterustcompletionplugin.so +%%QT_PLUGINDIR%%/ktexteditor/ktexteditor_lumen.so +%%QT_PLUGINDIR%%/ktexteditor/ktexteditorpreviewplugin.so +%%QT_PLUGINDIR%%/ktexteditor/tabswitcherplugin.so +%%QT_PLUGINDIR%%/ktexteditor/textfilterplugin.so +%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_katesessions.so +man/ca/man1/kate.1.gz +man/de/man1/kate.1.gz +man/es/man1/kate.1.gz +man/it/man1/kate.1.gz man/man1/kate.1.gz -share/applications/kde4/kate.desktop -share/applications/kde4/kwrite.desktop -share/apps/kate/icons/hicolor/16x16/actions/sql-field-pk.png -share/apps/kate/icons/hicolor/16x16/actions/sql-field-red.png -share/apps/kate/icons/hicolor/16x16/actions/sql-field.png -share/apps/kate/icons/hicolor/16x16/actions/sql-table.png -share/apps/kate/icons/hicolor/16x16/actions/sql-view.png -share/apps/kate/kateui.rc -share/apps/kate/plugins/filetree/ui.rc -share/apps/kate/plugins/kate_kttsd/ui.rc -share/apps/kate/plugins/katebuild/ui.rc -share/apps/kate/plugins/katecloseexceptplugin/ui.rc -share/apps/kate/plugins/katectags/ui.rc -share/apps/kate/plugins/katefiletemplates/templates/FindXXX.cmake.katetemplate -share/apps/kate/plugins/katefiletemplates/templates/cppgpl.cpp.katetemplate -share/apps/kate/plugins/katefiletemplates/templates/cppgpl.hh.katetemplate -share/apps/kate/plugins/katefiletemplates/templates/cpplgpl.cpp.katetemplate -share/apps/kate/plugins/katefiletemplates/templates/cpplgpl.hh.katetemplate -share/apps/kate/plugins/katefiletemplates/templates/docbookchapter.xml.katetemplate -share/apps/kate/plugins/katefiletemplates/templates/html.katetemplate -share/apps/kate/plugins/katefiletemplates/templates/language.xml.katetemplate -share/apps/kate/plugins/katefiletemplates/ui.rc -share/apps/kate/plugins/kategdb/ui.rc -share/apps/kate/plugins/katekonsole/ui.rc -share/apps/kate/plugins/katemailfiles/ui.rc -share/apps/kate/plugins/kateopenheader/ui.rc -share/apps/kate/plugins/katereplicodeplugin/ui.rc -share/apps/kate/plugins/katesearch/ui.rc -share/apps/kate/plugins/katesql/ui.rc -share/apps/kate/plugins/katesymbolviewer/ui.rc -share/apps/kate/plugins/katetabbarextension/ui.rc -share/apps/kate/plugins/katetabify/ui.rc -share/apps/kate/plugins/katetextfilter/ui.rc -share/apps/kate/plugins/katexmlcheck/ui.rc -share/apps/kate/plugins/katexmltools/ui.rc -share/apps/kate/plugins/project/kateproject.example -share/apps/kate/plugins/project/ui.rc -share/apps/kate/tips -share/apps/katepart/katepartsimpleui.rc -share/apps/katepart/katepartui.rc -share/apps/katepart/script/commands/emmet.js -share/apps/katepart/script/commands/jumpMatchingIndent.js -share/apps/katepart/script/commands/quickcoding.js -share/apps/katepart/script/commands/utils.js -share/apps/katepart/script/files/quickcoding/cpp/a.template -share/apps/katepart/script/files/quickcoding/cpp/c.template -share/apps/katepart/script/indentation/ada.js -share/apps/katepart/script/indentation/cmake.js -share/apps/katepart/script/indentation/cppstyle.js -share/apps/katepart/script/indentation/cstyle.js -share/apps/katepart/script/indentation/haskell.js -share/apps/katepart/script/indentation/latex.js -share/apps/katepart/script/indentation/lilypond.js -share/apps/katepart/script/indentation/lisp.js -share/apps/katepart/script/indentation/lua.js -share/apps/katepart/script/indentation/pascal.js -share/apps/katepart/script/indentation/python.js -share/apps/katepart/script/indentation/ruby.js -share/apps/katepart/script/indentation/xml.js -share/apps/katepart/script/libraries/cmake_indenter_config.js -share/apps/katepart/script/libraries/cursor.js -share/apps/katepart/script/libraries/documentcursor.js -share/apps/katepart/script/libraries/emmet/editor_interface.js -share/apps/katepart/script/libraries/emmet/lib.js -share/apps/katepart/script/libraries/range.js -share/apps/katepart/script/libraries/string.js -share/apps/katepart/script/libraries/underscore.js -share/apps/katepart/script/libraries/utils.js -share/apps/katepart/syntax/abap.xml -share/apps/katepart/syntax/abc.xml -share/apps/katepart/syntax/actionscript.xml -share/apps/katepart/syntax/ada.xml -share/apps/katepart/syntax/agda.xml -share/apps/katepart/syntax/ahdl.xml -share/apps/katepart/syntax/ahk.xml -share/apps/katepart/syntax/alert.xml -share/apps/katepart/syntax/alert_indent.xml -share/apps/katepart/syntax/ample.xml -share/apps/katepart/syntax/ansforth94.xml -share/apps/katepart/syntax/ansic89.xml -share/apps/katepart/syntax/ansys.xml -share/apps/katepart/syntax/apache.xml -share/apps/katepart/syntax/asm-avr.xml -share/apps/katepart/syntax/asm-dsp56k.xml -share/apps/katepart/syntax/asm-m68k.xml -share/apps/katepart/syntax/asm6502.xml -share/apps/katepart/syntax/asn1.xml -share/apps/katepart/syntax/asp.xml -share/apps/katepart/syntax/asterisk.xml -share/apps/katepart/syntax/awk.xml -share/apps/katepart/syntax/bash.xml -share/apps/katepart/syntax/bibtex.xml -share/apps/katepart/syntax/bmethod.xml -share/apps/katepart/syntax/boo.xml -share/apps/katepart/syntax/c.xml -share/apps/katepart/syntax/ccss.xml -share/apps/katepart/syntax/cg.xml -share/apps/katepart/syntax/cgis.xml -share/apps/katepart/syntax/changelog.xml -share/apps/katepart/syntax/chicken.xml -share/apps/katepart/syntax/cisco.xml -share/apps/katepart/syntax/clipper.xml -share/apps/katepart/syntax/clojure.xml -share/apps/katepart/syntax/cmake.xml -share/apps/katepart/syntax/coffee.xml -share/apps/katepart/syntax/coldfusion.xml -share/apps/katepart/syntax/commonlisp.xml -share/apps/katepart/syntax/component-pascal.xml -share/apps/katepart/syntax/context.xml -share/apps/katepart/syntax/cpp.xml -share/apps/katepart/syntax/crk.xml -share/apps/katepart/syntax/cs.xml -share/apps/katepart/syntax/css-php.xml -share/apps/katepart/syntax/css.xml -share/apps/katepart/syntax/cubescript.xml -share/apps/katepart/syntax/cue.xml -share/apps/katepart/syntax/curry.xml -share/apps/katepart/syntax/d.xml -share/apps/katepart/syntax/debianchangelog.xml -share/apps/katepart/syntax/debiancontrol.xml -share/apps/katepart/syntax/desktop.xml -share/apps/katepart/syntax/diff.xml -share/apps/katepart/syntax/djangotemplate.xml -share/apps/katepart/syntax/dosbat.xml -share/apps/katepart/syntax/dot.xml -share/apps/katepart/syntax/doxygen.xml -share/apps/katepart/syntax/doxygenlua.xml -share/apps/katepart/syntax/dtd.xml -share/apps/katepart/syntax/e.xml -share/apps/katepart/syntax/eiffel.xml -share/apps/katepart/syntax/email.xml -share/apps/katepart/syntax/erlang.xml -share/apps/katepart/syntax/euphoria.xml -share/apps/katepart/syntax/fasm.xml -share/apps/katepart/syntax/ferite.xml -share/apps/katepart/syntax/fgl-4gl.xml -share/apps/katepart/syntax/fgl-per.xml -share/apps/katepart/syntax/fortran.xml -share/apps/katepart/syntax/freebasic.xml -share/apps/katepart/syntax/fsharp.xml -share/apps/katepart/syntax/fstab.xml -share/apps/katepart/syntax/gap.xml -share/apps/katepart/syntax/gcc.xml -share/apps/katepart/syntax/gdb.xml -share/apps/katepart/syntax/gdl.xml -share/apps/katepart/syntax/gettext.xml -share/apps/katepart/syntax/git-rebase.xml -share/apps/katepart/syntax/glosstex.xml -share/apps/katepart/syntax/glsl.xml -share/apps/katepart/syntax/gnuassembler.xml -share/apps/katepart/syntax/gnuplot.xml -share/apps/katepart/syntax/go.xml -share/apps/katepart/syntax/grammar.xml -share/apps/katepart/syntax/haml.xml -share/apps/katepart/syntax/haskell.xml -share/apps/katepart/syntax/haxe.xml -share/apps/katepart/syntax/html-php.xml -share/apps/katepart/syntax/html.xml -share/apps/katepart/syntax/idconsole.xml -share/apps/katepart/syntax/idl.xml -share/apps/katepart/syntax/ilerpg.xml -share/apps/katepart/syntax/inform.xml -share/apps/katepart/syntax/ini.xml -share/apps/katepart/syntax/isocpp.xml -share/apps/katepart/syntax/jam.xml -share/apps/katepart/syntax/java.xml -share/apps/katepart/syntax/javadoc.xml -share/apps/katepart/syntax/javascript-php.xml -share/apps/katepart/syntax/javascript.xml -share/apps/katepart/syntax/jira.xml -share/apps/katepart/syntax/json.xml -share/apps/katepart/syntax/jsp.xml -share/apps/katepart/syntax/julia.xml -share/apps/katepart/syntax/k.xml -share/apps/katepart/syntax/katetemplate.xml -share/apps/katepart/syntax/kbasic.xml -share/apps/katepart/syntax/kconfig.xml -share/apps/katepart/syntax/language.dtd -share/apps/katepart/syntax/latex.xml -share/apps/katepart/syntax/ld.xml -share/apps/katepart/syntax/ldif.xml -share/apps/katepart/syntax/less.xml -share/apps/katepart/syntax/lex.xml -share/apps/katepart/syntax/lilypond.xml -share/apps/katepart/syntax/literate-curry.xml -share/apps/katepart/syntax/literate-haskell.xml -share/apps/katepart/syntax/logtalk.xml -share/apps/katepart/syntax/lpc.xml -share/apps/katepart/syntax/lsl.xml -share/apps/katepart/syntax/lua.xml -share/apps/katepart/syntax/m3u.xml -share/apps/katepart/syntax/m4.xml -share/apps/katepart/syntax/mab.xml -share/apps/katepart/syntax/makefile.xml -share/apps/katepart/syntax/mako.xml -share/apps/katepart/syntax/mandoc.xml -share/apps/katepart/syntax/markdown.xml -share/apps/katepart/syntax/mason.xml -share/apps/katepart/syntax/mathematica.xml -share/apps/katepart/syntax/matlab.xml -share/apps/katepart/syntax/maxima.xml -share/apps/katepart/syntax/mediawiki.xml -share/apps/katepart/syntax/mel.xml -share/apps/katepart/syntax/mergetagtext.xml -share/apps/katepart/syntax/metafont.xml -share/apps/katepart/syntax/mips.xml -share/apps/katepart/syntax/modelica.xml -share/apps/katepart/syntax/modelines.xml -share/apps/katepart/syntax/modula-2.xml -share/apps/katepart/syntax/monobasic.xml -share/apps/katepart/syntax/mup.xml -share/apps/katepart/syntax/nagios.xml -share/apps/katepart/syntax/nasm.xml -share/apps/katepart/syntax/nemerle.xml -share/apps/katepart/syntax/nesc.xml -share/apps/katepart/syntax/noweb.xml -share/apps/katepart/syntax/objectivec.xml -share/apps/katepart/syntax/objectivecpp.xml -share/apps/katepart/syntax/ocaml.xml -share/apps/katepart/syntax/octave.xml -share/apps/katepart/syntax/oors.xml -share/apps/katepart/syntax/opal.xml -share/apps/katepart/syntax/opencl.xml -share/apps/katepart/syntax/pango.xml -share/apps/katepart/syntax/pascal.xml -share/apps/katepart/syntax/perl.xml -share/apps/katepart/syntax/pgn.xml -share/apps/katepart/syntax/php.xml -share/apps/katepart/syntax/picsrc.xml -share/apps/katepart/syntax/pig.xml -share/apps/katepart/syntax/pike.xml -share/apps/katepart/syntax/postscript.xml -share/apps/katepart/syntax/povray.xml -share/apps/katepart/syntax/ppd.xml -share/apps/katepart/syntax/progress.xml -share/apps/katepart/syntax/prolog.xml -share/apps/katepart/syntax/protobuf.xml -share/apps/katepart/syntax/puppet.xml -share/apps/katepart/syntax/purebasic.xml -share/apps/katepart/syntax/python.xml -share/apps/katepart/syntax/q.xml -share/apps/katepart/syntax/qmake.xml -share/apps/katepart/syntax/qml.xml -share/apps/katepart/syntax/r.xml -share/apps/katepart/syntax/rapidq.xml -share/apps/katepart/syntax/relaxng.xml -share/apps/katepart/syntax/relaxngcompact.xml -share/apps/katepart/syntax/replicode.xml -share/apps/katepart/syntax/rest.xml -share/apps/katepart/syntax/rexx.xml -share/apps/katepart/syntax/rhtml.xml -share/apps/katepart/syntax/rib.xml -share/apps/katepart/syntax/roff.xml -share/apps/katepart/syntax/rpmspec.xml -share/apps/katepart/syntax/rsiidl.xml -share/apps/katepart/syntax/ruby.xml -share/apps/katepart/syntax/sather.xml -share/apps/katepart/syntax/scala.xml -share/apps/katepart/syntax/scheme.xml -share/apps/katepart/syntax/sci.xml -share/apps/katepart/syntax/scss.xml -share/apps/katepart/syntax/sed.xml -share/apps/katepart/syntax/sgml.xml -share/apps/katepart/syntax/sieve.xml -share/apps/katepart/syntax/sisu.xml -share/apps/katepart/syntax/sml.xml -share/apps/katepart/syntax/spice.xml -share/apps/katepart/syntax/sql-mysql.xml -share/apps/katepart/syntax/sql-postgresql.xml -share/apps/katepart/syntax/sql.xml -share/apps/katepart/syntax/stata.xml -share/apps/katepart/syntax/syntax.template -share/apps/katepart/syntax/systemc.xml -share/apps/katepart/syntax/systemverilog.xml -share/apps/katepart/syntax/tads3.xml -share/apps/katepart/syntax/tcl.xml -share/apps/katepart/syntax/tcsh.xml -share/apps/katepart/syntax/template-toolkit.xml -share/apps/katepart/syntax/texinfo.xml -share/apps/katepart/syntax/textile.xml -share/apps/katepart/syntax/tibasic.xml -share/apps/katepart/syntax/txt2tags.xml -share/apps/katepart/syntax/uscript.xml -share/apps/katepart/syntax/vala.xml -share/apps/katepart/syntax/valgrind-suppression.xml -share/apps/katepart/syntax/varnish.xml -share/apps/katepart/syntax/varnishtest.xml -share/apps/katepart/syntax/vcard.xml -share/apps/katepart/syntax/velocity.xml -share/apps/katepart/syntax/vera.xml -share/apps/katepart/syntax/verilog.xml -share/apps/katepart/syntax/vhdl.xml -share/apps/katepart/syntax/vrml.xml -share/apps/katepart/syntax/winehq.xml -share/apps/katepart/syntax/wml.xml -share/apps/katepart/syntax/xharbour.xml -share/apps/katepart/syntax/xml.xml -share/apps/katepart/syntax/xmldebug.xml -share/apps/katepart/syntax/xorg.xml -share/apps/katepart/syntax/xslt.xml -share/apps/katepart/syntax/xul.xml -share/apps/katepart/syntax/yacas.xml -share/apps/katepart/syntax/yacc.xml -share/apps/katepart/syntax/yaml.xml -share/apps/katepart/syntax/zonnon.xml -share/apps/katepart/syntax/zsh.xml -share/apps/katexmltools/html4-loose.dtd.xml -share/apps/katexmltools/html4-strict.dtd.xml -share/apps/katexmltools/kcfg.dtd.xml -share/apps/katexmltools/kde-docbook.dtd.xml -share/apps/katexmltools/kpartgui.dtd.xml -share/apps/katexmltools/language.dtd.xml -share/apps/katexmltools/simplify_dtd.xsl -share/apps/katexmltools/testcases.xml -share/apps/katexmltools/xhtml1-frameset.dtd.xml -share/apps/katexmltools/xhtml1-strict.dtd.xml -share/apps/katexmltools/xhtml1-transitional.dtd.xml -share/apps/katexmltools/xslt-1.0.dtd.xml -share/apps/kconf_update/kate-2.4.upd -share/apps/ktexteditor_exporter/ktexteditor_exporterui.rc -share/apps/ktexteditor_iconinserter/ktexteditor_iconinserterui.rc -share/apps/ktexteditor_insertfile/ktexteditor_insertfileui.rc -share/apps/kwrite/kwriteui.rc -share/config/katemoderc -share/config/katerc -share/config/kateschemarc -share/config/katesyntaxhighlightingrc -share/config/ktexteditor_codesnippets_core.knsrc -share/doc/HTML/en/kate/advanced.docbook -share/doc/HTML/en/kate/comma-to.png -share/doc/HTML/en/kate/common -share/doc/HTML/en/kate/configdialog01.png -share/doc/HTML/en/kate/configuring-part.docbook -share/doc/HTML/en/kate/configuring.docbook -share/doc/HTML/en/kate/development.docbook -share/doc/HTML/en/kate/fundamentals.docbook -share/doc/HTML/en/kate/gdb-call-stack.png -share/doc/HTML/en/kate/gdb-io.png -share/doc/HTML/en/kate/gdb-locals.png -share/doc/HTML/en/kate/gdb-output.png -share/doc/HTML/en/kate/gdb-settings.png -share/doc/HTML/en/kate/highlighted.png -share/doc/HTML/en/kate/highlighting.docbook -share/doc/HTML/en/kate/index.cache.bz2 -share/doc/HTML/en/kate/index.docbook -share/doc/HTML/en/kate/kate.png -share/doc/HTML/en/kate/line-modification-system.png -share/doc/HTML/en/kate/man-kate.1.docbook -share/doc/HTML/en/kate/menus.docbook -share/doc/HTML/en/kate/minimap.png -share/doc/HTML/en/kate/part.docbook -share/doc/HTML/en/kate/plugins-part.docbook -share/doc/HTML/en/kate/plugins.docbook -share/doc/HTML/en/kate/regular-expressions.docbook -share/doc/HTML/en/kate/snippets-form.png -share/doc/HTML/en/kate/snippets-panel.png -share/doc/HTML/en/kate/snippets-usage.png -share/doc/HTML/en/kate/unhighlighted.png -share/doc/HTML/en/kate/vi.docbook -share/doc/HTML/en/kwrite/common -share/doc/HTML/en/kwrite/configuring.docbook -share/doc/HTML/en/kwrite/fundamentals.docbook -share/doc/HTML/en/kwrite/index.cache.bz2 -share/doc/HTML/en/kwrite/index.docbook -share/doc/HTML/en/kwrite/menus.docbook +man/nl/man1/kate.1.gz +man/pt/man1/kate.1.gz +man/pt_BR/man1/kate.1.gz +man/sv/man1/kate.1.gz +man/uk/man1/kate.1.gz +share/applications/org.kde.kate.desktop +share/applications/org.kde.kwrite.desktop share/icons/hicolor/128x128/apps/kate.png +share/icons/hicolor/128x128/apps/kwrite.png share/icons/hicolor/16x16/apps/kate.png -share/icons/hicolor/22x22/actions/debug-kategdb.png +share/icons/hicolor/16x16/apps/kwrite.png share/icons/hicolor/22x22/apps/kate.png +share/icons/hicolor/22x22/apps/kwrite.png share/icons/hicolor/32x32/apps/kate.png +share/icons/hicolor/32x32/apps/kwrite.png share/icons/hicolor/48x48/apps/kate.png +share/icons/hicolor/48x48/apps/kwrite.png share/icons/hicolor/64x64/apps/kate.png +share/icons/hicolor/64x64/apps/kwrite.png share/icons/hicolor/scalable/apps/kate.svgz -share/icons/hicolor/scalable/apps/ktexteditorautobrace.svgz -share/kde4/services/kate_kttsd.desktop -share/kde4/services/katebacktracebrowserplugin.desktop -share/kde4/services/katebuildplugin.desktop -share/kde4/services/katecloseexceptplugin.desktop -share/kde4/services/katectagsplugin.desktop -share/kde4/services/katefilebrowserplugin.desktop -share/kde4/services/katefiletemplates.desktop -share/kde4/services/katefiletreeplugin.desktop -share/kde4/services/kategdbplugin.desktop -share/kde4/services/katekonsoleplugin.desktop -share/kde4/services/katemailfilesplugin.desktop -share/kde4/services/kateopenheader.desktop -share/kde4/services/katepart.desktop -share/kde4/services/kateprojectplugin.desktop -share/kde4/services/katereplicodeplugin.desktop -share/kde4/services/katesearch.desktop -share/kde4/services/katesnippetsplugin.desktop -share/kde4/services/katesql.desktop -share/kde4/services/katesymbolviewer.desktop -share/kde4/services/katetabbarextension.desktop -share/kde4/services/katetabifyplugin.desktop -share/kde4/services/katetextfilter.desktop -share/kde4/services/katexmlcheck.desktop -share/kde4/services/katexmltools.desktop -share/kde4/services/ktexteditor_autobrace.desktop -share/kde4/services/ktexteditor_autobrace_config.desktop -share/kde4/services/ktexteditor_exporter.desktop -share/kde4/services/ktexteditor_hlselection.desktop -share/kde4/services/ktexteditor_iconinserter.desktop -share/kde4/services/ktexteditor_insertfile.desktop -share/kde4/services/ktexteditor_lumen.desktop -share/kde4/services/plasma-applet-katesession.desktop -share/kde4/servicetypes/kateplugin.desktop +share/icons/hicolor/scalable/apps/kwrite.svgz +share/kateproject/kateproject.example +share/katexmltools/html4-loose.dtd.xml +share/katexmltools/html4-strict.dtd.xml +share/katexmltools/kcfg.dtd.xml +share/katexmltools/kde-docbook.dtd.xml +share/katexmltools/kpartgui.dtd.xml +share/katexmltools/language.dtd.xml +share/katexmltools/simplify_dtd.xsl +share/katexmltools/testcases.xml +share/katexmltools/xhtml1-frameset.dtd.xml +share/katexmltools/xhtml1-strict.dtd.xml +share/katexmltools/xhtml1-transitional.dtd.xml +share/katexmltools/xslt-1.0.dtd.xml +share/kservices5/plasma-applet-org.kde.plasma.katesessions.desktop +share/kservices5/plasma-dataengine-katesessions.desktop +share/locale/ar/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/ar/LC_MESSAGES/kate-replicode-plugin.mo +share/locale/ar/LC_MESSAGES/kate.mo +share/locale/ar/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/ar/LC_MESSAGES/katebuild-plugin.mo +share/locale/ar/LC_MESSAGES/katecloseexceptplugin.mo +share/locale/ar/LC_MESSAGES/katefilebrowserplugin.mo +share/locale/ar/LC_MESSAGES/katefiletree.mo +share/locale/ar/LC_MESSAGES/kategdbplugin.mo +share/locale/ar/LC_MESSAGES/katekonsoleplugin.mo +share/locale/ar/LC_MESSAGES/kateopenheader.mo +share/locale/ar/LC_MESSAGES/kateproject.mo +share/locale/ar/LC_MESSAGES/katesearch.mo +share/locale/ar/LC_MESSAGES/katesnippetsplugin.mo +share/locale/ar/LC_MESSAGES/katesql.mo +share/locale/ar/LC_MESSAGES/katesymbolviewer.mo +share/locale/ar/LC_MESSAGES/katetextfilter.mo +share/locale/ar/LC_MESSAGES/katexmlcheck.mo +share/locale/ar/LC_MESSAGES/katexmltools.mo +share/locale/ar/LC_MESSAGES/kterustcompletion.mo +share/locale/ar/LC_MESSAGES/kwrite.mo +share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo +share/locale/ar/LC_MESSAGES/tabswitcherplugin.mo +share/locale/ast/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/ast/LC_MESSAGES/kate-replicode-plugin.mo +share/locale/ast/LC_MESSAGES/kate.mo +share/locale/ast/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/ast/LC_MESSAGES/katebuild-plugin.mo +share/locale/ast/LC_MESSAGES/katecloseexceptplugin.mo +share/locale/ast/LC_MESSAGES/katefilebrowserplugin.mo +share/locale/ast/LC_MESSAGES/katefiletree.mo +share/locale/ast/LC_MESSAGES/kategdbplugin.mo +share/locale/ast/LC_MESSAGES/katekonsoleplugin.mo +share/locale/ast/LC_MESSAGES/kateopenheader.mo +share/locale/ast/LC_MESSAGES/kateproject.mo +share/locale/ast/LC_MESSAGES/katesearch.mo +share/locale/ast/LC_MESSAGES/katesnippetsplugin.mo +share/locale/ast/LC_MESSAGES/katesql.mo +share/locale/ast/LC_MESSAGES/katesymbolviewer.mo +share/locale/ast/LC_MESSAGES/katetextfilter.mo +share/locale/ast/LC_MESSAGES/katexmlcheck.mo +share/locale/ast/LC_MESSAGES/katexmltools.mo +share/locale/ast/LC_MESSAGES/kterustcompletion.mo +share/locale/ast/LC_MESSAGES/kwrite.mo +share/locale/ast/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo +share/locale/ast/LC_MESSAGES/tabswitcherplugin.mo +share/locale/bg/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/bg/LC_MESSAGES/kate.mo +share/locale/bg/LC_MESSAGES/katefilebrowserplugin.mo +share/locale/bg/LC_MESSAGES/katekonsoleplugin.mo +share/locale/bg/LC_MESSAGES/kateopenheader.mo +share/locale/bg/LC_MESSAGES/katesearch.mo +share/locale/bg/LC_MESSAGES/katesql.mo +share/locale/bg/LC_MESSAGES/katesymbolviewer.mo +share/locale/bg/LC_MESSAGES/kwrite.mo +share/locale/bs/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/bs/LC_MESSAGES/kate.mo +share/locale/bs/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/bs/LC_MESSAGES/katebuild-plugin.mo +share/locale/bs/LC_MESSAGES/katecloseexceptplugin.mo +share/locale/bs/LC_MESSAGES/katefilebrowserplugin.mo +share/locale/bs/LC_MESSAGES/katefiletree.mo +share/locale/bs/LC_MESSAGES/kategdbplugin.mo +share/locale/bs/LC_MESSAGES/katekonsoleplugin.mo +share/locale/bs/LC_MESSAGES/kateopenheader.mo +share/locale/bs/LC_MESSAGES/kateproject.mo +share/locale/bs/LC_MESSAGES/katesearch.mo +share/locale/bs/LC_MESSAGES/katesnippetsplugin.mo +share/locale/bs/LC_MESSAGES/katesql.mo +share/locale/bs/LC_MESSAGES/katesymbolviewer.mo +share/locale/bs/LC_MESSAGES/katetextfilter.mo +share/locale/bs/LC_MESSAGES/katexmltools.mo +share/locale/bs/LC_MESSAGES/kwrite.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo +share/locale/bs/LC_MESSAGES/tabswitcherplugin.mo +share/locale/ca/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/ca/LC_MESSAGES/kate-replicode-plugin.mo +share/locale/ca/LC_MESSAGES/kate.mo +share/locale/ca/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/ca/LC_MESSAGES/katebuild-plugin.mo +share/locale/ca/LC_MESSAGES/katecloseexceptplugin.mo +share/locale/ca/LC_MESSAGES/katefilebrowserplugin.mo +share/locale/ca/LC_MESSAGES/katefiletree.mo +share/locale/ca/LC_MESSAGES/kategdbplugin.mo +share/locale/ca/LC_MESSAGES/katekonsoleplugin.mo +share/locale/ca/LC_MESSAGES/kateopenheader.mo +share/locale/ca/LC_MESSAGES/kateproject.mo +share/locale/ca/LC_MESSAGES/katesearch.mo +share/locale/ca/LC_MESSAGES/katesnippetsplugin.mo +share/locale/ca/LC_MESSAGES/katesql.mo +share/locale/ca/LC_MESSAGES/katesymbolviewer.mo +share/locale/ca/LC_MESSAGES/katetextfilter.mo +share/locale/ca/LC_MESSAGES/katexmlcheck.mo +share/locale/ca/LC_MESSAGES/katexmltools.mo +share/locale/ca/LC_MESSAGES/kterustcompletion.mo +share/locale/ca/LC_MESSAGES/ktexteditorpreviewplugin.mo +share/locale/ca/LC_MESSAGES/kwrite.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo +share/locale/ca/LC_MESSAGES/tabswitcherplugin.mo +share/locale/ca@valencia/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/ca@valencia/LC_MESSAGES/kate-replicode-plugin.mo +share/locale/ca@valencia/LC_MESSAGES/kate.mo +share/locale/ca@valencia/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/ca@valencia/LC_MESSAGES/katebuild-plugin.mo +share/locale/ca@valencia/LC_MESSAGES/katecloseexceptplugin.mo +share/locale/ca@valencia/LC_MESSAGES/katefilebrowserplugin.mo +share/locale/ca@valencia/LC_MESSAGES/katefiletree.mo +share/locale/ca@valencia/LC_MESSAGES/kategdbplugin.mo +share/locale/ca@valencia/LC_MESSAGES/katekonsoleplugin.mo +share/locale/ca@valencia/LC_MESSAGES/kateopenheader.mo +share/locale/ca@valencia/LC_MESSAGES/kateproject.mo +share/locale/ca@valencia/LC_MESSAGES/katesearch.mo +share/locale/ca@valencia/LC_MESSAGES/katesnippetsplugin.mo +share/locale/ca@valencia/LC_MESSAGES/katesql.mo +share/locale/ca@valencia/LC_MESSAGES/katesymbolviewer.mo +share/locale/ca@valencia/LC_MESSAGES/katetextfilter.mo +share/locale/ca@valencia/LC_MESSAGES/katexmlcheck.mo +share/locale/ca@valencia/LC_MESSAGES/katexmltools.mo +share/locale/ca@valencia/LC_MESSAGES/kterustcompletion.mo +share/locale/ca@valencia/LC_MESSAGES/ktexteditorpreviewplugin.mo +share/locale/ca@valencia/LC_MESSAGES/kwrite.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo +share/locale/ca@valencia/LC_MESSAGES/tabswitcherplugin.mo +share/locale/cs/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/cs/LC_MESSAGES/kate-replicode-plugin.mo +share/locale/cs/LC_MESSAGES/kate.mo +share/locale/cs/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/cs/LC_MESSAGES/katebuild-plugin.mo +share/locale/cs/LC_MESSAGES/katecloseexceptplugin.mo +share/locale/cs/LC_MESSAGES/katefilebrowserplugin.mo +share/locale/cs/LC_MESSAGES/katefiletree.mo +share/locale/cs/LC_MESSAGES/kategdbplugin.mo +share/locale/cs/LC_MESSAGES/katekonsoleplugin.mo +share/locale/cs/LC_MESSAGES/kateopenheader.mo +share/locale/cs/LC_MESSAGES/kateproject.mo +share/locale/cs/LC_MESSAGES/katesearch.mo +share/locale/cs/LC_MESSAGES/katesnippetsplugin.mo +share/locale/cs/LC_MESSAGES/katesql.mo +share/locale/cs/LC_MESSAGES/katesymbolviewer.mo +share/locale/cs/LC_MESSAGES/katetextfilter.mo +share/locale/cs/LC_MESSAGES/katexmlcheck.mo +share/locale/cs/LC_MESSAGES/katexmltools.mo +share/locale/cs/LC_MESSAGES/kterustcompletion.mo +share/locale/cs/LC_MESSAGES/ktexteditorpreviewplugin.mo +share/locale/cs/LC_MESSAGES/kwrite.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo +share/locale/cs/LC_MESSAGES/tabswitcherplugin.mo +share/locale/da/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/da/LC_MESSAGES/kate-replicode-plugin.mo +share/locale/da/LC_MESSAGES/kate.mo +share/locale/da/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/da/LC_MESSAGES/katebuild-plugin.mo +share/locale/da/LC_MESSAGES/katecloseexceptplugin.mo +share/locale/da/LC_MESSAGES/katefilebrowserplugin.mo +share/locale/da/LC_MESSAGES/katefiletree.mo +share/locale/da/LC_MESSAGES/kategdbplugin.mo +share/locale/da/LC_MESSAGES/katekonsoleplugin.mo +share/locale/da/LC_MESSAGES/kateopenheader.mo +share/locale/da/LC_MESSAGES/kateproject.mo +share/locale/da/LC_MESSAGES/katesearch.mo +share/locale/da/LC_MESSAGES/katesnippetsplugin.mo +share/locale/da/LC_MESSAGES/katesql.mo +share/locale/da/LC_MESSAGES/katesymbolviewer.mo +share/locale/da/LC_MESSAGES/katetextfilter.mo +share/locale/da/LC_MESSAGES/katexmlcheck.mo +share/locale/da/LC_MESSAGES/katexmltools.mo +share/locale/da/LC_MESSAGES/kterustcompletion.mo +share/locale/da/LC_MESSAGES/kwrite.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo +share/locale/da/LC_MESSAGES/tabswitcherplugin.mo +share/locale/de/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/de/LC_MESSAGES/kate-replicode-plugin.mo +share/locale/de/LC_MESSAGES/kate.mo +share/locale/de/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/de/LC_MESSAGES/katebuild-plugin.mo +share/locale/de/LC_MESSAGES/katecloseexceptplugin.mo +share/locale/de/LC_MESSAGES/katefilebrowserplugin.mo +share/locale/de/LC_MESSAGES/katefiletree.mo +share/locale/de/LC_MESSAGES/kategdbplugin.mo +share/locale/de/LC_MESSAGES/katekonsoleplugin.mo +share/locale/de/LC_MESSAGES/kateopenheader.mo +share/locale/de/LC_MESSAGES/kateproject.mo +share/locale/de/LC_MESSAGES/katesearch.mo +share/locale/de/LC_MESSAGES/katesnippetsplugin.mo +share/locale/de/LC_MESSAGES/katesql.mo +share/locale/de/LC_MESSAGES/katesymbolviewer.mo +share/locale/de/LC_MESSAGES/katetextfilter.mo +share/locale/de/LC_MESSAGES/katexmlcheck.mo +share/locale/de/LC_MESSAGES/katexmltools.mo +share/locale/de/LC_MESSAGES/kterustcompletion.mo +share/locale/de/LC_MESSAGES/ktexteditorpreviewplugin.mo +share/locale/de/LC_MESSAGES/kwrite.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo +share/locale/de/LC_MESSAGES/tabswitcherplugin.mo +share/locale/el/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/el/LC_MESSAGES/kate-replicode-plugin.mo +share/locale/el/LC_MESSAGES/kate.mo +share/locale/el/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/el/LC_MESSAGES/katebuild-plugin.mo +share/locale/el/LC_MESSAGES/katecloseexceptplugin.mo +share/locale/el/LC_MESSAGES/katefilebrowserplugin.mo +share/locale/el/LC_MESSAGES/katefiletree.mo +share/locale/el/LC_MESSAGES/kategdbplugin.mo +share/locale/el/LC_MESSAGES/katekonsoleplugin.mo +share/locale/el/LC_MESSAGES/kateopenheader.mo +share/locale/el/LC_MESSAGES/kateproject.mo +share/locale/el/LC_MESSAGES/katesearch.mo +share/locale/el/LC_MESSAGES/katesnippetsplugin.mo +share/locale/el/LC_MESSAGES/katesql.mo +share/locale/el/LC_MESSAGES/katesymbolviewer.mo +share/locale/el/LC_MESSAGES/katetextfilter.mo +share/locale/el/LC_MESSAGES/katexmlcheck.mo +share/locale/el/LC_MESSAGES/katexmltools.mo +share/locale/el/LC_MESSAGES/kterustcompletion.mo +share/locale/el/LC_MESSAGES/ktexteditorpreviewplugin.mo +share/locale/el/LC_MESSAGES/kwrite.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo +share/locale/el/LC_MESSAGES/tabswitcherplugin.mo +share/locale/en_GB/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/en_GB/LC_MESSAGES/kate-replicode-plugin.mo +share/locale/en_GB/LC_MESSAGES/kate.mo +share/locale/en_GB/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/en_GB/LC_MESSAGES/katebuild-plugin.mo +share/locale/en_GB/LC_MESSAGES/katecloseexceptplugin.mo +share/locale/en_GB/LC_MESSAGES/katefilebrowserplugin.mo +share/locale/en_GB/LC_MESSAGES/katefiletree.mo +share/locale/en_GB/LC_MESSAGES/kategdbplugin.mo +share/locale/en_GB/LC_MESSAGES/katekonsoleplugin.mo +share/locale/en_GB/LC_MESSAGES/kateopenheader.mo +share/locale/en_GB/LC_MESSAGES/kateproject.mo +share/locale/en_GB/LC_MESSAGES/katesearch.mo +share/locale/en_GB/LC_MESSAGES/katesnippetsplugin.mo +share/locale/en_GB/LC_MESSAGES/katesql.mo +share/locale/en_GB/LC_MESSAGES/katesymbolviewer.mo +share/locale/en_GB/LC_MESSAGES/katetextfilter.mo +share/locale/en_GB/LC_MESSAGES/katexmlcheck.mo +share/locale/en_GB/LC_MESSAGES/katexmltools.mo +share/locale/en_GB/LC_MESSAGES/kterustcompletion.mo +share/locale/en_GB/LC_MESSAGES/ktexteditorpreviewplugin.mo +share/locale/en_GB/LC_MESSAGES/kwrite.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo +share/locale/en_GB/LC_MESSAGES/tabswitcherplugin.mo +share/locale/eo/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/eo/LC_MESSAGES/kate.mo +share/locale/eo/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/eo/LC_MESSAGES/katebuild-plugin.mo +share/locale/eo/LC_MESSAGES/katefilebrowserplugin.mo +share/locale/eo/LC_MESSAGES/katekonsoleplugin.mo +share/locale/eo/LC_MESSAGES/kateopenheader.mo +share/locale/eo/LC_MESSAGES/katesymbolviewer.mo +share/locale/eo/LC_MESSAGES/katetextfilter.mo +share/locale/eo/LC_MESSAGES/katexmltools.mo +share/locale/eo/LC_MESSAGES/kwrite.mo +share/locale/es/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/es/LC_MESSAGES/kate-replicode-plugin.mo +share/locale/es/LC_MESSAGES/kate.mo +share/locale/es/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/es/LC_MESSAGES/katebuild-plugin.mo +share/locale/es/LC_MESSAGES/katecloseexceptplugin.mo +share/locale/es/LC_MESSAGES/katefilebrowserplugin.mo +share/locale/es/LC_MESSAGES/katefiletree.mo +share/locale/es/LC_MESSAGES/kategdbplugin.mo +share/locale/es/LC_MESSAGES/katekonsoleplugin.mo +share/locale/es/LC_MESSAGES/kateopenheader.mo +share/locale/es/LC_MESSAGES/kateproject.mo +share/locale/es/LC_MESSAGES/katesearch.mo +share/locale/es/LC_MESSAGES/katesnippetsplugin.mo +share/locale/es/LC_MESSAGES/katesql.mo +share/locale/es/LC_MESSAGES/katesymbolviewer.mo +share/locale/es/LC_MESSAGES/katetextfilter.mo +share/locale/es/LC_MESSAGES/katexmlcheck.mo +share/locale/es/LC_MESSAGES/katexmltools.mo +share/locale/es/LC_MESSAGES/kterustcompletion.mo +share/locale/es/LC_MESSAGES/ktexteditorpreviewplugin.mo +share/locale/es/LC_MESSAGES/kwrite.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo +share/locale/es/LC_MESSAGES/tabswitcherplugin.mo +share/locale/et/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/et/LC_MESSAGES/kate-replicode-plugin.mo +share/locale/et/LC_MESSAGES/kate.mo +share/locale/et/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/et/LC_MESSAGES/katebuild-plugin.mo +share/locale/et/LC_MESSAGES/katecloseexceptplugin.mo +share/locale/et/LC_MESSAGES/katefilebrowserplugin.mo +share/locale/et/LC_MESSAGES/katefiletree.mo +share/locale/et/LC_MESSAGES/kategdbplugin.mo +share/locale/et/LC_MESSAGES/katekonsoleplugin.mo +share/locale/et/LC_MESSAGES/kateopenheader.mo +share/locale/et/LC_MESSAGES/kateproject.mo +share/locale/et/LC_MESSAGES/katesearch.mo +share/locale/et/LC_MESSAGES/katesnippetsplugin.mo +share/locale/et/LC_MESSAGES/katesql.mo +share/locale/et/LC_MESSAGES/katesymbolviewer.mo +share/locale/et/LC_MESSAGES/katetextfilter.mo +share/locale/et/LC_MESSAGES/katexmlcheck.mo +share/locale/et/LC_MESSAGES/katexmltools.mo +share/locale/et/LC_MESSAGES/kterustcompletion.mo +share/locale/et/LC_MESSAGES/kwrite.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo +share/locale/et/LC_MESSAGES/tabswitcherplugin.mo +share/locale/eu/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/eu/LC_MESSAGES/kate.mo +share/locale/eu/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/eu/LC_MESSAGES/katebuild-plugin.mo +share/locale/eu/LC_MESSAGES/katefilebrowserplugin.mo +share/locale/eu/LC_MESSAGES/kategdbplugin.mo +share/locale/eu/LC_MESSAGES/katekonsoleplugin.mo +share/locale/eu/LC_MESSAGES/kateopenheader.mo +share/locale/eu/LC_MESSAGES/katesearch.mo +share/locale/eu/LC_MESSAGES/katesql.mo +share/locale/eu/LC_MESSAGES/katesymbolviewer.mo +share/locale/eu/LC_MESSAGES/katetextfilter.mo +share/locale/eu/LC_MESSAGES/katexmltools.mo +share/locale/eu/LC_MESSAGES/kwrite.mo +share/locale/fa/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/fa/LC_MESSAGES/kate.mo +share/locale/fa/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/fa/LC_MESSAGES/katebuild-plugin.mo +share/locale/fa/LC_MESSAGES/katecloseexceptplugin.mo +share/locale/fa/LC_MESSAGES/katefilebrowserplugin.mo +share/locale/fa/LC_MESSAGES/kategdbplugin.mo +share/locale/fa/LC_MESSAGES/katekonsoleplugin.mo +share/locale/fa/LC_MESSAGES/kateopenheader.mo +share/locale/fa/LC_MESSAGES/katetextfilter.mo +share/locale/fa/LC_MESSAGES/katexmltools.mo +share/locale/fa/LC_MESSAGES/kwrite.mo +share/locale/fi/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/fi/LC_MESSAGES/kate-replicode-plugin.mo +share/locale/fi/LC_MESSAGES/kate.mo +share/locale/fi/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/fi/LC_MESSAGES/katebuild-plugin.mo +share/locale/fi/LC_MESSAGES/katecloseexceptplugin.mo +share/locale/fi/LC_MESSAGES/katefilebrowserplugin.mo +share/locale/fi/LC_MESSAGES/katefiletree.mo +share/locale/fi/LC_MESSAGES/kategdbplugin.mo +share/locale/fi/LC_MESSAGES/katekonsoleplugin.mo +share/locale/fi/LC_MESSAGES/kateopenheader.mo +share/locale/fi/LC_MESSAGES/kateproject.mo +share/locale/fi/LC_MESSAGES/katesearch.mo +share/locale/fi/LC_MESSAGES/katesnippetsplugin.mo +share/locale/fi/LC_MESSAGES/katesql.mo +share/locale/fi/LC_MESSAGES/katesymbolviewer.mo +share/locale/fi/LC_MESSAGES/katetextfilter.mo +share/locale/fi/LC_MESSAGES/katexmlcheck.mo +share/locale/fi/LC_MESSAGES/katexmltools.mo +share/locale/fi/LC_MESSAGES/kterustcompletion.mo +share/locale/fi/LC_MESSAGES/ktexteditorpreviewplugin.mo +share/locale/fi/LC_MESSAGES/kwrite.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo +share/locale/fi/LC_MESSAGES/tabswitcherplugin.mo +share/locale/fr/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/fr/LC_MESSAGES/kate-replicode-plugin.mo +share/locale/fr/LC_MESSAGES/kate.mo +share/locale/fr/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/fr/LC_MESSAGES/katebuild-plugin.mo +share/locale/fr/LC_MESSAGES/katecloseexceptplugin.mo +share/locale/fr/LC_MESSAGES/katefilebrowserplugin.mo +share/locale/fr/LC_MESSAGES/katefiletree.mo +share/locale/fr/LC_MESSAGES/kategdbplugin.mo +share/locale/fr/LC_MESSAGES/katekonsoleplugin.mo +share/locale/fr/LC_MESSAGES/kateopenheader.mo +share/locale/fr/LC_MESSAGES/kateproject.mo +share/locale/fr/LC_MESSAGES/katesearch.mo +share/locale/fr/LC_MESSAGES/katesnippetsplugin.mo +share/locale/fr/LC_MESSAGES/katesql.mo +share/locale/fr/LC_MESSAGES/katesymbolviewer.mo +share/locale/fr/LC_MESSAGES/katetextfilter.mo +share/locale/fr/LC_MESSAGES/katexmlcheck.mo +share/locale/fr/LC_MESSAGES/katexmltools.mo +share/locale/fr/LC_MESSAGES/kterustcompletion.mo +share/locale/fr/LC_MESSAGES/ktexteditorpreviewplugin.mo +share/locale/fr/LC_MESSAGES/kwrite.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo +share/locale/fr/LC_MESSAGES/tabswitcherplugin.mo +share/locale/ga/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/ga/LC_MESSAGES/kate.mo +share/locale/ga/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/ga/LC_MESSAGES/katebuild-plugin.mo +share/locale/ga/LC_MESSAGES/katefilebrowserplugin.mo +share/locale/ga/LC_MESSAGES/kategdbplugin.mo +share/locale/ga/LC_MESSAGES/katekonsoleplugin.mo +share/locale/ga/LC_MESSAGES/kateopenheader.mo +share/locale/ga/LC_MESSAGES/kateproject.mo +share/locale/ga/LC_MESSAGES/katesearch.mo +share/locale/ga/LC_MESSAGES/katesnippetsplugin.mo +share/locale/ga/LC_MESSAGES/katesql.mo +share/locale/ga/LC_MESSAGES/katesymbolviewer.mo +share/locale/ga/LC_MESSAGES/katetextfilter.mo +share/locale/ga/LC_MESSAGES/katexmltools.mo +share/locale/ga/LC_MESSAGES/kwrite.mo +share/locale/gl/LC_MESSAGES/kate-ctags-plugin.mo +share/locale/gl/LC_MESSAGES/kate-replicode-plugin.mo *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***