diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-02-23 03:03:17 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-02-23 03:03:17 +0800 |
commit | ac5d54d2ae0d4bdb1d91507a4de47bc726e1c019 (patch) | |
tree | 3aad51132f546ad79059b32784badc3f6a42c8ff /editors/kate-kde4 | |
parent | c5cfcc04963e6321cc90d144cb3bc9adbff4cf0f (diff) | |
download | freebsd-ports-gnome-ac5d54d2ae0d4bdb1d91507a4de47bc726e1c019.tar.gz freebsd-ports-gnome-ac5d54d2ae0d4bdb1d91507a4de47bc726e1c019.tar.zst freebsd-ports-gnome-ac5d54d2ae0d4bdb1d91507a4de47bc726e1c019.zip |
Give the KDE SC4 applications ports a -kde4 suffix
In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.
PR: 225992
Exp-run by: antoine
Reviewed by: rakuco, adridg
Differential Revision: https://reviews.freebsd.org/D14413
Diffstat (limited to 'editors/kate-kde4')
-rw-r--r-- | editors/kate-kde4/Makefile | 24 | ||||
-rw-r--r-- | editors/kate-kde4/distinfo | 2 | ||||
-rw-r--r-- | editors/kate-kde4/files/patch-CMakeLists.txt | 14 | ||||
-rw-r--r-- | editors/kate-kde4/files/patch-part_view_kateviewhelpers.cpp | 11 | ||||
-rw-r--r-- | editors/kate-kde4/pkg-descr | 9 | ||||
-rw-r--r-- | editors/kate-kde4/pkg-plist | 456 |
6 files changed, 516 insertions, 0 deletions
diff --git a/editors/kate-kde4/Makefile b/editors/kate-kde4/Makefile new file mode 100644 index 000000000000..d481bd102f05 --- /dev/null +++ b/editors/kate-kde4/Makefile @@ -0,0 +1,24 @@ +# Created by: fluffy@ +# $FreeBSD$ + +PORTNAME= kate +PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 4 +CATEGORIES= editors kde kde-kde4 + +MAINTAINER= kde@FreeBSD.org +COMMENT= Basic editor framework for the KDE system + +LIB_DEPENDS= libqjson.so:devel/qjson + +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 + +.include <bsd.port.mk> diff --git a/editors/kate-kde4/distinfo b/editors/kate-kde4/distinfo new file mode 100644 index 000000000000..d4486d339e69 --- /dev/null +++ b/editors/kate-kde4/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.14.3/kate-4.14.3.tar.xz) = 513d4ae2c36fa6b59caf3b2b685e3ea1167093d16025859cfac90d75617e707d +SIZE (KDE/4.14.3/kate-4.14.3.tar.xz) = 2766880 diff --git a/editors/kate-kde4/files/patch-CMakeLists.txt b/editors/kate-kde4/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..ad0cdf1d8550 --- /dev/null +++ b/editors/kate-kde4/files/patch-CMakeLists.txt @@ -0,0 +1,14 @@ +--- ./CMakeLists.txt.orig 2014-07-15 19:22:46.000000000 +0200 ++++ ./CMakeLists.txt 2014-07-15 19:23:01.000000000 +0200 + + Do not enforce building of tests + +@@ -26,7 +26,7 @@ + configure_file (config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h) + + # enforce build of tests +-set (KDE4_BUILD_TESTS "ON" CACHE "BOOL" "Enable building of tests" FORCE) ++# set (KDE4_BUILD_TESTS "ON" CACHE "BOOL" "Enable building of tests" FORCE) + + # KDE/QT definitions we want + add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) diff --git a/editors/kate-kde4/files/patch-part_view_kateviewhelpers.cpp b/editors/kate-kde4/files/patch-part_view_kateviewhelpers.cpp new file mode 100644 index 000000000000..9abb4df2ff93 --- /dev/null +++ b/editors/kate-kde4/files/patch-part_view_kateviewhelpers.cpp @@ -0,0 +1,11 @@ +--- part/view/kateviewhelpers.cpp.orig 2014-10-26 20:17:55 UTC ++++ part/view/kateviewhelpers.cpp +@@ -1532,7 +1532,7 @@ void KateIconBorder::paintBorder (int /* + uint startz = (y / h); + uint endz = startz + 1 + (height / h); + uint lineRangesSize = m_viewInternal->cache()->viewCacheLineCount(); +- uint currentLine = m_view->cursorPosition().line(); ++ int currentLine = m_view->cursorPosition().line(); + + // center the folding boxes + int m_px = (h - 11) / 2; diff --git a/editors/kate-kde4/pkg-descr b/editors/kate-kde4/pkg-descr new file mode 100644 index 000000000000..1886a29bd553 --- /dev/null +++ b/editors/kate-kde4/pkg-descr @@ -0,0 +1,9 @@ +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 diff --git a/editors/kate-kde4/pkg-plist b/editors/kate-kde4/pkg-plist new file mode 100644 index 000000000000..fcac332d58d2 --- /dev/null +++ b/editors/kate-kde4/pkg-plist @@ -0,0 +1,456 @@ +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 +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 +share/icons/hicolor/128x128/apps/kate.png +share/icons/hicolor/16x16/apps/kate.png +share/icons/hicolor/22x22/actions/debug-kategdb.png +share/icons/hicolor/22x22/apps/kate.png +share/icons/hicolor/32x32/apps/kate.png +share/icons/hicolor/48x48/apps/kate.png +share/icons/hicolor/64x64/apps/kate.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 |