Was this like cheating or there was another way? cvs update -r 1.15 Makefile
2018-07-27 14:42 GMT-03:00 Brian Callahan <[email protected]>: > > On 07/27/18 13:29, Elias M. Mariani wrote: >> >> Sorry for the trouble but could you send a new diff now that there is >> a REVISION = 7 ? >> Cheers. >> Elias. > > > I have faith that you can figure out how to apply the patch as is. > > ~Brian > >> 2018-07-22 11:52 GMT-03:00 Rafael Sadowski <[email protected]>: >>> >>> Hi All. >>> >>> Slowly we're getting forward. The dependencies are in the tree (Don't >>> forget to update). Many thanks to the testers and landry@. >>> >>> That's my first try to update kdevelop to the latest stable version. >>> I've only tested it lightly but it works for me on amd64. >>> >>> Diff review and tests wanted. I'll be gone until Friday, so don't expect >>> a reaction. >>> >>> Best regards, >>> >>> Rafael Sadowski >>> >>> Index: Makefile >>> =================================================================== >>> RCS file: /cvs/ports/devel/kdevelop/Makefile,v >>> retrieving revision 1.15 >>> diff -u -p -u -p -r1.15 Makefile >>> --- Makefile 1 Jul 2018 18:33:35 -0000 1.15 >>> +++ Makefile 22 Jul 2018 14:37:25 -0000 >>> @@ -1,67 +1,95 @@ >>> # $OpenBSD: Makefile,v 1.15 2018/07/01 18:33:35 espie Exp $ >>> >>> -CATEGORIES = devel x11 >>> -COMMENT = integrated development environment for KDE 4 >>> -KDEV_V = 4.7.1 >>> -KDEVPLAT_V = 1.7.1 >>> -REVISION = 6 >>> -DISTNAME = kdevelop-${KDEV_V} >>> -HOMEPAGE = http://www.kdevelop.org/ >>> - >>> -SHARED_LIBS = kdev4cmakecommon 1.0 >>> -SHARED_LIBS += kdev4cppduchain 1.0 >>> -SHARED_LIBS += kdev4cppparser 1.0 >>> -SHARED_LIBS += kdev4cpprpp 1.0 >>> -SHARED_LIBS += kdevcompilerprovider 0.0 >>> +COMMENT = IDE for C, C++, Python, QML/JavaScript and PHP >>> + >>> +VERSION = 5.2.3 >>> +DISTNAME = kdevelop-${VERSION} >>> + >>> +HOMEPAGE = https://www.kdevelop.org/ >>> >>> -MASTER_SITES = ${MASTER_SITE_KDE:=stable/kdevelop/${KDEV_V}/src/} >>> -DIST_SUBDIR = kde >>> +SHARED_LIBS += KDevPlatformDebugger 0.0 # 5.2 >>> +SHARED_LIBS += KDevPlatformDocumentation 0.0 # 5.2 >>> +SHARED_LIBS += KDevPlatformInterfaces 0.0 # 5.2 >>> +SHARED_LIBS += KDevPlatformLanguage 0.0 # 5.2 >>> +SHARED_LIBS += KDevPlatformOutputView 0.0 # 5.2 >>> +SHARED_LIBS += KDevPlatformProject 0.0 # 5.2 >>> +SHARED_LIBS += KDevPlatformSerialization 0.0 # 5.2 >>> +SHARED_LIBS += KDevPlatformShell 0.0 # 5.2 >>> +SHARED_LIBS += KDevPlatformSublime 0.0 # 5.2 >>> +SHARED_LIBS += KDevPlatformTests 0.0 # 5.2 >>> +SHARED_LIBS += KDevPlatformUtil 0.0 # 5.2 >>> +SHARED_LIBS += KDevPlatformVcs 0.0 # 5.2 >>> + >>> +CATEGORIES = devel x11 >>> >>> # GPLv2+, LGPLv2.1+, GNU FDLv1.2 >>> PERMIT_PACKAGE_CDROM = Yes >>> >>> -WANTLIB = c iconv intl m pthread >>> -WANTLIB += lib/qt4/QtDBus lib/qt4/QtDeclarative lib/qt4/QtGui >>> -WANTLIB += lib/qt4/QtHelp lib/qt4/QtNetwork lib/qt4/QtScript >>> -WANTLIB += lib/qt4/QtSvg lib/qt4/QtWebKit lib/qt4/QtXml >>> -WANTLIB += ${KDE4LIB}/kcmutils ${KDE4LIB}/kdeclarative ${KDE4LIB}/kdeui >>> -WANTLIB += ${KDE4LIB}/kemoticons ${KDE4LIB}/kidletime ${KDE4LIB}/kio >>> -WANTLIB += ${KDE4LIB}/knewstuff3 ${KDE4LIB}/knotifyconfig >>> ${KDE4LIB}/kparts >>> -WANTLIB += ${KDE4LIB}/kprintutils ${KDE4LIB}/ktexteditor >>> ${KDE4LIB}/kutils >>> -WANTLIB += ${KDE4LIB}/nepomuk ${KDE4LIB}/nepomukutils ${KDE4LIB}/plasma >>> -WANTLIB += ${KDE4LIB}/kasten2controllers ${KDE4LIB}/kasten2core >>> -WANTLIB += ${KDE4LIB}/kasten2gui ${KDE4LIB}/kasten2okteta1controllers >>> -WANTLIB += ${KDE4LIB}/kasten2okteta1core ${KDE4LIB}/kasten2okteta1gui >>> -WANTLIB += ${KDE4LIB}/okteta1core ${KDE4LIB}/okteta1gui >>> -WANTLIB += ${KDE4LIB}/threadweaver >>> -WANTLIB += kdevplatformdebugger kdevplatformdocumentation >>> -WANTLIB += kdevplatforminterfaces kdevplatformlanguage >>> -WANTLIB += kdevplatformoutputview kdevplatformproject kdevplatformshell >>> -WANTLIB += kdevplatformutil kdevplatformvcs >>> -WANTLIB += processcore processui qjson soprano sublime >>> -WANTLIB += ${COMPILER_LIBCXX} >>> +WANTLIB += ${COMPILER_LIBCXX} Grantlee_Templates KF5Archive KF5Attica >>> +WANTLIB += KF5Auth KF5Bookmarks KF5Codecs KF5Completion KF5ConfigCore >>> +WANTLIB += KF5ConfigGui KF5ConfigWidgets KF5CoreAddons KF5Crash >>> +WANTLIB += KF5Declarative KF5GuiAddons KF5I18n KF5IconThemes >>> KF5ItemModels >>> +WANTLIB += KF5ItemViews KF5JobWidgets KF5KCMUtils KF5KIOCore >>> KF5KIOFileWidgets >>> +WANTLIB += KF5KIOWidgets KF5NewStuff KF5NewStuffCore KF5Notifications >>> +WANTLIB += KF5NotifyConfig KF5Package KF5Parts KF5Plasma KF5Purpose >>> +WANTLIB += KF5PurposeWidgets KF5Runner KF5Service KF5Solid KF5SonnetUi >>> +WANTLIB += KF5TextEditor KF5TextWidgets KF5ThreadWeaver KF5WidgetsAddons >>> +WANTLIB += KF5WindowSystem KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus >>> +WANTLIB += Qt5Gui Qt5Network Qt5Qml Qt5Quick Qt5QuickWidgets Qt5Sql >>> +WANTLIB += Qt5Test Qt5WebKit Qt5WebKitWidgets Qt5Widgets Qt5Xml >>> +WANTLIB += c kasten3controllers kasten3core kasten3gui >>> kasten3okteta1controllers >>> +WANTLIB += kasten3okteta1core kasten3okteta1gui komparediff2 m >>> +WANTLIB += okteta2core okteta2gui >>> + >>> +MASTER_SITES = ${MASTER_SITE_KDE:=stable/kdevelop/${VERSION}/src/} >>> >>> -MODULES = x11/kde4 lang/python >>> -MODKDE4_USE = workspace >>> +MODULES = devel/kf5 \ >>> + lang/python >>> >>> BUILD_DEPENDS = devel/gettext-tools \ >>> + devel/boost \ >>> + devel/cppcheck \ >>> + archivers/gtar \ >>> misc/shared-mime-info >>> >>> RUN_DEPENDS = x11/kde-applications/kate \ >>> + devel/cppcheck \ >>> + devel/gmake \ >>> devel/desktop-file-utils \ >>> misc/shared-mime-info \ >>> - x11/gtk+3,-guic \ >>> - x11/kde4/kapptemplate>=${MODKDE4_DEP_VERSION} >>> + x11/gtk+3,-guic >>> >>> -LIB_DEPENDS = devel/kdevplatform>=${KDEVPLAT_V} \ >>> - x11/kde4/okteta>=${MODKDE4_DEP_VERSION} >>> +LIB_DEPENDS = devel/kf5/kconfig \ >>> + devel/kf5/kdeclarative \ >>> + devel/kf5/kiconthemes \ >>> + devel/kf5/ki18n \ >>> + devel/kf5/kitemmodels \ >>> + devel/kf5/kitemviews \ >>> + devel/kf5/kjobwidgets \ >>> + devel/kf5/kcmutils \ >>> + devel/kf5/kio \ >>> + devel/kf5/knewstuff \ >>> + devel/kf5/knotifyconfig \ >>> + devel/kf5/kservice \ >>> + devel/kf5/kparts \ >>> + devel/kf5/ktexteditor \ >>> + devel/kf5/threadweaver \ >>> + devel/kf5/kxmlgui \ >>> + devel/kf5/kwindowsystem \ >>> + devel/kf5/kcrash \ >>> + devel/kf5/kguiaddons \ >>> + devel/kf5/karchive \ >>> + devel/kf5/knotifications \ >>> + devel/kf5/purpose \ >>> + devel/kf5/krunner \ >>> + x11/qt5/qtwebkit \ >>> + x11/grantlee-qt5 \ >>> + x11/kde-applications/okteta \ >>> + x11/kde-applications/libkomparediff2 >>> >>> -# XXX because OBJECT_DEPENDS doesn't work as it should in >>> -# the patch-languages_cpp_CMakeLists_txt >>> -pre-build: >>> - >>> @${MODCMAKE_BUILD_TARGET:S,^${ALL_TARGET}$,languages/cpp/ui_custom_include_paths.h,} >>> +CONFIGURE_ARGS+= >>> -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets:BOOL=true >>> >>> -post-install: >>> - ${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py >>> ${PREFIX}/share/apps/kdevgdb/printers >>> +pre-configure: >>> + ln -sf ${LOCALBASE}/bin/gtar ${WRKDIR}/bin/tar >>> >>> .include <bsd.port.mk> >>> Index: distinfo >>> =================================================================== >>> RCS file: /cvs/ports/devel/kdevelop/distinfo,v >>> retrieving revision 1.2 >>> diff -u -p -u -p -r1.2 distinfo >>> --- distinfo 10 Jul 2015 18:28:14 -0000 1.2 >>> +++ distinfo 22 Jul 2018 14:37:25 -0000 >>> @@ -1,2 +1,2 @@ >>> -SHA256 (kde/kdevelop-4.7.1.tar.xz) = >>> 461Td/U3OaZyFtN82j+IwD+PuwyW4qnvQFbfPBJOlcE= >>> -SIZE (kde/kdevelop-4.7.1.tar.xz) = 4441540 >>> +SHA256 (kdevelop-5.2.3.tar.xz) = >>> IJzyrFJxbTltwQ9AgSH0N4dghtAW1RmjGzFWZlWRKnU= >>> +SIZE (kdevelop-5.2.3.tar.xz) = 6643364 >>> Index: patches/patch-app_kdevelop! >>> =================================================================== >>> RCS file: patches/patch-app_kdevelop! >>> diff -N patches/patch-app_kdevelop! >>> --- patches/patch-app_kdevelop! 10 Jul 2015 18:28:14 -0000 1.2 >>> +++ /dev/null 1 Jan 1970 00:00:00 -0000 >>> @@ -1,45 +0,0 @@ >>> -$OpenBSD: patch-app_kdevelop!,v 1.2 2015/07/10 18:28:14 zhuk Exp $ >>> -Make it more portable and less error-prone. >>> ---- app/kdevelop!.orig Mon Feb 2 17:19:46 2015 >>> -+++ app/kdevelop! Fri Jul 3 03:51:15 2015 >>> -@@ -18,17 +18,14 @@ >>> - # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, >>> - # Boston, MA 02110-1301, USA. >>> - >>> --export KDEV_BASEDIR=$(dirname $0) >>> -+export KDEV_BASEDIR=${0%/*} >>> - export APPLICATION=KDevelop >>> - >>> - if ! [ "$KDEV_ATTACHED_PID" ]; then >>> -- ARGS="" >>> - if [ $# -eq 0 ]; then >>> -- ARGS="-pss" >>> -- else >>> -- ARGS="$@" >>> -+ set -- -pss >>> - fi >>> -- export KDEV_ATTACHED_PID=$($KDEV_BASEDIR/kdevelop $ARGS --pid) >>> -+ export KDEV_ATTACHED_PID=$($KDEV_BASEDIR/kdevelop "$@" --pid) >>> - fi >>> - >>> - if ! [ "$KDEV_ATTACHED_PID" ]; then >>> -@@ -38,16 +35,16 @@ fi >>> - >>> - # Make sure we didn't capture garbage instead of the pid (must be 1 >>> word only) >>> - # note: keep compatible on FreeBSD: >>> https://bugs.kde.org/show_bug.cgi?id=311186 >>> --if [ "$(echo $KDEV_ATTACHED_PID | wc -w | sed 's/ //g')" != 1 ]; then >>> -+if [ 1 -ne "$(echo $KDEV_ATTACHED_PID | wc -w | sed 's/ //g')" ]; then >>> - echo "Error: Got no valid pid." >>> - exit 6 >>> - fi >>> - >>> --if ! [ "$(which qdbus)" ]; then >>> -+if [ -z "$(command -v qdbus)" ]; then >>> - echo "Error: The qdbus utility is missing." >>> - exit 7 >>> - fi >>> - >>> - export KDEV_DBUS_ID="org.kdevelop.kdevelop-$KDEV_ATTACHED_PID" >>> - >>> --bash --init-file $KDEV_BASEDIR/kdevplatform_shell_environment.sh -i >>> -+env ENV="$KDEV_BASEDIR/kdevplatform_shell_environment.sh" ksh -i >>> Index: patches/patch-debuggers_gdb_stty_cpp >>> =================================================================== >>> RCS file: patches/patch-debuggers_gdb_stty_cpp >>> diff -N patches/patch-debuggers_gdb_stty_cpp >>> --- patches/patch-debuggers_gdb_stty_cpp 21 Jul 2014 21:25:11 >>> -0000 1.1 >>> +++ /dev/null 1 Jan 1970 00:00:00 -0000 >>> @@ -1,12 +0,0 @@ >>> -$OpenBSD: patch-debuggers_gdb_stty_cpp,v 1.1 2014/07/21 21:25:11 zhuk >>> Exp $ >>> -Unbreak build. >>> ---- debuggers/gdb/stty.cpp.orig Tue Jul 22 00:33:07 2014 >>> -+++ debuggers/gdb/stty.cpp Tue Jul 22 00:33:20 2014 >>> -@@ -37,6 +37,7 @@ >>> - #include <sys/wait.h> >>> - #include <sys/time.h> >>> - #include <sys/resource.h> >>> -+#include <sys/select.h> >>> - >>> - #ifdef HAVE_SYS_STROPTS_H >>> - #include <sys/stropts.h> >>> Index: patches/patch-documentation_qthelp_qthelpqtdoc_cpp >>> =================================================================== >>> RCS file: patches/patch-documentation_qthelp_qthelpqtdoc_cpp >>> diff -N patches/patch-documentation_qthelp_qthelpqtdoc_cpp >>> --- patches/patch-documentation_qthelp_qthelpqtdoc_cpp 9 Jul 2014 >>> 11:30:28 -0000 1.1.1.1 >>> +++ /dev/null 1 Jan 1970 00:00:00 -0000 >>> @@ -1,16 +0,0 @@ >>> -$OpenBSD: patch-documentation_qthelp_qthelpqtdoc_cpp,v 1.1.1.1 >>> 2014/07/09 11:30:28 zhuk Exp $ >>> ---- documentation/qthelp/qthelpqtdoc.cpp.orig Sat Dec 7 22:51:45 2013 >>> -+++ documentation/qthelp/qthelpqtdoc.cpp Tue Jan 21 18:56:42 2014 >>> -@@ -39,9 +39,10 @@ QtHelpQtDoc::QtHelpQtDoc(QObject *parent, const >>> QVaria >>> - void QtHelpQtDoc::registerDocumentations() >>> - { >>> - QStringList qmakes; >>> -- qmakes << KStandardDirs::findExe("qmake") >>> -+ qmakes << KStandardDirs::findExe("qmake4") >>> - << KStandardDirs::findExe("qmake-qt4") >>> -- << KStandardDirs::findExe("qmake-qt5"); >>> -+ << KStandardDirs::findExe("qmake-qt5") >>> -+ << KStandardDirs::findExe("qmake"); >>> - if(!qmakes.isEmpty()) { >>> - KProcess *p = new KProcess; >>> - p->setOutputChannelMode(KProcess::MergedChannels); >>> Index: patches/patch-languages_cpp_CMakeLists_txt >>> =================================================================== >>> RCS file: patches/patch-languages_cpp_CMakeLists_txt >>> diff -N patches/patch-languages_cpp_CMakeLists_txt >>> --- patches/patch-languages_cpp_CMakeLists_txt 10 Jul 2015 18:28:14 >>> -0000 1.4 >>> +++ /dev/null 1 Jan 1970 00:00:00 -0000 >>> @@ -1,16 +0,0 @@ >>> -$OpenBSD: patch-languages_cpp_CMakeLists_txt,v 1.4 2015/07/10 18:28:14 >>> zhuk Exp $ >>> -Unbreak unordered builds. >>> ---- languages/cpp/CMakeLists.txt.orig Mon Feb 2 17:19:46 2015 >>> -+++ languages/cpp/CMakeLists.txt Fri Jul 3 03:47:16 2015 >>> -@@ -79,6 +79,11 @@ target_link_libraries(kdevcpplanguagesupport >>> - ${KDE4_KTEXTEDITOR_LIBS} >>> - ) >>> - >>> >>> -+set_source_files_properties(${CMAKE_CURRENT_SOURCE_DIR}/codegen/unresolvedincludeassistant.cpp >>> -+ PROPERTIES >>> -+ OBJECT_DEPENDS >>> ${CMAKE_CURRENT_BINARY_DIR}/ui_custom_include_paths.h >>> -+) >>> -+ >>> - install(TARGETS kdevcpplanguagesupport DESTINATION >>> ${PLUGIN_INSTALL_DIR}) >>> - >>> - >>> Index: patches/patch-languages_cpp_parser_tool_r++ >>> =================================================================== >>> RCS file: patches/patch-languages_cpp_parser_tool_r++ >>> diff -N patches/patch-languages_cpp_parser_tool_r++ >>> --- patches/patch-languages_cpp_parser_tool_r++ 9 Jul 2014 11:30:28 -0000 >>> 1.1.1.1 >>> +++ /dev/null 1 Jan 1970 00:00:00 -0000 >>> @@ -1,54 +0,0 @@ >>> -$OpenBSD: patch-languages_cpp_parser_tool_r++,v 1.1.1.1 2014/07/09 >>> 11:30:28 zhuk Exp $ >>> -Make it more portable and less error-prone. >>> ---- languages/cpp/parser/tool/r++.orig Sat Jul 27 20:15:35 2013 >>> -+++ languages/cpp/parser/tool/r++ Sat Jul 27 20:22:09 2013 >>> -@@ -1,7 +1,6 @@ >>> - #!/bin/sh >>> - >>> --me=$(dirname $0) >>> --CPP="$(which cpp)" >>> -+me="$(dirname \"$0\")" >>> - TIME= >>> - >>> - outfile="" >>> -@@ -11,7 +10,7 @@ while :; do >>> - case "$1" in >>> - -tm|-time) >>> - shift >>> -- TIME="$(which time)";; >>> -+ TIME=time >>> - -x|-include) >>> - shift >>> - shift;; >>> -@@ -49,25 +48,26 @@ done >>> - #echo "the flags are $cxx_flags" >>> - #echo "the out file is $outfile" >>> - >>> --if [ -z $filename ]; then >>> -+if [ -z "$filename" ]; then >>> - echo "usage: r++ [-dump | -bind] file.cpp" >>> - exit 255 >>> - fi >>> - >>> --tmp=$(mktemp) >>> -+tmp="$(mktemp)" >>> - >>> - #echo "the out file is $outfile" >>> - #echo "the temp file is $tmp" >>> - >>> --$TIME $CPP -xc++ -I$me/include -I$($CPP -print-file-name=include) \ >>> -+$TIME cpp -xc++ -I$me/include -I$(cpp -print-file-name=include) \ >>> - -U__GNUC__ $cxx_flags "$filename" > "$tmp" >>> - # echo -n "preprocessed. " >>> - >>> - $TIME $me/r++0 $rxx_flags "$tmp" >>> - rtn=$? >>> - >>> --echo "parsed $(wc -l $tmp | awk '{print $1;}' ) loc" >>> --rm "$tmp" >>> -+loc=$(wc -l <"$tmp") >>> -+echo "parsed $loc loc" >>> -+rm -- "$tmp" >>> - >>> - exit $rtn >>> - >>> Index: patches/patch-plugins_clang_CMakeLists_txt >>> =================================================================== >>> RCS file: patches/patch-plugins_clang_CMakeLists_txt >>> diff -N patches/patch-plugins_clang_CMakeLists_txt >>> --- /dev/null 1 Jan 1970 00:00:00 -0000 >>> +++ patches/patch-plugins_clang_CMakeLists_txt 22 Jul 2018 14:37:25 >>> -0000 >>> @@ -0,0 +1,16 @@ >>> +$OpenBSD$ >>> + >>> +Index: plugins/clang/CMakeLists.txt >>> +--- plugins/clang/CMakeLists.txt.orig >>> ++++ plugins/clang/CMakeLists.txt >>> +@@ -32,10 +32,6 @@ function(add_private_library target) >>> + >>> + add_library(${target} SHARED ${KDEV_ADD_PRIVATE_SOURCES}) >>> + generate_export_header(${target} EXPORT_FILE_NAME >>> ${shortTargetNameToLower}export.h) >>> +- set_target_properties(${target} PROPERTIES >>> +- VERSION ${KDEV_PLUGIN_VERSION} >>> +- SOVERSION ${KDEV_PLUGIN_VERSION} >>> +- ) >>> + install(TARGETS ${target} ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} >>> LIBRARY NAMELINK_SKIP) >>> + endfunction() >>> + >>> Index: pkg/PLIST >>> =================================================================== >>> RCS file: /cvs/ports/devel/kdevelop/pkg/PLIST,v >>> retrieving revision 1.5 >>> diff -u -p -u -p -r1.5 PLIST >>> --- pkg/PLIST 1 Jul 2018 18:33:35 -0000 1.5 >>> +++ pkg/PLIST 22 Jul 2018 14:37:25 -0000 >>> @@ -1,171 +1,535 @@ >>> @comment $OpenBSD: PLIST,v 1.5 2018/07/01 18:33:35 espie Exp $ >>> +@bin bin/kdev_dbus_socket_transformer >>> +@bin bin/kdev_format_source >>> +@bin bin/kdev_includepathsconverter >>> @bin bin/kdevelop >>> bin/kdevelop! >>> -include/kde4/kdevelop/ >>> -include/kde4/kdevelop/make/ >>> -include/kde4/kdevelop/make/imakebuilder.h >>> -lib/kde4/kcm_kdev_cmakebuilder.so >>> -lib/kde4/kcm_kdev_makebuilder.so >>> -lib/kde4/kcm_kdev_ninjabuilder.so >>> -lib/kde4/kcm_kdevcmake_settings.so >>> -lib/kde4/kcm_kdevcustombuildsystem.so >>> -lib/kde4/kcm_kdevcustomdefinesandincludes.so >>> -lib/kde4/kdevastyle.so >>> -lib/kde4/kdevcmakebuilder.so >>> -lib/kde4/kdevcmakedocumentation.so >>> -lib/kde4/kdevcmakemanager.so >>> -lib/kde4/kdevcpplanguagesupport.so >>> -lib/kde4/kdevcustombuildsystem.so >>> -lib/kde4/kdevcustommakemanager.so >>> -lib/kde4/kdevcustomscript.so >>> -lib/kde4/kdevdefinesandincludesmanager.so >>> -lib/kde4/kdevexecuteplasmoid.so >>> -lib/kde4/kdevgdb.so >>> -lib/kde4/kdevghprovider.so >>> -lib/kde4/kdevkdeprovider.so >>> -lib/kde4/kdevmakebuilder.so >>> -lib/kde4/kdevmanpage.so >>> -lib/kde4/kdevninja.so >>> -lib/kde4/kdevokteta.so >>> -lib/kde4/kdevqthelp.so >>> -lib/kde4/kdevqthelp_config.so >>> -lib/kde4/krunner_kdevelopsessions.so >>> -lib/kde4/plasma_engine_kdevelopsessions.so >>> -@lib lib/libkdev4cmakecommon.so.${LIBkdev4cmakecommon_VERSION} >>> -@lib lib/libkdev4cppduchain.so.${LIBkdev4cppduchain_VERSION} >>> -@lib lib/libkdev4cppparser.so.${LIBkdev4cppparser_VERSION} >>> -@lib lib/libkdev4cpprpp.so.${LIBkdev4cpprpp_VERSION} >>> -@lib lib/libkdevcompilerprovider.so.${LIBkdevcompilerprovider_VERSION} >>> -share/applications/kde4/kdevelop.desktop >>> -share/applications/kde4/kdevelop_ps.desktop >>> -share/apps/cmake/modules/FindKDevelop.cmake >>> -share/apps/kdevappwizard/templates/cmake_plaincpp.tar.bz2 >>> -share/apps/kdevappwizard/templates/cmake_qt4core.tar.bz2 >>> -share/apps/kdevappwizard/templates/cmake_qt4core_qtest.tar.bz2 >>> -share/apps/kdevappwizard/templates/cmake_qt4gui.tar.bz2 >>> -share/apps/kdevcodegen/templates/class_declaration_cpp.txt >>> -share/apps/kdevcodegen/templates/cpp_header.h >>> -share/apps/kdevcodegen/templates/cpp_header_onlyfunctions.h >>> -share/apps/kdevcodegen/templates/cpp_implementation.cpp >>> -share/apps/kdevcodegen/templates/license_header_cpp.txt >>> -share/apps/kdevcodegen/templates/method_declaration_cpp.txt >>> -share/apps/kdevcodegen/templates/method_definition_cpp.txt >>> -share/apps/kdevcppsupport/ >>> -share/apps/kdevcppsupport/kdevcppsupport.rc >>> -share/apps/kdevcustommakemanager/ >>> -share/apps/kdevcustommakemanager/kdevcustommakemanager.rc >>> -share/apps/kdevelop/icons/ >>> -share/apps/kdevelop/icons/hicolor/ >>> -share/apps/kdevelop/icons/hicolor/16x16/ >>> -share/apps/kdevelop/icons/hicolor/16x16/actions/ >>> -share/apps/kdevelop/icons/hicolor/16x16/actions/classnew.png >>> -share/apps/kdevelop/icons/hicolor/16x16/actions/dirsync.png >>> -share/apps/kdevelop/icons/hicolor/16x16/actions/methodnew.png >>> -share/apps/kdevelop/icons/hicolor/16x16/actions/variablenew.png >>> -share/apps/kdevelop/icons/hicolor/22x22/ >>> -share/apps/kdevelop/icons/hicolor/22x22/actions/ >>> -share/apps/kdevelop/icons/hicolor/22x22/actions/classnew.png >>> -share/apps/kdevelop/icons/hicolor/22x22/actions/debugger.png >>> -share/apps/kdevelop/icons/hicolor/32x32/ >>> -share/apps/kdevelop/icons/hicolor/32x32/actions/ >>> -share/apps/kdevelop/icons/hicolor/32x32/actions/classnew.png >>> -share/apps/kdevelop/katepartui.rc >>> -share/apps/kdevelop/kdevelop.notifyrc >>> -share/apps/kdevelop/kdevelopui.rc >>> -share/apps/kdevelop/pics/ >>> -share/apps/kdevelop/pics/CTchildren.png >>> -share/apps/kdevelop/pics/CTclients.png >>> -share/apps/kdevelop/pics/CTdisconnected_parents.png >>> -share/apps/kdevelop/pics/CTparents.png >>> -share/apps/kdevelop/pics/CTsuppliers.png >>> -share/apps/kdevelop/pics/CTvirtuals.png >>> -share/apps/kdevelop/pics/CVclass.png >>> -share/apps/kdevelop/pics/CVglobal_meth.png >>> -share/apps/kdevelop/pics/CVglobal_var.png >>> -share/apps/kdevelop/pics/CVnamespace.png >>> -share/apps/kdevelop/pics/CVpackage_meth.png >>> -share/apps/kdevelop/pics/CVpackage_var.png >>> -share/apps/kdevelop/pics/CVprivate_meth.png >>> -share/apps/kdevelop/pics/CVprivate_signal.png >>> -share/apps/kdevelop/pics/CVprivate_slot.png >>> -share/apps/kdevelop/pics/CVprivate_var.png >>> -share/apps/kdevelop/pics/CVprotected_meth.png >>> -share/apps/kdevelop/pics/CVprotected_signal.png >>> -share/apps/kdevelop/pics/CVprotected_slot.png >>> -share/apps/kdevelop/pics/CVprotected_var.png >>> -share/apps/kdevelop/pics/CVpublic_meth.png >>> -share/apps/kdevelop/pics/CVpublic_signal.png >>> -share/apps/kdevelop/pics/CVpublic_slot.png >>> -share/apps/kdevelop/pics/CVpublic_var.png >>> -share/apps/kdevelop/pics/CVstruct.png >>> -share/apps/kdevelop/pics/CVtypedef.png >>> -share/apps/kdevelop/pics/code-class.png >>> -share/apps/kdevelop/pics/code-function.png >>> -share/apps/kdevelop/pics/enum.png >>> -share/apps/kdevelop/pics/field.png >>> -share/apps/kdevelop/pics/namespace.png >>> -share/apps/kdevelop/pics/private_class.png >>> -share/apps/kdevelop/pics/private_enum.png >>> -share/apps/kdevelop/pics/private_field.png >>> -share/apps/kdevelop/pics/private_function.png >>> -share/apps/kdevelop/pics/private_struct.png >>> -share/apps/kdevelop/pics/private_union.png >>> -share/apps/kdevelop/pics/protected_class.png >>> -share/apps/kdevelop/pics/protected_enum.png >>> -share/apps/kdevelop/pics/protected_field.png >>> -share/apps/kdevelop/pics/protected_function.png >>> -share/apps/kdevelop/pics/protected_struct.png >>> -share/apps/kdevelop/pics/protected_union.png >>> -share/apps/kdevelop/pics/qtlogo.png >>> -share/apps/kdevelop/pics/signal.png >>> -share/apps/kdevelop/pics/slot.png >>> -share/apps/kdevelop/pics/struct.png >>> -share/apps/kdevelop/pics/typedef.png >>> -share/apps/kdevelop/pics/union.png >>> -share/apps/kdevelop/splash.qml >>> -share/apps/kdevfiletemplates/templates/ >>> -share/apps/kdevfiletemplates/templates/c_gobject.tar.bz2 >>> -share/apps/kdevfiletemplates/templates/c_gobject_private.tar.bz2 >>> -share/apps/kdevfiletemplates/templates/c_gobject_properties.tar.bz2 >>> -share/apps/kdevfiletemplates/templates/cmake_module.tar.bz2 >>> -share/apps/kdevfiletemplates/templates/cpp_basic.tar.bz2 >>> -share/apps/kdevfiletemplates/templates/cpp_qtestlib.tar.bz2 >>> -share/apps/kdevfiletemplates/templates/cpp_qtestlib_kde.tar.bz2 >>> -share/apps/kdevfiletemplates/templates/cpp_qtestlib_kdevelop.tar.bz2 >>> -share/apps/kdevfiletemplates/templates/php_phpunit.tar.bz2 >>> -share/apps/kdevfiletemplates/templates/private_pointer.tar.bz2 >>> -share/apps/kdevfiletemplates/templates/python_basic.tar.bz2 >>> -share/apps/kdevfiletemplates/templates/python_pyunit.tar.bz2 >>> -share/apps/kdevfiletemplates/templates/qobject.tar.bz2 >>> -share/apps/kdevfiletemplates/templates/qt_shared.tar.bz2 >>> -share/apps/kdevfiletemplates/templates/qt_widget.tar.bz2 >>> -share/apps/kdevgdb/ >>> -share/apps/kdevgdb/kdevgdbui.rc >>> -share/apps/kdevgdb/printers/ >>> -share/apps/kdevgdb/printers/gdbinit >>> -share/apps/kdevgdb/printers/helper.py >>> -share/apps/kdevgdb/printers/helper.pyc >>> -share/apps/kdevgdb/printers/kde4.py >>> -share/apps/kdevgdb/printers/kde4.pyc >>> -share/apps/kdevgdb/printers/qt4.py >>> -share/apps/kdevgdb/printers/qt4.pyc >>> -share/apps/kdevmanpage/ >>> -share/apps/kdevmanpage/manpagedocumentation.css >>> -share/apps/kdevokteta/ >>> -share/apps/kdevokteta/kdevokteta.rc >>> -share/apps/plasma/plasmoids/kdevelopsessions/ >>> -share/apps/plasma/plasmoids/kdevelopsessions/contents/ >>> -share/apps/plasma/plasmoids/kdevelopsessions/contents/ui/ >>> >>> -share/apps/plasma/plasmoids/kdevelopsessions/contents/ui/kdevelopsessions.qml >>> -share/apps/plasma/plasmoids/kdevelopsessions/metadata.desktop >>> >>> -share/apps/plasma/services/org.kde.plasma.dataengine.kdevelopsessions.operations >>> -share/config/kdevelop-qthelp.knsrc >>> -share/config/kdeveloprc >>> +bin/kdevplatform_shell_environment.sh >>> +include/kdevelop/ >>> +include/kdevelop/custom-definesandincludes/ >>> +include/kdevelop/custom-definesandincludes/idefinesandincludesmanager.h >>> +include/kdevelop/kdevelop_version.h >>> +include/kdevelop/makebuilder/ >>> +include/kdevelop/makebuilder/imakebuilder.h >>> +include/kdevplatform/ >>> +include/kdevplatform/config-kdevplatform.h >>> +include/kdevplatform/debugger/ >>> +include/kdevplatform/debugger/breakpoint/ >>> +include/kdevplatform/debugger/breakpoint/breakpoint.h >>> +include/kdevplatform/debugger/breakpoint/breakpointdetails.h >>> +include/kdevplatform/debugger/breakpoint/breakpointmodel.h >>> +include/kdevplatform/debugger/breakpoint/breakpointwidget.h >>> +include/kdevplatform/debugger/debuggerexport.h >>> +include/kdevplatform/debugger/framestack/ >>> +include/kdevplatform/debugger/framestack/framestackmodel.h >>> +include/kdevplatform/debugger/interfaces/ >>> +include/kdevplatform/debugger/interfaces/ibreakpointcontroller.h >>> +include/kdevplatform/debugger/interfaces/idebugsession.h >>> +include/kdevplatform/debugger/interfaces/iframestackmodel.h >>> +include/kdevplatform/debugger/interfaces/ivariablecontroller.h >>> +include/kdevplatform/debugger/util/ >>> +include/kdevplatform/debugger/util/pathmappings.h >>> +include/kdevplatform/debugger/util/treeitem.h >>> +include/kdevplatform/debugger/util/treemodel.h >>> +include/kdevplatform/debugger/util/treeview.h >>> +include/kdevplatform/debugger/variable/ >>> +include/kdevplatform/debugger/variable/variablecollection.h >>> +include/kdevplatform/documentation/ >>> +include/kdevplatform/documentation/documentationexport.h >>> +include/kdevplatform/documentation/documentationfindwidget.h >>> +include/kdevplatform/documentation/standarddocumentationview.h >>> +include/kdevplatform/execute/ >>> +include/kdevplatform/execute/iexecuteplugin.h >>> +include/kdevplatform/executescript/ >>> +include/kdevplatform/executescript/iexecutescriptplugin.h >>> +include/kdevplatform/interfaces/ >>> +include/kdevplatform/interfaces/configpage.h >>> +include/kdevplatform/interfaces/context.h >>> +include/kdevplatform/interfaces/contextmenuextension.h >>> +include/kdevplatform/interfaces/iassistant.h >>> +include/kdevplatform/interfaces/ibuddydocumentfinder.h >>> +include/kdevplatform/interfaces/icompletionsettings.h >>> +include/kdevplatform/interfaces/icore.h >>> +include/kdevplatform/interfaces/idebugcontroller.h >>> +include/kdevplatform/interfaces/idocument.h >>> +include/kdevplatform/interfaces/idocumentation.h >>> +include/kdevplatform/interfaces/idocumentationcontroller.h >>> +include/kdevplatform/interfaces/idocumentationprovider.h >>> +include/kdevplatform/interfaces/idocumentationproviderprovider.h >>> +include/kdevplatform/interfaces/idocumentcontroller.h >>> +include/kdevplatform/interfaces/ilanguagecheck.h >>> +include/kdevplatform/interfaces/ilanguagecheckprovider.h >>> +include/kdevplatform/interfaces/ilanguagecontroller.h >>> +include/kdevplatform/interfaces/ilaunchconfiguration.h >>> +include/kdevplatform/interfaces/ilauncher.h >>> +include/kdevplatform/interfaces/ilaunchmode.h >>> +include/kdevplatform/interfaces/interfacesexport.h >>> +include/kdevplatform/interfaces/ipartcontroller.h >>> +include/kdevplatform/interfaces/iplugin.h >>> +include/kdevplatform/interfaces/iplugincontroller.h >>> +include/kdevplatform/interfaces/ipluginversion.h >>> +include/kdevplatform/interfaces/iproblem.h >>> +include/kdevplatform/interfaces/iproject.h >>> +include/kdevplatform/interfaces/iprojectcontroller.h >>> +include/kdevplatform/interfaces/iprojectprovider.h >>> +include/kdevplatform/interfaces/iruncontroller.h >>> +include/kdevplatform/interfaces/iruntime.h >>> +include/kdevplatform/interfaces/iruntimecontroller.h >>> +include/kdevplatform/interfaces/iselectioncontroller.h >>> +include/kdevplatform/interfaces/isession.h >>> +include/kdevplatform/interfaces/isessionlock.h >>> +include/kdevplatform/interfaces/isourceformatter.h >>> +include/kdevplatform/interfaces/isourceformattercontroller.h >>> +include/kdevplatform/interfaces/istatus.h >>> +include/kdevplatform/interfaces/itemplateprovider.h >>> +include/kdevplatform/interfaces/itestcontroller.h >>> +include/kdevplatform/interfaces/itestsuite.h >>> +include/kdevplatform/interfaces/itoolviewactionlistener.h >>> +include/kdevplatform/interfaces/iuicontroller.h >>> +include/kdevplatform/interfaces/launchconfigurationpage.h >>> +include/kdevplatform/interfaces/launchconfigurationtype.h >>> +include/kdevplatform/kdevplatform_version.h >>> +include/kdevplatform/language/ >>> +include/kdevplatform/language/assistant/ >>> +include/kdevplatform/language/assistant/renameaction.h >>> +include/kdevplatform/language/assistant/renameassistant.h >>> +include/kdevplatform/language/assistant/staticassistant.h >>> +include/kdevplatform/language/assistant/staticassistantsmanager.h >>> +include/kdevplatform/language/backgroundparser/ >>> +include/kdevplatform/language/backgroundparser/backgroundparser.h >>> +include/kdevplatform/language/backgroundparser/documentchangetracker.h >>> +include/kdevplatform/language/backgroundparser/parsejob.h >>> +include/kdevplatform/language/backgroundparser/parseprojectjob.h >>> +include/kdevplatform/language/backgroundparser/urlparselock.h >>> +include/kdevplatform/language/checks/ >>> +include/kdevplatform/language/checks/controlflowgraph.h >>> +include/kdevplatform/language/checks/controlflownode.h >>> +include/kdevplatform/language/checks/dataaccess.h >>> +include/kdevplatform/language/checks/dataaccessrepository.h >>> +include/kdevplatform/language/classmodel/ >>> +include/kdevplatform/language/classmodel/allclassesfolder.h >>> +include/kdevplatform/language/classmodel/classmodel.h >>> +include/kdevplatform/language/classmodel/classmodelnode.h >>> +include/kdevplatform/language/classmodel/classmodelnodescontroller.h >>> +include/kdevplatform/language/classmodel/documentclassesfolder.h >>> +include/kdevplatform/language/classmodel/projectfolder.h >>> +include/kdevplatform/language/codecompletion/ >>> >>> +include/kdevplatform/language/codecompletion/abstractincludefilecompletionitem.h >>> +include/kdevplatform/language/codecompletion/codecompletion.h >>> +include/kdevplatform/language/codecompletion/codecompletioncontext.h >>> +include/kdevplatform/language/codecompletion/codecompletionhelper.h >>> +include/kdevplatform/language/codecompletion/codecompletionitem.h >>> +include/kdevplatform/language/codecompletion/codecompletionitemgrouper.h >>> +include/kdevplatform/language/codecompletion/codecompletionmodel.h >>> +include/kdevplatform/language/codecompletion/codecompletiontesthelper.h >>> +include/kdevplatform/language/codecompletion/codecompletionworker.h >>> >>> +include/kdevplatform/language/codecompletion/normaldeclarationcompletionitem.h >>> +include/kdevplatform/language/codegen/ >>> +include/kdevplatform/language/codegen/applychangeswidget.h >>> +include/kdevplatform/language/codegen/astchangeset.h >>> +include/kdevplatform/language/codegen/basicrefactoring.h >>> +include/kdevplatform/language/codegen/codedescription.h >>> +include/kdevplatform/language/codegen/coderepresentation.h >>> +include/kdevplatform/language/codegen/documentchangeset.h >>> +include/kdevplatform/language/codegen/duchainchangeset.h >>> +include/kdevplatform/language/codegen/sourcefiletemplate.h >>> +include/kdevplatform/language/codegen/templateclassgenerator.h >>> +include/kdevplatform/language/codegen/templateengine.h >>> +include/kdevplatform/language/codegen/templatepreviewicon.h >>> +include/kdevplatform/language/codegen/templaterenderer.h >>> +include/kdevplatform/language/codegen/templatesmodel.h >>> +include/kdevplatform/language/codegen/utilities.h >>> +include/kdevplatform/language/duchain/ >>> +include/kdevplatform/language/duchain/abstractfunctiondeclaration.h >>> +include/kdevplatform/language/duchain/aliasdeclaration.h >>> +include/kdevplatform/language/duchain/appendedlist.h >>> +include/kdevplatform/language/duchain/builders/ >>> +include/kdevplatform/language/duchain/builders/abstractcontextbuilder.h >>> >>> +include/kdevplatform/language/duchain/builders/abstractdeclarationbuilder.h >>> +include/kdevplatform/language/duchain/builders/abstracttypebuilder.h >>> +include/kdevplatform/language/duchain/builders/abstractusebuilder.h >>> >>> +include/kdevplatform/language/duchain/builders/dynamiclanguageexpressionvisitor.h >>> +include/kdevplatform/language/duchain/classdeclaration.h >>> +include/kdevplatform/language/duchain/classfunctiondeclaration.h >>> +include/kdevplatform/language/duchain/classmemberdeclaration.h >>> +include/kdevplatform/language/duchain/classmemberdeclarationdata.h >>> +include/kdevplatform/language/duchain/codemodel.h >>> +include/kdevplatform/language/duchain/declaration.h >>> +include/kdevplatform/language/duchain/declarationdata.h >>> +include/kdevplatform/language/duchain/declarationid.h >>> +include/kdevplatform/language/duchain/definitions.h >>> +include/kdevplatform/language/duchain/duchain.h >>> +include/kdevplatform/language/duchain/duchainbase.h >>> +include/kdevplatform/language/duchain/duchaindumper.h >>> +include/kdevplatform/language/duchain/duchainlock.h >>> +include/kdevplatform/language/duchain/duchainpointer.h >>> +include/kdevplatform/language/duchain/duchainregister.h >>> +include/kdevplatform/language/duchain/duchainutils.h >>> +include/kdevplatform/language/duchain/ducontext.h >>> +include/kdevplatform/language/duchain/ducontextdata.h >>> +include/kdevplatform/language/duchain/dumpdotgraph.h >>> +include/kdevplatform/language/duchain/forwarddeclaration.h >>> +include/kdevplatform/language/duchain/functiondeclaration.h >>> +include/kdevplatform/language/duchain/functiondefinition.h >>> +include/kdevplatform/language/duchain/identifier.h >>> +include/kdevplatform/language/duchain/indexeddeclaration.h >>> +include/kdevplatform/language/duchain/indexedducontext.h >>> +include/kdevplatform/language/duchain/indexedtopducontext.h >>> +include/kdevplatform/language/duchain/instantiationinformation.h >>> +include/kdevplatform/language/duchain/localindexeddeclaration.h >>> +include/kdevplatform/language/duchain/localindexedducontext.h >>> +include/kdevplatform/language/duchain/namespacealiasdeclaration.h >>> +include/kdevplatform/language/duchain/navigation/ >>> >>> +include/kdevplatform/language/duchain/navigation/abstractdeclarationnavigationcontext.h >>> >>> +include/kdevplatform/language/duchain/navigation/abstractincludenavigationcontext.h >>> >>> +include/kdevplatform/language/duchain/navigation/abstractnavigationcontext.h >>> >>> +include/kdevplatform/language/duchain/navigation/abstractnavigationwidget.h >>> +include/kdevplatform/language/duchain/navigation/navigationaction.h >>> +include/kdevplatform/language/duchain/navigation/usescollector.h >>> +include/kdevplatform/language/duchain/navigation/usesnavigationcontext.h >>> +include/kdevplatform/language/duchain/navigation/useswidget.h >>> +include/kdevplatform/language/duchain/parsingenvironment.h >>> +include/kdevplatform/language/duchain/persistentsetmap.h >>> +include/kdevplatform/language/duchain/persistentsymboltable.h >>> +include/kdevplatform/language/duchain/problem.h >>> +include/kdevplatform/language/duchain/safetycounter.h >>> +include/kdevplatform/language/duchain/specializationstore.h >>> +include/kdevplatform/language/duchain/stringhelpers.h >>> +include/kdevplatform/language/duchain/topducontext.h >>> +include/kdevplatform/language/duchain/topducontextdata.h >>> +include/kdevplatform/language/duchain/topducontextutils.h >>> +include/kdevplatform/language/duchain/types/ >>> +include/kdevplatform/language/duchain/types/abstracttype.h >>> +include/kdevplatform/language/duchain/types/alltypes.h >>> +include/kdevplatform/language/duchain/types/arraytype.h >>> +include/kdevplatform/language/duchain/types/constantintegraltype.h >>> +include/kdevplatform/language/duchain/types/containertypes.h >>> +include/kdevplatform/language/duchain/types/delayedtype.h >>> +include/kdevplatform/language/duchain/types/enumerationtype.h >>> +include/kdevplatform/language/duchain/types/enumeratortype.h >>> +include/kdevplatform/language/duchain/types/functiontype.h >>> +include/kdevplatform/language/duchain/types/identifiedtype.h >>> +include/kdevplatform/language/duchain/types/indexedtype.h >>> +include/kdevplatform/language/duchain/types/integraltype.h >>> +include/kdevplatform/language/duchain/types/pointertype.h >>> +include/kdevplatform/language/duchain/types/referencetype.h >>> +include/kdevplatform/language/duchain/types/structuretype.h >>> +include/kdevplatform/language/duchain/types/typealiastype.h >>> +include/kdevplatform/language/duchain/types/typepointer.h >>> +include/kdevplatform/language/duchain/types/typeregister.h >>> +include/kdevplatform/language/duchain/types/typerepository.h >>> +include/kdevplatform/language/duchain/types/typesystem.h >>> +include/kdevplatform/language/duchain/types/typesystemdata.h >>> +include/kdevplatform/language/duchain/types/typeutils.h >>> +include/kdevplatform/language/duchain/types/unsuretype.h >>> +include/kdevplatform/language/duchain/use.h >>> +include/kdevplatform/language/editor/ >>> +include/kdevplatform/language/editor/cursorinrevision.h >>> +include/kdevplatform/language/editor/documentcursor.h >>> +include/kdevplatform/language/editor/documentrange.h >>> +include/kdevplatform/language/editor/modificationrevision.h >>> +include/kdevplatform/language/editor/modificationrevisionset.h >>> +include/kdevplatform/language/editor/persistentmovingrange.h >>> +include/kdevplatform/language/editor/rangeinrevision.h >>> +include/kdevplatform/language/highlighting/ >>> +include/kdevplatform/language/highlighting/codehighlighting.h >>> +include/kdevplatform/language/highlighting/colorcache.h >>> +include/kdevplatform/language/highlighting/configurablecolors.h >>> +include/kdevplatform/language/interfaces/ >>> +include/kdevplatform/language/interfaces/abbreviations.h >>> +include/kdevplatform/language/interfaces/codecontext.h >>> +include/kdevplatform/language/interfaces/editorcontext.h >>> +include/kdevplatform/language/interfaces/iastcontainer.h >>> +include/kdevplatform/language/interfaces/icodehighlighting.h >>> +include/kdevplatform/language/interfaces/icontextbrowser.h >>> +include/kdevplatform/language/interfaces/icreateclasshelper.h >>> +include/kdevplatform/language/interfaces/ilanguagesupport.h >>> +include/kdevplatform/language/interfaces/iquickopen.h >>> +include/kdevplatform/language/interfaces/quickopendataprovider.h >>> +include/kdevplatform/language/interfaces/quickopenfilter.h >>> +include/kdevplatform/language/languageexport.h >>> +include/kdevplatform/language/util/ >>> +include/kdevplatform/language/util/basicsetrepository.h >>> +include/kdevplatform/language/util/debuglanguageparserhelper.h >>> +include/kdevplatform/language/util/includeitem.h >>> +include/kdevplatform/language/util/kdevhash.h >>> +include/kdevplatform/language/util/navigationtooltip.h >>> +include/kdevplatform/language/util/setrepository.h >>> +include/kdevplatform/openwith/ >>> +include/kdevplatform/openwith/iopenwith.h >>> +include/kdevplatform/outputview/ >>> +include/kdevplatform/outputview/filtereditem.h >>> +include/kdevplatform/outputview/ifilterstrategy.h >>> +include/kdevplatform/outputview/ioutputview.h >>> +include/kdevplatform/outputview/ioutputviewmodel.h >>> +include/kdevplatform/outputview/outputdelegate.h >>> +include/kdevplatform/outputview/outputexecutejob.h >>> +include/kdevplatform/outputview/outputfilteringstrategies.h >>> +include/kdevplatform/outputview/outputjob.h >>> +include/kdevplatform/outputview/outputmodel.h >>> +include/kdevplatform/outputview/outputviewexport.h >>> +include/kdevplatform/project/ >>> +include/kdevplatform/project/abstractfilemanagerplugin.h >>> +include/kdevplatform/project/builderjob.h >>> +include/kdevplatform/project/helper.h >>> +include/kdevplatform/project/importprojectjob.h >>> +include/kdevplatform/project/interfaces/ >>> +include/kdevplatform/project/interfaces/ibuildsystemmanager.h >>> +include/kdevplatform/project/interfaces/iprojectbuilder.h >>> +include/kdevplatform/project/interfaces/iprojectfilemanager.h >>> +include/kdevplatform/project/interfaces/iprojectfilter.h >>> +include/kdevplatform/project/interfaces/iprojectfilterprovider.h >>> +include/kdevplatform/project/projectbuildsetmodel.h >>> +include/kdevplatform/project/projectchangesmodel.h >>> +include/kdevplatform/project/projectconfigpage.h >>> +include/kdevplatform/project/projectconfigskeleton.h >>> +include/kdevplatform/project/projectexport.h >>> +include/kdevplatform/project/projectfiltermanager.h >>> +include/kdevplatform/project/projectitemlineedit.h >>> +include/kdevplatform/project/projectmodel.h >>> +include/kdevplatform/project/projectutils.h >>> +include/kdevplatform/project/widgets/ >>> +include/kdevplatform/project/widgets/dependencieswidget.h >>> +include/kdevplatform/serialization/ >>> +include/kdevplatform/serialization/abstractitemrepository.h >>> +include/kdevplatform/serialization/indexedstring.h >>> +include/kdevplatform/serialization/itemrepository.h >>> +include/kdevplatform/serialization/itemrepositoryexampleitem.h >>> +include/kdevplatform/serialization/itemrepositoryregistry.h >>> +include/kdevplatform/serialization/referencecounting.h >>> +include/kdevplatform/serialization/repositorymanager.h >>> +include/kdevplatform/serialization/serializationexport.h >>> +include/kdevplatform/shell/ >>> +include/kdevplatform/shell/checkerstatus.h >>> +include/kdevplatform/shell/colorschemechooser.h >>> +include/kdevplatform/shell/core.h >>> +include/kdevplatform/shell/documentcontroller.h >>> +include/kdevplatform/shell/environmentconfigurebutton.h >>> +include/kdevplatform/shell/filteredproblemstore.h >>> +include/kdevplatform/shell/languagecontroller.h >>> +include/kdevplatform/shell/launchconfiguration.h >>> +include/kdevplatform/shell/mainwindow.h >>> +include/kdevplatform/shell/partcontroller.h >>> +include/kdevplatform/shell/partdocument.h >>> +include/kdevplatform/shell/plugincontroller.h >>> +include/kdevplatform/shell/problem.h >>> +include/kdevplatform/shell/problemconstants.h >>> +include/kdevplatform/shell/problemmodel.h >>> +include/kdevplatform/shell/problemmodelset.h >>> +include/kdevplatform/shell/project.h >>> +include/kdevplatform/shell/projectcontroller.h >>> +include/kdevplatform/shell/runcontroller.h >>> +include/kdevplatform/shell/selectioncontroller.h >>> +include/kdevplatform/shell/session.h >>> +include/kdevplatform/shell/sessioncontroller.h >>> +include/kdevplatform/shell/sessionlock.h >>> +include/kdevplatform/shell/shellexport.h >>> +include/kdevplatform/shell/shellextension.h >>> +include/kdevplatform/shell/sourceformattercontroller.h >>> +include/kdevplatform/shell/sourceformatterselectionedit.h >>> +include/kdevplatform/shell/textdocument.h >>> +include/kdevplatform/shell/uicontroller.h >>> +include/kdevplatform/sublime/ >>> +include/kdevplatform/sublime/area.h >>> +include/kdevplatform/sublime/areaindex.h >>> +include/kdevplatform/sublime/areawalkers.h >>> +include/kdevplatform/sublime/container.h >>> +include/kdevplatform/sublime/controller.h >>> +include/kdevplatform/sublime/document.h >>> +include/kdevplatform/sublime/mainwindow.h >>> +include/kdevplatform/sublime/mainwindowoperator.h >>> +include/kdevplatform/sublime/sublimedefs.h >>> +include/kdevplatform/sublime/sublimeexport.h >>> +include/kdevplatform/sublime/tooldocument.h >>> +include/kdevplatform/sublime/urldocument.h >>> +include/kdevplatform/sublime/view.h >>> +include/kdevplatform/tests/ >>> +include/kdevplatform/tests/autotestshell.h >>> +include/kdevplatform/tests/json/ >>> +include/kdevplatform/tests/json/declarationvalidator.h >>> +include/kdevplatform/tests/json/delayedoutput.h >>> +include/kdevplatform/tests/json/jsondeclarationtests.h >>> +include/kdevplatform/tests/json/jsonducontexttests.h >>> +include/kdevplatform/tests/json/jsontesthelpers.h >>> +include/kdevplatform/tests/json/jsontypetests.h >>> +include/kdevplatform/tests/json/testsuite.cpp >>> +include/kdevplatform/tests/json/testsuite.h >>> +include/kdevplatform/tests/kdevsignalspy.h >>> +include/kdevplatform/tests/modeltest.h >>> +include/kdevplatform/tests/testbreakpointcontroller.h >>> +include/kdevplatform/tests/testcore.h >>> +include/kdevplatform/tests/testdebugsession.h >>> +include/kdevplatform/tests/testfile.h >>> +include/kdevplatform/tests/testframestackmodel.h >>> +include/kdevplatform/tests/testhelpers.h >>> +include/kdevplatform/tests/testlanguagecontroller.h >>> +include/kdevplatform/tests/testplugincontroller.h >>> +include/kdevplatform/tests/testproject.h >>> +include/kdevplatform/tests/testsexport.h >>> +include/kdevplatform/tests/testvariablecontroller.h >>> +include/kdevplatform/util/ >>> +include/kdevplatform/util/activetooltip.h >>> +include/kdevplatform/util/autoorientedsplitter.h >>> +include/kdevplatform/util/commandexecutor.h >>> +include/kdevplatform/util/convenientfreelist.h >>> +include/kdevplatform/util/embeddedfreetree.h >>> +include/kdevplatform/util/environmentprofilelist.h >>> +include/kdevplatform/util/environmentselectionwidget.h >>> +include/kdevplatform/util/executecompositejob.h >>> +include/kdevplatform/util/focusedtreeview.h >>> +include/kdevplatform/util/foregroundlock.h >>> +include/kdevplatform/util/formattinghelpers.h >>> +include/kdevplatform/util/jobstatus.h >>> +include/kdevplatform/util/kdevstringhandler.h >>> +include/kdevplatform/util/kdevvarlengtharray.h >>> +include/kdevplatform/util/ksharedobject.h >>> +include/kdevplatform/util/multilevellistview.h >>> +include/kdevplatform/util/objectlist.h >>> +include/kdevplatform/util/path.h >>> +include/kdevplatform/util/placeholderitemproxymodel.h >>> +include/kdevplatform/util/processlinemaker.h >>> +include/kdevplatform/util/projecttestjob.h >>> +include/kdevplatform/util/pushvalue.h >>> +include/kdevplatform/util/stack.h >>> +include/kdevplatform/util/texteditorhelpers.h >>> +include/kdevplatform/util/utilexport.h >>> +include/kdevplatform/util/widgetcolorizer.h >>> +include/kdevplatform/util/zoomcontroller.h >>> +include/kdevplatform/vcs/ >>> +include/kdevplatform/vcs/dvcs/ >>> +include/kdevplatform/vcs/dvcs/dvcsevent.h >>> +include/kdevplatform/vcs/dvcs/dvcsjob.h >>> +include/kdevplatform/vcs/dvcs/dvcsplugin.h >>> +include/kdevplatform/vcs/dvcs/ui/ >>> +include/kdevplatform/vcs/dvcs/ui/dvcsimportmetadatawidget.h >>> +include/kdevplatform/vcs/interfaces/ >>> +include/kdevplatform/vcs/interfaces/ibasicversioncontrol.h >>> +include/kdevplatform/vcs/interfaces/ibranchingversioncontrol.h >>> +include/kdevplatform/vcs/interfaces/ibrowsableversioncontrol.h >>> +include/kdevplatform/vcs/interfaces/icentralizedversioncontrol.h >>> +include/kdevplatform/vcs/interfaces/idistributedversioncontrol.h >>> +include/kdevplatform/vcs/interfaces/ipatchdocument.h >>> +include/kdevplatform/vcs/interfaces/ipatchsource.h >>> +include/kdevplatform/vcs/interfaces/irepositoryversioncontrol.h >>> +include/kdevplatform/vcs/models/ >>> +include/kdevplatform/vcs/models/brancheslistmodel.h >>> +include/kdevplatform/vcs/models/vcsannotationmodel.h >>> +include/kdevplatform/vcs/models/vcseventmodel.h >>> +include/kdevplatform/vcs/models/vcsfilechangesmodel.h >>> +include/kdevplatform/vcs/models/vcsitemeventmodel.h >>> +include/kdevplatform/vcs/vcsannotation.h >>> +include/kdevplatform/vcs/vcsdiff.h >>> +include/kdevplatform/vcs/vcsevent.h >>> +include/kdevplatform/vcs/vcsexport.h >>> +include/kdevplatform/vcs/vcsjob.h >>> +include/kdevplatform/vcs/vcslocation.h >>> +include/kdevplatform/vcs/vcspluginhelper.h >>> +include/kdevplatform/vcs/vcsrevision.h >>> +include/kdevplatform/vcs/vcsstatusinfo.h >>> +include/kdevplatform/vcs/widgets/ >>> +include/kdevplatform/vcs/widgets/standardvcslocationwidget.h >>> +include/kdevplatform/vcs/widgets/vcscommitdialog.h >>> +include/kdevplatform/vcs/widgets/vcsdiffwidget.h >>> +include/kdevplatform/vcs/widgets/vcseventwidget.h >>> +include/kdevplatform/vcs/widgets/vcsimportmetadatawidget.h >>> +include/kdevplatform/vcs/widgets/vcslocationwidget.h >>> +lib/cmake/KDevPlatform/ >>> +lib/cmake/KDevPlatform/KDevPlatformConfig.cmake >>> +lib/cmake/KDevPlatform/KDevPlatformConfigVersion.cmake >>> +lib/cmake/KDevPlatform/KDevPlatformMacros.cmake >>> +lib/cmake/KDevPlatform/KDevPlatformTargets${MODCMAKE_BUILD_SUFFIX} >>> +lib/cmake/KDevPlatform/KDevPlatformTargets.cmake >>> +lib/cmake/KDevelop/ >>> +lib/cmake/KDevelop/KDevelopConfig.cmake >>> +lib/cmake/KDevelop/KDevelopConfigVersion.cmake >>> +lib/cmake/KDevelop/KDevelopTargets.cmake >>> +lib/libKDevClangPrivate.so >>> +@lib lib/libKDevPlatformDebugger.so.${LIBKDevPlatformDebugger_VERSION} >>> +@lib >>> lib/libKDevPlatformDocumentation.so.${LIBKDevPlatformDocumentation_VERSION} >>> +@lib >>> lib/libKDevPlatformInterfaces.so.${LIBKDevPlatformInterfaces_VERSION} >>> +@lib lib/libKDevPlatformLanguage.so.${LIBKDevPlatformLanguage_VERSION} >>> +@lib >>> lib/libKDevPlatformOutputView.so.${LIBKDevPlatformOutputView_VERSION} >>> +@lib lib/libKDevPlatformProject.so.${LIBKDevPlatformProject_VERSION} >>> +@lib >>> lib/libKDevPlatformSerialization.so.${LIBKDevPlatformSerialization_VERSION} >>> +@lib lib/libKDevPlatformShell.so.${LIBKDevPlatformShell_VERSION} >>> +@lib lib/libKDevPlatformSublime.so.${LIBKDevPlatformSublime_VERSION} >>> +@lib lib/libKDevPlatformTests.so.${LIBKDevPlatformTests_VERSION} >>> +@lib lib/libKDevPlatformUtil.so.${LIBKDevPlatformUtil_VERSION} >>> +@lib lib/libKDevPlatformVcs.so.${LIBKDevPlatformVcs_VERSION} >>> +lib/libkdevcmakecommon.so >>> +lib/qt5/plugins/grantlee/ >>> +lib/qt5/plugins/grantlee/5.1/ >>> +lib/qt5/plugins/grantlee/5.1/kdev_filters.so >>> +lib/qt5/plugins/kdevplatform/ >>> +lib/qt5/plugins/kdevplatform/30/ >>> +lib/qt5/plugins/kdevplatform/30/kdevandroid.so >>> +lib/qt5/plugins/kdevplatform/30/kdevappwizard.so >>> +lib/qt5/plugins/kdevplatform/30/kdevastyle.so >>> +lib/qt5/plugins/kdevplatform/30/kdevbazaar.so >>> +lib/qt5/plugins/kdevplatform/30/kdevclangsupport.so >>> +lib/qt5/plugins/kdevplatform/30/kdevclassbrowser.so >>> +lib/qt5/plugins/kdevplatform/30/kdevcmakebuilder.so >>> +lib/qt5/plugins/kdevplatform/30/kdevcmakedocumentation.so >>> +lib/qt5/plugins/kdevplatform/30/kdevcmakemanager.so >>> +lib/qt5/plugins/kdevplatform/30/kdevcodeutils.so >>> +lib/qt5/plugins/kdevplatform/30/kdevcontextbrowser.so >>> +lib/qt5/plugins/kdevplatform/30/kdevcppcheck.so >>> +lib/qt5/plugins/kdevplatform/30/kdevcustombuildsystem.so >>> +lib/qt5/plugins/kdevplatform/30/kdevcustommakemanager.so >>> +lib/qt5/plugins/kdevplatform/30/kdevcustomscript.so >>> +lib/qt5/plugins/kdevplatform/30/kdevcvs.so >>> +lib/qt5/plugins/kdevplatform/30/kdevdefinesandincludesmanager.so >>> +lib/qt5/plugins/kdevplatform/30/kdevdocker.so >>> +lib/qt5/plugins/kdevplatform/30/kdevdocumentswitcher.so >>> +lib/qt5/plugins/kdevplatform/30/kdevdocumentview.so >>> +lib/qt5/plugins/kdevplatform/30/kdevexecute.so >>> +lib/qt5/plugins/kdevplatform/30/kdevexecuteplasmoid.so >>> +lib/qt5/plugins/kdevplatform/30/kdevexecutescript.so >>> +lib/qt5/plugins/kdevplatform/30/kdevexternalscript.so >>> +lib/qt5/plugins/kdevplatform/30/kdevfilemanager.so >>> +lib/qt5/plugins/kdevplatform/30/kdevfiletemplates.so >>> +lib/qt5/plugins/kdevplatform/30/kdevflatpak.so >>> +lib/qt5/plugins/kdevplatform/30/kdevgdb.so >>> +lib/qt5/plugins/kdevplatform/30/kdevgenericmanager.so >>> +lib/qt5/plugins/kdevplatform/30/kdevghprovider.so >>> +lib/qt5/plugins/kdevplatform/30/kdevgit.so >>> +lib/qt5/plugins/kdevplatform/30/kdevgrepview.so >>> +lib/qt5/plugins/kdevplatform/30/kdevheaptrack.so >>> +lib/qt5/plugins/kdevplatform/30/kdevkdeprovider.so >>> +lib/qt5/plugins/kdevplatform/30/kdevkonsoleview.so >>> +lib/qt5/plugins/kdevplatform/30/kdevlldb.so >>> +lib/qt5/plugins/kdevplatform/30/kdevmakebuilder.so >>> +lib/qt5/plugins/kdevplatform/30/kdevmanpage.so >>> +lib/qt5/plugins/kdevplatform/30/kdevninja.so >>> +lib/qt5/plugins/kdevplatform/30/kdevokteta.so >>> +lib/qt5/plugins/kdevplatform/30/kdevopenwith.so >>> +lib/qt5/plugins/kdevplatform/30/kdevoutlineview.so >>> +lib/qt5/plugins/kdevplatform/30/kdevpatchreview.so >>> +lib/qt5/plugins/kdevplatform/30/kdevperforce.so >>> +lib/qt5/plugins/kdevplatform/30/kdevproblemreporter.so >>> +lib/qt5/plugins/kdevplatform/30/kdevprojectfilter.so >>> +lib/qt5/plugins/kdevplatform/30/kdevprojectmanagerview.so >>> +lib/qt5/plugins/kdevplatform/30/kdevqmljslanguagesupport.so >>> +lib/qt5/plugins/kdevplatform/30/kdevqthelp.so >>> +lib/qt5/plugins/kdevplatform/30/kdevquickopen.so >>> +lib/qt5/plugins/kdevplatform/30/kdevsourceformatter.so >>> +lib/qt5/plugins/kdevplatform/30/kdevstandardoutputview.so >>> +lib/qt5/plugins/kdevplatform/30/kdevsubversion.so >>> +lib/qt5/plugins/kdevplatform/30/kdevswitchtobuddy.so >>> +lib/qt5/plugins/kdevplatform/30/kdevtestview.so >>> +lib/qt5/plugins/kdevplatform/30/kdevvcschangesviewplugin.so >>> +lib/qt5/plugins/kdevplatform/30/kdevwelcomepage.so >>> +lib/qt5/plugins/krunner_kdevelopsessions.so >>> +lib/qt5/plugins/plasma/dataengine/plasma_engine_kdevelopsessions.so >>> +lib/qt5/qml/org/kde/kdevplatform/ >>> >>> +lib/qt5/qml/org/kde/kdevplatform/libkdevelopdashboarddeclarativeplugin.so >>> +lib/qt5/qml/org/kde/kdevplatform/qmldir >>> +share/applications/org.kde.kdevelop.desktop >>> +share/applications/org.kde.kdevelop_ps.desktop >>> share/doc/HTML/en/kdevelop/ >>> share/doc/HTML/en/kdevelop/Icon-folder.png >>> share/doc/HTML/en/kdevelop/Icon-list-add.png >>> share/doc/HTML/en/kdevelop/Icon-list-remove.png >>> -share/doc/HTML/en/kdevelop/common >>> share/doc/HTML/en/kdevelop/index.cache.bz2 >>> share/doc/HTML/en/kdevelop/index.docbook >>> share/doc/HTML/en/kdevelop/kdevelop-10.png >>> @@ -214,563 +578,2427 @@ share/doc/HTML/en/kdevelop/kdevelop-temp >>> share/doc/HTML/en/kdevelop/kdevelop-template-selection.png >>> share/doc/HTML/en/kdevelop/kdevelop4_noworkingset.png >>> share/doc/HTML/en/kdevelop/kdevelop4_sessionsprojectsworkingsets.png >>> +share/examples/xdg/kdevelop.categories >>> +share/examples/xdg/kdevplatform.categories >>> +share/icons/hicolor/128x128/apps/bazaar.png >>> share/icons/hicolor/128x128/apps/cmake.png >>> +share/icons/hicolor/128x128/apps/cppcheck.png >>> +share/icons/hicolor/128x128/apps/kdevelop.png >>> +share/icons/hicolor/16x16/actions/breakpoint.png >>> share/icons/hicolor/16x16/apps/cmake.png >>> share/icons/hicolor/16x16/apps/github-forked.png >>> share/icons/hicolor/16x16/apps/github-private.png >>> share/icons/hicolor/16x16/apps/github-repo.png >>> share/icons/hicolor/16x16/apps/kdevelop.png >>> share/icons/hicolor/16x16/apps/kdevgh.png >>> +share/icons/hicolor/16x16/apps/subversion.png >>> +share/icons/hicolor/22x22/actions/breakpoint.png >>> +share/icons/hicolor/256x256/apps/kdevelop.png >>> share/icons/hicolor/32x32/apps/cmake.png >>> share/icons/hicolor/32x32/apps/kdevelop.png >>> share/icons/hicolor/32x32/apps/kdevgh.png >>> +share/icons/hicolor/32x32/apps/subversion.png >>> share/icons/hicolor/48x48/apps/kdevelop.png >>> share/icons/hicolor/64x64/apps/cmake.png >>> -share/kde4/services/kcm_kdev_cmakebuilder.desktop >>> -share/kde4/services/kcm_kdev_makebuilder.desktop >>> -share/kde4/services/kcm_kdev_ninjabuilder.desktop >>> -share/kde4/services/kcm_kdevcmake_settings.desktop >>> -share/kde4/services/kcm_kdevcustombuildsystem.desktop >>> -share/kde4/services/kcm_kdevcustomdefinesandincludes.desktop >>> -share/kde4/services/kdevastyle.desktop >>> -share/kde4/services/kdevcmakebuilder.desktop >>> -share/kde4/services/kdevcmakedocumentation.desktop >>> -share/kde4/services/kdevcmakemanager.desktop >>> -share/kde4/services/kdevcppsupport.desktop >>> -share/kde4/services/kdevcustombuildsystem.desktop >>> -share/kde4/services/kdevcustommakemanager.desktop >>> -share/kde4/services/kdevcustomscript.desktop >>> -share/kde4/services/kdevdefinesandincludesmanager.desktop >>> -share/kde4/services/kdevelopsessions.desktop >>> -share/kde4/services/kdevexecuteplasmoid.desktop >>> -share/kde4/services/kdevgdb.desktop >>> -share/kde4/services/kdevghprovider.desktop >>> -share/kde4/services/kdevkdeprovider.desktop >>> -share/kde4/services/kdevmakebuilder.desktop >>> -share/kde4/services/kdevmanpage.desktop >>> -share/kde4/services/kdevninja.desktop >>> -share/kde4/services/kdevokteta.desktop >>> -share/kde4/services/kdevqthelp.desktop >>> -share/kde4/services/kdevqthelp_config.desktop >>> -share/kde4/services/plasma-applet-kdevelopsessions.desktop >>> -share/kde4/services/plasma-dataengine-kdevelopsessions.desktop >>> +share/icons/hicolor/64x64/apps/kdevelop.png >>> +share/icons/hicolor/64x64/apps/subversion.png >>> +share/icons/hicolor/scalable/actions/breakpoint.svg >>> +share/icons/hicolor/scalable/apps/git.svg >>> +share/icons/hicolor/scalable/apps/subversion.svg >>> +share/kdevappwizard/templates/cmake_kdevplugin.tar.bz2 >>> +share/kdevappwizard/templates/cmake_plaincpp.tar.bz2 >>> +share/kdevappwizard/templates/cmake_qt5-qml2.tar.bz2 >>> +share/kdevappwizard/templates/cmake_qt5guiapp.tar.bz2 >>> +share/kdevappwizard/templates/empty.tar.bz2 >>> +share/kdevappwizard/templates/qmake_qt5guiapp.tar.bz2 >>> +share/kdevappwizard/templates/qt5-qml2.tar.bz2 >>> +share/kdevclangsupport/ >>> +share/kdevclangsupport/gcc_compat.h >>> +share/kdevclangsupport/wrappedQtHeaders/ >>> +share/kdevclangsupport/wrappedQtHeaders/QtCore/ >>> +share/kdevclangsupport/wrappedQtHeaders/QtCore/qobjectdefs.h >>> +share/kdevcodegen/ >>> +share/kdevcodegen/licenses/ >>> +share/kdevcodegen/licenses/Apache v2 >>> +share/kdevcodegen/licenses/BSD >>> +share/kdevcodegen/licenses/Boost >>> +share/kdevcodegen/licenses/GPL v2 >>> +share/kdevcodegen/licenses/GPL v2+ (KDE) >>> +share/kdevcodegen/licenses/GPL v3 >>> +share/kdevcodegen/licenses/LGPL v2 >>> +share/kdevcodegen/licenses/LGPL v2+ (KDE) >>> +share/kdevcodegen/licenses/LGPL v3 >>> +share/kdevcodegen/licenses/MIT X11 >>> +share/kdevcodegen/licenses/Mozilla v1.1 >>> +share/kdevcodegen/templates/ >>> +share/kdevcodegen/templates/arguments_names.txt >>> +share/kdevcodegen/templates/arguments_types_names.txt >>> +share/kdevcodegen/templates/class_declaration_apidox_cpp.txt >>> +share/kdevcodegen/templates/class_declaration_cpp.txt >>> +share/kdevcodegen/templates/class_method_declaration_apidox_cpp.txt >>> +share/kdevcodegen/templates/class_method_declaration_cpp.txt >>> >>> +share/kdevcodegen/templates/class_property_getter_declaration_apidox_cpp.txt >>> +share/kdevcodegen/templates/class_property_getter_declaration_cpp.txt >>> +share/kdevcodegen/templates/class_property_getter_definition_cpp.txt >>> >>> +share/kdevcodegen/templates/class_property_setter_declaration_apidox_cpp.txt >>> +share/kdevcodegen/templates/class_property_setter_declaration_cpp.txt >>> +share/kdevcodegen/templates/class_property_setter_definition_cpp.txt >>> +share/kdevcodegen/templates/class_property_signal_declaration_cpp.txt >>> +share/kdevcodegen/templates/class_qproperty_declaration_cpp.txt >>> +share/kdevcodegen/templates/cpp_header.h >>> +share/kdevcodegen/templates/cpp_header_onlyfunctions.h >>> +share/kdevcodegen/templates/cpp_implementation.cpp >>> +share/kdevcodegen/templates/include_guard_cpp.txt >>> +share/kdevcodegen/templates/license_header_cpp.txt >>> +share/kdevcodegen/templates/method_declaration_cpp.txt >>> +share/kdevcodegen/templates/method_definition_cpp.txt >>> +share/kdevcodegen/templates/namespace_close_cpp.txt >>> +share/kdevcodegen/templates/namespace_open_cpp.txt >>> +share/kdevcodegen/templates/namespace_use_cpp.txt >>> +share/kdevcodeutils/ >>> +share/kdevcodeutils/templates/ >>> +share/kdevcodeutils/templates/doxygen_cpp.txt >>> +share/kdevcodeutils/templates/phpdoc_php.txt >>> +share/kdevcodeutils/templates/rest_python.txt >>> +share/kdevelop/ >>> +share/kdevelop/icons/ >>> +share/kdevelop/icons/hicolor/ >>> +share/kdevelop/icons/hicolor/16x16/ >>> +share/kdevelop/icons/hicolor/16x16/actions/ >>> +share/kdevelop/icons/hicolor/16x16/actions/classnew.png >>> +share/kdevelop/icons/hicolor/16x16/actions/dirsync.png >>> +share/kdevelop/icons/hicolor/16x16/actions/methodnew.png >>> +share/kdevelop/icons/hicolor/16x16/actions/variablenew.png >>> +share/kdevelop/icons/hicolor/22x22/ >>> +share/kdevelop/icons/hicolor/22x22/actions/ >>> +share/kdevelop/icons/hicolor/22x22/actions/classnew.png >>> +share/kdevelop/icons/hicolor/32x32/ >>> +share/kdevelop/icons/hicolor/32x32/actions/ >>> +share/kdevelop/icons/hicolor/32x32/actions/classnew.png >>> +share/kdevelop/kdevflatpak/ >>> +share/kdevelop/kdevflatpak/replicate.sh >>> +share/kdevelop/pics/ >>> +share/kdevelop/pics/CTchildren.png >>> +share/kdevelop/pics/CTclients.png >>> +share/kdevelop/pics/CTdisconnected_parents.png >>> +share/kdevelop/pics/CTparents.png >>> +share/kdevelop/pics/CTsuppliers.png >>> +share/kdevelop/pics/CTvirtuals.png >>> +share/kdevelop/pics/CVclass.png >>> +share/kdevelop/pics/CVglobal_meth.png >>> +share/kdevelop/pics/CVglobal_var.png >>> +share/kdevelop/pics/CVnamespace.png >>> +share/kdevelop/pics/CVpackage_meth.png >>> +share/kdevelop/pics/CVpackage_var.png >>> +share/kdevelop/pics/CVprivate_meth.png >>> +share/kdevelop/pics/CVprivate_signal.png >>> +share/kdevelop/pics/CVprivate_slot.png >>> +share/kdevelop/pics/CVprivate_var.png >>> +share/kdevelop/pics/CVprotected_meth.png >>> +share/kdevelop/pics/CVprotected_signal.png >>> +share/kdevelop/pics/CVprotected_slot.png >>> +share/kdevelop/pics/CVprotected_var.png >>> +share/kdevelop/pics/CVpublic_meth.png >>> +share/kdevelop/pics/CVpublic_signal.png >>> +share/kdevelop/pics/CVpublic_slot.png >>> +share/kdevelop/pics/CVpublic_var.png >>> +share/kdevelop/pics/CVstruct.png >>> +share/kdevelop/pics/CVtypedef.png >>> +share/kdevelop/pics/code-class.png >>> +share/kdevelop/pics/code-function.png >>> +share/kdevelop/pics/enum.png >>> +share/kdevelop/pics/field.png >>> +share/kdevelop/pics/namespace.png >>> +share/kdevelop/pics/private_class.png >>> +share/kdevelop/pics/private_enum.png >>> +share/kdevelop/pics/private_field.png >>> +share/kdevelop/pics/private_function.png >>> +share/kdevelop/pics/private_struct.png >>> +share/kdevelop/pics/private_union.png >>> +share/kdevelop/pics/protected_class.png >>> +share/kdevelop/pics/protected_enum.png >>> +share/kdevelop/pics/protected_field.png >>> +share/kdevelop/pics/protected_function.png >>> +share/kdevelop/pics/protected_struct.png >>> +share/kdevelop/pics/protected_union.png >>> +share/kdevelop/pics/qtlogo.svg >>> +share/kdevelop/pics/signal.png >>> +share/kdevelop/pics/slot.png >>> +share/kdevelop/pics/struct.png >>> +share/kdevelop/pics/typedef.png >>> +share/kdevelop/pics/union.png >>> +share/kdevelop/shortcuts/ >>> +share/kdevelop/shortcuts/QtCreator >>> +share/kdevfiletemplates/ >>> +share/kdevfiletemplates/templates/ >>> +share/kdevfiletemplates/templates/c_gobject.tar.bz2 >>> +share/kdevfiletemplates/templates/c_gobject_private.tar.bz2 >>> +share/kdevfiletemplates/templates/c_gobject_properties.tar.bz2 >>> +share/kdevfiletemplates/templates/cmake_module.tar.bz2 >>> +share/kdevfiletemplates/templates/cpp_basic.tar.bz2 >>> +share/kdevfiletemplates/templates/cpp_cpputest.tar.bz2 >>> +share/kdevfiletemplates/templates/cpp_gtest.tar.bz2 >>> +share/kdevfiletemplates/templates/cpp_qtestlib.tar.bz2 >>> +share/kdevfiletemplates/templates/cpp_qtestlib_kdevelop.tar.bz2 >>> +share/kdevfiletemplates/templates/dockerfile-template.tar.bz2 >>> +share/kdevfiletemplates/templates/flatpak-template.tar.bz2 >>> +share/kdevfiletemplates/templates/php_phpunit.tar.bz2 >>> +share/kdevfiletemplates/templates/private_pointer.tar.bz2 >>> +share/kdevfiletemplates/templates/python_basic.tar.bz2 >>> +share/kdevfiletemplates/templates/python_pyunit.tar.bz2 >>> +share/kdevfiletemplates/templates/qdialog_pimpl.tar.bz2 >>> +share/kdevfiletemplates/templates/qobject.tar.bz2 >>> +share/kdevfiletemplates/templates/qobject_pimpl.tar.bz2 >>> +share/kdevfiletemplates/templates/qt_interface.tar.bz2 >>> +share/kdevfiletemplates/templates/qt_shared.tar.bz2 >>> +share/kdevfiletemplates/templates/qt_widget.tar.bz2 >>> +share/kdevgdb/ >>> +share/kdevgdb/printers/ >>> +share/kdevgdb/printers/gdbinit >>> +share/kdevgdb/printers/helper.py >>> +share/kdevgdb/printers/kde.py >>> +share/kdevgdb/printers/qt.py >>> +share/kdevlldb/ >>> +share/kdevlldb/formatters/ >>> +share/kdevlldb/formatters/all.py >>> +share/kdevlldb/formatters/helpers.py >>> +share/kdevlldb/formatters/kde.py >>> +share/kdevlldb/formatters/qt.py >>> +share/kdevmanpage/ >>> +share/kdevmanpage/manpagedocumentation.css >>> +share/kdevplatform/ >>> +share/kdevplatform/shellutils/ >>> +share/kdevplatform/shellutils/.zshrc >>> +share/kdevqmljssupport/ >>> +share/kdevqmljssupport/nodejsmodules/ >>> +share/kdevqmljssupport/nodejsmodules/__builtin_dom.js >>> +share/kdevqmljssupport/nodejsmodules/__builtin_ecmascript.js >>> +share/kdevqmljssupport/nodejsmodules/__builtin_qml.qml >>> +share/kdevqmljssupport/nodejsmodules/buffer.js >>> +share/kdevqmljssupport/nodejsmodules/child_process.js >>> +share/kdevqmljssupport/nodejsmodules/common.js >>> +share/kdevqmljssupport/nodejsmodules/console.js >>> +share/kdevqmljssupport/nodejsmodules/crypto.js >>> +share/kdevqmljssupport/nodejsmodules/dgram.js >>> +share/kdevqmljssupport/nodejsmodules/dns.js >>> +share/kdevqmljssupport/nodejsmodules/domain.js >>> +share/kdevqmljssupport/nodejsmodules/event.js >>> +share/kdevqmljssupport/nodejsmodules/fs.js >>> +share/kdevqmljssupport/nodejsmodules/http.js >>> +share/kdevqmljssupport/nodejsmodules/https.js >>> +share/kdevqmljssupport/nodejsmodules/net.js >>> +share/kdevqmljssupport/nodejsmodules/os.js >>> +share/kdevqmljssupport/nodejsmodules/path.js >>> +share/kdevqmljssupport/nodejsmodules/punycode.js >>> +share/kdevqmljssupport/nodejsmodules/querystring.js >>> +share/kdevqmljssupport/nodejsmodules/readline.js >>> +share/kdevqmljssupport/nodejsmodules/stream.js >>> +share/kdevqmljssupport/nodejsmodules/string_decoder.js >>> +share/kdevqmljssupport/nodejsmodules/tls.js >>> +share/kdevqmljssupport/nodejsmodules/tty.js >>> +share/kdevqmljssupport/nodejsmodules/url.js >>> +share/kdevqmljssupport/nodejsmodules/util.js >>> +share/kdevqmljssupport/nodejsmodules/vm.js >>> +share/kdevqmljssupport/nodejsmodules/zlib.js >>> +share/kdevqmljssupport/propertywidgets/ >>> +share/kdevqmljssupport/propertywidgets/ColorPicker.qml >>> +share/kdevqmljssupport/propertywidgets/Duration.qml >>> +share/kdevqmljssupport/propertywidgets/FontFamily.qml >>> +share/kdevqmljssupport/propertywidgets/FontSize.qml >>> +share/kdevqmljssupport/propertywidgets/Height.qml >>> +share/kdevqmljssupport/propertywidgets/Opacity.qml >>> +share/kdevqmljssupport/propertywidgets/PropertyWidget.qml >>> +share/kdevqmljssupport/propertywidgets/README >>> +share/kdevqmljssupport/propertywidgets/Spacing.qml >>> +share/kdevqmljssupport/propertywidgets/Width.qml >>> +share/knotifications5/kdevelop.notifyrc >>> +share/kservices5/kdevelopsessions.desktop >>> +share/kservices5/plasma-applet-kdevelopsessions.desktop >>> +share/kservices5/plasma-dataengine-kdevelopsessions.desktop >>> +share/kservicetypes5/kdevelopplugin.desktop >>> +share/locale/af/LC_MESSAGES/kdevelop.mo >>> +share/locale/ar/LC_MESSAGES/kdevclassbrowser.mo >>> +share/locale/ar/LC_MESSAGES/kdevelop.mo >>> +share/locale/ar/LC_MESSAGES/kdevexecuteplasmoid.mo >>> +share/locale/ar/LC_MESSAGES/kdevkonsole.mo >>> +share/locale/ast/LC_MESSAGES/kdevandroid.mo >>> +share/locale/ast/LC_MESSAGES/kdevappwizard.mo >>> +share/locale/ast/LC_MESSAGES/kdevastyle.mo >>> +share/locale/ast/LC_MESSAGES/kdevclassbrowser.mo >>> +share/locale/ast/LC_MESSAGES/kdevcmake.mo >>> +share/locale/ast/LC_MESSAGES/kdevcmakebuilder.mo >>> +share/locale/ast/LC_MESSAGES/kdevcodeutils.mo >>> +share/locale/ast/LC_MESSAGES/kdevcontextbrowser.mo >>> +share/locale/ast/LC_MESSAGES/kdevcppcheck.mo >>> +share/locale/ast/LC_MESSAGES/kdevcustombuildsystem.mo >>> +share/locale/ast/LC_MESSAGES/kdevcustommake.mo >>> +share/locale/ast/LC_MESSAGES/kdevcustomscript.mo >>> +share/locale/ast/LC_MESSAGES/kdevcvs.mo >>> +share/locale/ast/LC_MESSAGES/kdevdebuggercommon.mo >>> +share/locale/ast/LC_MESSAGES/kdevdocker.mo >>> +share/locale/ast/LC_MESSAGES/kdevdocumentswitcher.mo >>> +share/locale/ast/LC_MESSAGES/kdevdocumentview.mo >>> +share/locale/ast/LC_MESSAGES/kdevelop.mo >>> +share/locale/ast/LC_MESSAGES/kdevexecute.mo >>> +share/locale/ast/LC_MESSAGES/kdevexecuteplasmoid.mo >>> +share/locale/ast/LC_MESSAGES/kdevexecutescript.mo >>> +share/locale/ast/LC_MESSAGES/kdevexternalscript.mo >>> +share/locale/ast/LC_MESSAGES/kdevfilemanager.mo >>> +share/locale/ast/LC_MESSAGES/kdevfiletemplates.mo >>> +share/locale/ast/LC_MESSAGES/kdevflatpak.mo >>> +share/locale/ast/LC_MESSAGES/kdevgdb.mo >>> +share/locale/ast/LC_MESSAGES/kdevghprovider.mo >>> +share/locale/ast/LC_MESSAGES/kdevgit.mo >>> +share/locale/ast/LC_MESSAGES/kdevgrepview.mo >>> +share/locale/ast/LC_MESSAGES/kdevkdeprovider.mo >>> +share/locale/ast/LC_MESSAGES/kdevkonsole.mo >>> +share/locale/ast/LC_MESSAGES/kdevlldb.mo >>> +share/locale/ast/LC_MESSAGES/kdevmakebuilder.mo >>> +share/locale/ast/LC_MESSAGES/kdevmanpage.mo >>> +share/locale/ast/LC_MESSAGES/kdevninja.mo >>> +share/locale/ast/LC_MESSAGES/kdevokteta.mo >>> +share/locale/ast/LC_MESSAGES/kdevopenwith.mo >>> +share/locale/ast/LC_MESSAGES/kdevpatchreview.mo >>> +share/locale/ast/LC_MESSAGES/kdevperforce.mo >>> +share/locale/ast/LC_MESSAGES/kdevplatform.mo >>> +share/locale/ast/LC_MESSAGES/kdevproblemreporter.mo >>> +share/locale/ast/LC_MESSAGES/kdevprojectfilter.mo >>> +share/locale/ast/LC_MESSAGES/kdevprojectmanagerview.mo >>> +share/locale/ast/LC_MESSAGES/kdevqmakebuilder.mo >>> +share/locale/ast/LC_MESSAGES/kdevqmakemanager.mo >>> +share/locale/ast/LC_MESSAGES/kdevqmljs.mo >>> +share/locale/ast/LC_MESSAGES/kdevqthelp.mo >>> +share/locale/ast/LC_MESSAGES/kdevquickopen.mo >>> +share/locale/ast/LC_MESSAGES/kdevstandardoutputview.mo >>> +share/locale/ast/LC_MESSAGES/kdevsubversion.mo >>> +share/locale/ast/LC_MESSAGES/kdevswitchtobuddy.mo >>> +share/locale/ast/LC_MESSAGES/kdevtestview.mo >>> +share/locale/ast/LC_MESSAGES/kdevvcsprojectintegration.mo >>> +share/locale/ast/LC_MESSAGES/plasma_applet_kdevelopsessions.mo >>> +share/locale/ast/LC_MESSAGES/plasma_runner_kdevelopsessions.mo >>> +share/locale/be/LC_MESSAGES/kdevelop.mo >>> +share/locale/bg/LC_MESSAGES/kdevappwizard.mo >>> +share/locale/bg/LC_MESSAGES/kdevclassbrowser.mo >>> +share/locale/bg/LC_MESSAGES/kdevcontextbrowser.mo >>> +share/locale/bg/LC_MESSAGES/kdevcvs.mo >>> +share/locale/bg/LC_MESSAGES/kdevdocumentswitcher.mo >>> +share/locale/bg/LC_MESSAGES/kdevelop.mo >>> +share/locale/bg/LC_MESSAGES/kdevfilemanager.mo >>> +share/locale/bg/LC_MESSAGES/kdevgit.mo >>> +share/locale/bg/LC_MESSAGES/kdevkonsole.mo >>> +share/locale/bg/LC_MESSAGES/kdevplatform.mo >>> +share/locale/bg/LC_MESSAGES/kdevproblemreporter.mo >>> +share/locale/bg/LC_MESSAGES/kdevprojectmanagerview.mo >>> +share/locale/bg/LC_MESSAGES/kdevquickopen.mo >>> +share/locale/br/LC_MESSAGES/kdevelop.mo >>> +share/locale/bs/LC_MESSAGES/kdevappwizard.mo >>> +share/locale/bs/LC_MESSAGES/kdevastyle.mo >>> +share/locale/bs/LC_MESSAGES/kdevclassbrowser.mo >>> share/locale/bs/LC_MESSAGES/kdevcmake.mo >>> share/locale/bs/LC_MESSAGES/kdevcmakebuilder.mo >>> -share/locale/bs/LC_MESSAGES/kdevcpp.mo >>> +share/locale/bs/LC_MESSAGES/kdevcodeutils.mo >>> +share/locale/bs/LC_MESSAGES/kdevcontextbrowser.mo >>> +share/locale/bs/LC_MESSAGES/kdevcppcheck.mo >>> share/locale/bs/LC_MESSAGES/kdevcustombuildsystem.mo >>> share/locale/bs/LC_MESSAGES/kdevcustommake.mo >>> +share/locale/bs/LC_MESSAGES/kdevcustomscript.mo >>> +share/locale/bs/LC_MESSAGES/kdevcvs.mo >>> +share/locale/bs/LC_MESSAGES/kdevdebuggercommon.mo >>> +share/locale/bs/LC_MESSAGES/kdevdocumentswitcher.mo >>> +share/locale/bs/LC_MESSAGES/kdevdocumentview.mo >>> share/locale/bs/LC_MESSAGES/kdevelop.mo >>> +share/locale/bs/LC_MESSAGES/kdevexecute.mo >>> share/locale/bs/LC_MESSAGES/kdevexecuteplasmoid.mo >>> -share/locale/bs/LC_MESSAGES/kdevformatters.mo >>> +share/locale/bs/LC_MESSAGES/kdevexecutescript.mo >>> +share/locale/bs/LC_MESSAGES/kdevexternalscript.mo >>> +share/locale/bs/LC_MESSAGES/kdevfilemanager.mo >>> +share/locale/bs/LC_MESSAGES/kdevfiletemplates.mo >>> share/locale/bs/LC_MESSAGES/kdevgdb.mo >>> share/locale/bs/LC_MESSAGES/kdevghprovider.mo >>> +share/locale/bs/LC_MESSAGES/kdevgit.mo >>> +share/locale/bs/LC_MESSAGES/kdevgrepview.mo >>> share/locale/bs/LC_MESSAGES/kdevkdeprovider.mo >>> +share/locale/bs/LC_MESSAGES/kdevkonsole.mo >>> share/locale/bs/LC_MESSAGES/kdevmakebuilder.mo >>> share/locale/bs/LC_MESSAGES/kdevmanpage.mo >>> share/locale/bs/LC_MESSAGES/kdevninja.mo >>> share/locale/bs/LC_MESSAGES/kdevokteta.mo >>> +share/locale/bs/LC_MESSAGES/kdevopenwith.mo >>> +share/locale/bs/LC_MESSAGES/kdevpatchreview.mo >>> +share/locale/bs/LC_MESSAGES/kdevperforce.mo >>> +share/locale/bs/LC_MESSAGES/kdevplatform.mo >>> +share/locale/bs/LC_MESSAGES/kdevproblemreporter.mo >>> +share/locale/bs/LC_MESSAGES/kdevprojectfilter.mo >>> +share/locale/bs/LC_MESSAGES/kdevprojectmanagerview.mo >>> +share/locale/bs/LC_MESSAGES/kdevqmakebuilder.mo >>> +share/locale/bs/LC_MESSAGES/kdevqmakemanager.mo >>> +share/locale/bs/LC_MESSAGES/kdevqmljs.mo >>> share/locale/bs/LC_MESSAGES/kdevqthelp.mo >>> +share/locale/bs/LC_MESSAGES/kdevquickopen.mo >>> +share/locale/bs/LC_MESSAGES/kdevstandardoutputview.mo >>> +share/locale/bs/LC_MESSAGES/kdevsubversion.mo >>> +share/locale/bs/LC_MESSAGES/kdevswitchtobuddy.mo >>> +share/locale/bs/LC_MESSAGES/kdevtestview.mo >>> +share/locale/bs/LC_MESSAGES/kdevvcsprojectintegration.mo >>> share/locale/bs/LC_MESSAGES/plasma_applet_kdevelopsessions.mo >>> share/locale/bs/LC_MESSAGES/plasma_runner_kdevelopsessions.mo >>> +share/locale/ca/LC_MESSAGES/kdevandroid.mo >>> +share/locale/ca/LC_MESSAGES/kdevappwizard.mo >>> +share/locale/ca/LC_MESSAGES/kdevastyle.mo >>> +share/locale/ca/LC_MESSAGES/kdevclang.mo >>> +share/locale/ca/LC_MESSAGES/kdevclassbrowser.mo >>> share/locale/ca/LC_MESSAGES/kdevcmake.mo >>> share/locale/ca/LC_MESSAGES/kdevcmakebuilder.mo >>> -share/locale/ca/LC_MESSAGES/kdevcpp.mo >>> +share/locale/ca/LC_MESSAGES/kdevcodeutils.mo >>> +share/locale/ca/LC_MESSAGES/kdevcontextbrowser.mo >>> +share/locale/ca/LC_MESSAGES/kdevcppcheck.mo >>> share/locale/ca/LC_MESSAGES/kdevcustombuildsystem.mo >>> +share/locale/ca/LC_MESSAGES/kdevcustomdefinesandincludes.mo >>> share/locale/ca/LC_MESSAGES/kdevcustommake.mo >>> +share/locale/ca/LC_MESSAGES/kdevcustomscript.mo >>> +share/locale/ca/LC_MESSAGES/kdevcvs.mo >>> +share/locale/ca/LC_MESSAGES/kdevdebuggercommon.mo >>> +share/locale/ca/LC_MESSAGES/kdevdocker.mo >>> +share/locale/ca/LC_MESSAGES/kdevdocumentswitcher.mo >>> +share/locale/ca/LC_MESSAGES/kdevdocumentview.mo >>> share/locale/ca/LC_MESSAGES/kdevelop.mo >>> +share/locale/ca/LC_MESSAGES/kdevexecute.mo >>> share/locale/ca/LC_MESSAGES/kdevexecuteplasmoid.mo >>> -share/locale/ca/LC_MESSAGES/kdevformatters.mo >>> +share/locale/ca/LC_MESSAGES/kdevexecutescript.mo >>> +share/locale/ca/LC_MESSAGES/kdevexternalscript.mo >>> +share/locale/ca/LC_MESSAGES/kdevfilemanager.mo >>> +share/locale/ca/LC_MESSAGES/kdevfiletemplates.mo >>> +share/locale/ca/LC_MESSAGES/kdevflatpak.mo >>> share/locale/ca/LC_MESSAGES/kdevgdb.mo >>> share/locale/ca/LC_MESSAGES/kdevghprovider.mo >>> +share/locale/ca/LC_MESSAGES/kdevgit.mo >>> +share/locale/ca/LC_MESSAGES/kdevgrepview.mo >>> share/locale/ca/LC_MESSAGES/kdevkdeprovider.mo >>> +share/locale/ca/LC_MESSAGES/kdevkonsole.mo >>> +share/locale/ca/LC_MESSAGES/kdevlldb.mo >>> share/locale/ca/LC_MESSAGES/kdevmakebuilder.mo >>> share/locale/ca/LC_MESSAGES/kdevmanpage.mo >>> share/locale/ca/LC_MESSAGES/kdevninja.mo >>> share/locale/ca/LC_MESSAGES/kdevokteta.mo >>> +share/locale/ca/LC_MESSAGES/kdevopenwith.mo >>> +share/locale/ca/LC_MESSAGES/kdevpatchreview.mo >>> +share/locale/ca/LC_MESSAGES/kdevperforce.mo >>> +share/locale/ca/LC_MESSAGES/kdevplatform.mo >>> +share/locale/ca/LC_MESSAGES/kdevproblemreporter.mo >>> +share/locale/ca/LC_MESSAGES/kdevprojectfilter.mo >>> +share/locale/ca/LC_MESSAGES/kdevprojectmanagerview.mo >>> +share/locale/ca/LC_MESSAGES/kdevqmakebuilder.mo >>> +share/locale/ca/LC_MESSAGES/kdevqmakemanager.mo >>> +share/locale/ca/LC_MESSAGES/kdevqmljs.mo >>> share/locale/ca/LC_MESSAGES/kdevqthelp.mo >>> +share/locale/ca/LC_MESSAGES/kdevquickopen.mo >>> +share/locale/ca/LC_MESSAGES/kdevsourceformatter.mo >>> +share/locale/ca/LC_MESSAGES/kdevstandardoutputview.mo >>> +share/locale/ca/LC_MESSAGES/kdevsubversion.mo >>> +share/locale/ca/LC_MESSAGES/kdevswitchtobuddy.mo >>> +share/locale/ca/LC_MESSAGES/kdevtestview.mo >>> +share/locale/ca/LC_MESSAGES/kdevvcsprojectintegration.mo >>> +share/locale/ca/LC_MESSAGES/kdevwelcomepage.mo >>> share/locale/ca/LC_MESSAGES/plasma_applet_kdevelopsessions.mo >>> share/locale/ca/LC_MESSAGES/plasma_runner_kdevelopsessions.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevandroid.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevappwizard.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevastyle.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevclang.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevclassbrowser.mo >>> share/locale/ca@valencia/LC_MESSAGES/kdevcmake.mo >>> share/locale/ca@valencia/LC_MESSAGES/kdevcmakebuilder.mo >>> -share/locale/ca@valencia/LC_MESSAGES/kdevcpp.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevcodeutils.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevcontextbrowser.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevcppcheck.mo >>> share/locale/ca@valencia/LC_MESSAGES/kdevcustombuildsystem.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevcustomdefinesandincludes.mo >>> share/locale/ca@valencia/LC_MESSAGES/kdevcustommake.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevcustomscript.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevcvs.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevdebuggercommon.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevdocker.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevdocumentswitcher.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevdocumentview.mo >>> share/locale/ca@valencia/LC_MESSAGES/kdevelop.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevexecute.mo >>> share/locale/ca@valencia/LC_MESSAGES/kdevexecuteplasmoid.mo >>> -share/locale/ca@valencia/LC_MESSAGES/kdevformatters.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevexecutescript.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevexternalscript.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevfilemanager.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevfiletemplates.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevflatpak.mo >>> share/locale/ca@valencia/LC_MESSAGES/kdevgdb.mo >>> share/locale/ca@valencia/LC_MESSAGES/kdevghprovider.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevgit.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevgrepview.mo >>> share/locale/ca@valencia/LC_MESSAGES/kdevkdeprovider.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevkonsole.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevlldb.mo >>> share/locale/ca@valencia/LC_MESSAGES/kdevmakebuilder.mo >>> share/locale/ca@valencia/LC_MESSAGES/kdevmanpage.mo >>> share/locale/ca@valencia/LC_MESSAGES/kdevninja.mo >>> share/locale/ca@valencia/LC_MESSAGES/kdevokteta.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevopenwith.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevpatchreview.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevperforce.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevplatform.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevproblemreporter.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevprojectfilter.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevprojectmanagerview.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevqmakebuilder.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevqmakemanager.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevqmljs.mo >>> share/locale/ca@valencia/LC_MESSAGES/kdevqthelp.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevquickopen.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevsourceformatter.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevstandardoutputview.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevsubversion.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevswitchtobuddy.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevtestview.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevvcsprojectintegration.mo >>> +share/locale/ca@valencia/LC_MESSAGES/kdevwelcomepage.mo >>> share/locale/ca@valencia/LC_MESSAGES/plasma_applet_kdevelopsessions.mo >>> share/locale/ca@valencia/LC_MESSAGES/plasma_runner_kdevelopsessions.mo >>> +share/locale/cs/LC_MESSAGES/kdevandroid.mo >>> +share/locale/cs/LC_MESSAGES/kdevappwizard.mo >>> +share/locale/cs/LC_MESSAGES/kdevastyle.mo >>> +share/locale/cs/LC_MESSAGES/kdevclang.mo >>> +share/locale/cs/LC_MESSAGES/kdevclassbrowser.mo >>> +share/locale/cs/LC_MESSAGES/kdevcmake.mo >>> +share/locale/cs/LC_MESSAGES/kdevcmakebuilder.mo >>> +share/locale/cs/LC_MESSAGES/kdevcodeutils.mo >>> +share/locale/cs/LC_MESSAGES/kdevcontextbrowser.mo >>> +share/locale/cs/LC_MESSAGES/kdevcppcheck.mo >>> +share/locale/cs/LC_MESSAGES/kdevcustombuildsystem.mo >>> +share/locale/cs/LC_MESSAGES/kdevcustomdefinesandincludes.mo >>> +share/locale/cs/LC_MESSAGES/kdevcustommake.mo >>> +share/locale/cs/LC_MESSAGES/kdevcustomscript.mo >>> +share/locale/cs/LC_MESSAGES/kdevcvs.mo >>> +share/locale/cs/LC_MESSAGES/kdevdebuggercommon.mo >>> +share/locale/cs/LC_MESSAGES/kdevdocker.mo >>> +share/locale/cs/LC_MESSAGES/kdevdocumentswitcher.mo >>> +share/locale/cs/LC_MESSAGES/kdevdocumentview.mo >>> +share/locale/cs/LC_MESSAGES/kdevelop.mo >>> +share/locale/cs/LC_MESSAGES/kdevexecute.mo >>> +share/locale/cs/LC_MESSAGES/kdevexecuteplasmoid.mo >>> +share/locale/cs/LC_MESSAGES/kdevexecutescript.mo >>> +share/locale/cs/LC_MESSAGES/kdevexternalscript.mo >>> +share/locale/cs/LC_MESSAGES/kdevfilemanager.mo >>> +share/locale/cs/LC_MESSAGES/kdevfiletemplates.mo >>> +share/locale/cs/LC_MESSAGES/kdevflatpak.mo >>> +share/locale/cs/LC_MESSAGES/kdevgdb.mo >>> +share/locale/cs/LC_MESSAGES/kdevghprovider.mo >>> +share/locale/cs/LC_MESSAGES/kdevgit.mo >>> +share/locale/cs/LC_MESSAGES/kdevgrepview.mo >>> +share/locale/cs/LC_MESSAGES/kdevkdeprovider.mo >>> +share/locale/cs/LC_MESSAGES/kdevkonsole.mo >>> +share/locale/cs/LC_MESSAGES/kdevlldb.mo >>> +share/locale/cs/LC_MESSAGES/kdevmakebuilder.mo >>> +share/locale/cs/LC_MESSAGES/kdevmanpage.mo >>> +share/locale/cs/LC_MESSAGES/kdevninja.mo >>> +share/locale/cs/LC_MESSAGES/kdevokteta.mo >>> +share/locale/cs/LC_MESSAGES/kdevopenwith.mo >>> +share/locale/cs/LC_MESSAGES/kdevpatchreview.mo >>> +share/locale/cs/LC_MESSAGES/kdevperforce.mo >>> +share/locale/cs/LC_MESSAGES/kdevplatform.mo >>> +share/locale/cs/LC_MESSAGES/kdevproblemreporter.mo >>> +share/locale/cs/LC_MESSAGES/kdevprojectfilter.mo >>> +share/locale/cs/LC_MESSAGES/kdevprojectmanagerview.mo >>> +share/locale/cs/LC_MESSAGES/kdevqmakebuilder.mo >>> +share/locale/cs/LC_MESSAGES/kdevqmakemanager.mo >>> +share/locale/cs/LC_MESSAGES/kdevqmljs.mo >>> +share/locale/cs/LC_MESSAGES/kdevqthelp.mo >>> +share/locale/cs/LC_MESSAGES/kdevquickopen.mo >>> +share/locale/cs/LC_MESSAGES/kdevsourceformatter.mo >>> +share/locale/cs/LC_MESSAGES/kdevstandardoutputview.mo >>> +share/locale/cs/LC_MESSAGES/kdevsubversion.mo >>> +share/locale/cs/LC_MESSAGES/kdevswitchtobuddy.mo >>> +share/locale/cs/LC_MESSAGES/kdevtestview.mo >>> +share/locale/cs/LC_MESSAGES/kdevvcsprojectintegration.mo >>> +share/locale/cs/LC_MESSAGES/kdevwelcomepage.mo >>> +share/locale/cs/LC_MESSAGES/plasma_applet_kdevelopsessions.mo >>> +share/locale/cs/LC_MESSAGES/plasma_runner_kdevelopsessions.mo >>> +share/locale/cy/LC_MESSAGES/kdevelop.mo >>> +share/locale/da/LC_MESSAGES/kdevappwizard.mo >>> +share/locale/da/LC_MESSAGES/kdevastyle.mo >>> +share/locale/da/LC_MESSAGES/kdevclassbrowser.mo
