pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

remove kdelibs4support, khtml, kjs, kjsembed, krunner - moved to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Mon Aug 22 11:37:01 2016 +1200
Changeset:	40b59c7777fbd925e424b567ceace1cc0b3bf806

Modified Files:
	Makefile
Removed Files:
	kdelibs4support/DESCR
	kdelibs4support/Makefile
	kdelibs4support/PLIST
	kdelibs4support/buildlink3.mk
	kdelibs4support/distinfo
	kdelibs4support/patches/patch-src_CMakeLists.txt
	kdelibs4support/patches/patch-src_kssl_kssl_CMakeLists.txt
	khtml/DESCR
	khtml/Makefile
	khtml/PLIST
	khtml/buildlink3.mk
	khtml/distinfo
	khtml/patches/patch-src_CMakeLists.txt
	kjs/DESCR
	kjs/Makefile
	kjs/PLIST
	kjs/buildlink3.mk
	kjs/distinfo
	kjs/patches/patch-src_kjs_JSImmediate.h
	kjs/patches/patch-src_wtf_DisallowCType.h
	kjsembed/DESCR
	kjsembed/Makefile
	kjsembed/PLIST
	kjsembed/buildlink3.mk
	kjsembed/distinfo
	krunner/DESCR
	krunner/Makefile
	krunner/PLIST
	krunner/buildlink3.mk
	krunner/distinfo

Log Message:
remove kdelibs4support, khtml, kjs, kjsembed, krunner - moved to pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=40b59c7777fbd925e424b567ceace1cc0b3bf806

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                                           |    5 -
 kdelibs4support/DESCR                              |   15 -
 kdelibs4support/Makefile                           |   45 -
 kdelibs4support/PLIST                              | 1948 --------------------
 kdelibs4support/buildlink3.mk                      |   18 -
 kdelibs4support/distinfo                           |    8 -
 kdelibs4support/patches/patch-src_CMakeLists.txt   |   23 -
 .../patches/patch-src_kssl_kssl_CMakeLists.txt     |   11 -
 khtml/DESCR                                        |    2 -
 khtml/Makefile                                     |   26 -
 khtml/PLIST                                        |  171 --
 khtml/buildlink3.mk                                |   18 -
 khtml/distinfo                                     |    7 -
 khtml/patches/patch-src_CMakeLists.txt             |   15 -
 kjs/DESCR                                          |    3 -
 kjs/Makefile                                       |   18 -
 kjs/PLIST                                          |  109 --
 kjs/buildlink3.mk                                  |   14 -
 kjs/distinfo                                       |    8 -
 kjs/patches/patch-src_kjs_JSImmediate.h            |   13 -
 kjs/patches/patch-src_wtf_DisallowCType.h          |   19 -
 kjsembed/DESCR                                     |    2 -
 kjsembed/Makefile                                  |   22 -
 kjsembed/PLIST                                     |  120 --
 kjsembed/buildlink3.mk                             |   18 -
 kjsembed/distinfo                                  |    6 -
 krunner/DESCR                                      |    9 -
 krunner/Makefile                                   |   18 -
 krunner/PLIST                                      |   25 -
 krunner/buildlink3.mk                              |   16 -
 krunner/distinfo                                   |    6 -
 31 files changed, 2738 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index cd62f37..a71638a 100644
--- a/Makefile
+++ b/Makefile
@@ -1463,7 +1463,6 @@ SUBDIR+=	kde-gtk-config
 SUBDIR+=	kde-runtime4
 SUBDIR+=	kde5
 SUBDIR+=	kdecoration
-SUBDIR+=	kdelibs4support
 SUBDIR+=	keepassx-git
 SUBDIR+=	kgamma5
 SUBDIR+=	kget
@@ -1472,14 +1471,11 @@ SUBDIR+=	kgraphviewer
 SUBDIR+=	khard-git
 SUBDIR+=	khelpcenter
 SUBDIR+=	khotkeys
-SUBDIR+=	khtml
 SUBDIR+=	kibana
 SUBDIR+=	kinfocenter
 SUBDIR+=	kino
 SUBDIR+=	kio-extras
 SUBDIR+=	kissme
-SUBDIR+=	kjs
-SUBDIR+=	kjsembed
 SUBDIR+=	klamav
 SUBDIR+=	kmenuedit
 SUBDIR+=	kmymoney-devel
@@ -1492,7 +1488,6 @@ SUBDIR+=	konsole
 SUBDIR+=	korelib
 SUBDIR+=	kpanta
 SUBDIR+=	kplayer
-SUBDIR+=	krunner
 SUBDIR+=	krusader
 SUBDIR+=	kscreen
 SUBDIR+=	kscreenlocker
diff --git a/kdelibs4support/DESCR b/kdelibs4support/DESCR
deleted file mode 100644
index 0890867..0000000
--- a/kdelibs4support/DESCR
+++ /dev/null
@@ -1,15 +0,0 @@
-This framework provides code and utilities to ease the transition from
-kdelibs 4 to KDE Frameworks 5.  This includes CMake macros and C++
-classes whose functionality has been replaced by code in CMake, Qt and
-other frameworks.
-
-Code should aim to port away from this framework eventually.  The API
-documentation of the classes in this framework and the notes at
-<http://community.kde.org/Frameworks/Porting_Notes> should help with
-this.
-
-Note that some of the classes in this framework, especially
-KStandardDirs, may not work correctly unless any libraries and other
-software using the KDELibs 4 Support framework are installed to the same
-location as KDELibs4Support, although it may be sufficient to set the
-KDEDIRS environment variable correctly.
diff --git a/kdelibs4support/Makefile b/kdelibs4support/Makefile
deleted file mode 100644
index 4b07ace..0000000
--- a/kdelibs4support/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
-
-DISTNAME=	kdelibs4support-${KF5VER}
-CATEGORIES=	devel
-
-HOMEPAGE=	https://community.kde.org/Frameworks
-COMMENT=	Porting aid from KDELibs4
-LICENSE=	gnu-gpl-v2 AND gnu-lgpl-v2.1
-
-.include "../../meta-pkgs/kf5/Makefile.common"
-MASTER_SITES=	${MASTER_SITE_KDE:=frameworks/5.21/portingAids/}
-
-BUILD_DEPENDS+=	kdoctools>=${KF5VER}:../../devel/kdoctools
-BUILD_DEPENDS+=	p5-URI-[0-9]*:../../www/p5-URI
-DEPENDS+=	kded>=${KF5VER}:../../x11/kded
-
-USE_TOOLS+=	perl:run pkg-config
-
-REPLACE_PERL+= src/kio/fileshareset
-
-MAKE_DIRS+=	${PKG_SYSCONFDIR}/xdg/colors
-CONF_FILES+=	${PREFIX}/share/examples/kdelibs4support/kdebug.areas \
-		${PKG_SYSCONFDIR}/xdg/kdebug.areas
-CONF_FILES+=	${PREFIX}/share/examples/kdelibs4support/kdebugrc \
-		${PKG_SYSCONFDIR}/xdg/kdebugrc
-CONF_FILES+=	${PREFIX}/share/examples/kdelibs4support/ksslcalist \
-		${PKG_SYSCONFDIR}/xdg/ksslcalist
-CONF_FILES+=	${PREFIX}/share/examples/kdelibs4support/colors/40.colors \
-		${PKG_SYSCONFDIR}/xdg/colors/40.colors
-CONF_FILES+=	${PREFIX}/share/examples/kdelibs4support/colors/Oxygen.colors \
-		${PKG_SYSCONFDIR}/xdg/colors/Oxygen.colors
-CONF_FILES+=	${PREFIX}/share/examples/kdelibs4support/colors/Rainbow.colors \
-		${PKG_SYSCONFDIR}/xdg/colors/Rainbow.colors
-CONF_FILES+=	${PREFIX}/share/examples/kdelibs4support/colors/Royal.colors \
-		${PKG_SYSCONFDIR}/xdg/colors/Royal.colors
-CONF_FILES+=	${PREFIX}/share/examples/kdelibs4support/colors/Web.colors \
-		${PKG_SYSCONFDIR}/xdg/colors/Web.colors
-
-#.include "../../x11/kdesignerplugin/buildlink3.mk"
-.include "../../misc/kemoticons/buildlink3.mk"
-.include "../../devel/kitemmodels/buildlink3.mk"
-.include "../../misc/kunitconversion/buildlink3.mk"
-.include "../../devel/kparts/buildlink3.mk"
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/kdelibs4support/PLIST b/kdelibs4support/PLIST
deleted file mode 100644
index d5cb2ad..0000000
--- a/kdelibs4support/PLIST
+++ /dev/null
@@ -1,1948 +0,0 @@
-@comment $NetBSD$
-bin/kdebugdialog5
-bin/kf5-config
-include/KF5/KDELibs4Support/KDE/ConversionCheck/QVconvertible
-include/KF5/KDELibs4Support/KDE/ConversionCheck/type_toQString
-include/KF5/KDELibs4Support/KDE/ConversionCheck/type_toQVariant
-include/KF5/KDELibs4Support/KDE/DOM/AbstractView
-include/KF5/KDELibs4Support/KDE/DOM/Attr
-include/KF5/KDELibs4Support/KDE/DOM/CDATASection
-include/KF5/KDELibs4Support/KDE/DOM/CSSCharsetRule
-include/KF5/KDELibs4Support/KDE/DOM/CSSException
-include/KF5/KDELibs4Support/KDE/DOM/CSSFontFaceRule
-include/KF5/KDELibs4Support/KDE/DOM/CSSImportRule
-include/KF5/KDELibs4Support/KDE/DOM/CSSMediaRule
-include/KF5/KDELibs4Support/KDE/DOM/CSSPageRule
-include/KF5/KDELibs4Support/KDE/DOM/CSSPrimitiveValue
-include/KF5/KDELibs4Support/KDE/DOM/CSSRule
-include/KF5/KDELibs4Support/KDE/DOM/CSSRuleList
-include/KF5/KDELibs4Support/KDE/DOM/CSSStyleDeclaration
-include/KF5/KDELibs4Support/KDE/DOM/CSSStyleRule
-include/KF5/KDELibs4Support/KDE/DOM/CSSStyleSheet
-include/KF5/KDELibs4Support/KDE/DOM/CSSUnknownRule
-include/KF5/KDELibs4Support/KDE/DOM/CSSValue
-include/KF5/KDELibs4Support/KDE/DOM/CSSValueList
-include/KF5/KDELibs4Support/KDE/DOM/CharacterData
-include/KF5/KDELibs4Support/KDE/DOM/Comment
-include/KF5/KDELibs4Support/KDE/DOM/Counter
-include/KF5/KDELibs4Support/KDE/DOM/CustomNodeFilter
-include/KF5/KDELibs4Support/KDE/DOM/DOMException
-include/KF5/KDELibs4Support/KDE/DOM/DOMImplementation
-include/KF5/KDELibs4Support/KDE/DOM/DOMString
-include/KF5/KDELibs4Support/KDE/DOM/Document
-include/KF5/KDELibs4Support/KDE/DOM/DocumentFragment
-include/KF5/KDELibs4Support/KDE/DOM/DocumentStyle
-include/KF5/KDELibs4Support/KDE/DOM/DocumentType
-include/KF5/KDELibs4Support/KDE/DOM/DomShared
-include/KF5/KDELibs4Support/KDE/DOM/Element
-include/KF5/KDELibs4Support/KDE/DOM/Entity
-include/KF5/KDELibs4Support/KDE/DOM/EntityReference
-include/KF5/KDELibs4Support/KDE/DOM/Event
-include/KF5/KDELibs4Support/KDE/DOM/EventException
-include/KF5/KDELibs4Support/KDE/DOM/EventListener
-include/KF5/KDELibs4Support/KDE/DOM/HTMLAnchorElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLAppletElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLAreaElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLBRElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLBaseElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLBaseFontElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLBlockquoteElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLBodyElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLButtonElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLCollection
-include/KF5/KDELibs4Support/KDE/DOM/HTMLDListElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLDirectoryElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLDivElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLDocument
-include/KF5/KDELibs4Support/KDE/DOM/HTMLElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLFieldSetElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLFontElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLFormCollection
-include/KF5/KDELibs4Support/KDE/DOM/HTMLFormElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLFrameElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLFrameSetElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLHRElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLHeadElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLHeadingElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLHtmlElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLIFrameElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLImageElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLInputElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLIsIndexElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLLIElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLLabelElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLLayerElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLLegendElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLLinkElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLMapElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLMenuElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLMetaElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLModElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLOListElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLObjectElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLOptGroupElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLOptionElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLParagraphElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLParamElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLPreElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLQuoteElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLScriptElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLSelectElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLStyleElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLTableCaptionElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLTableCellElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLTableColElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLTableElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLTableRowElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLTableSectionElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLTextAreaElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLTitleElement
-include/KF5/KDELibs4Support/KDE/DOM/HTMLUListElement
-include/KF5/KDELibs4Support/KDE/DOM/KeyboardEvent
-include/KF5/KDELibs4Support/KDE/DOM/LinkStyle
-include/KF5/KDELibs4Support/KDE/DOM/MediaList
-include/KF5/KDELibs4Support/KDE/DOM/MouseEvent
-include/KF5/KDELibs4Support/KDE/DOM/MutationEvent
-include/KF5/KDELibs4Support/KDE/DOM/NamedNodeMap
-include/KF5/KDELibs4Support/KDE/DOM/Node
-include/KF5/KDELibs4Support/KDE/DOM/NodeFilter
-include/KF5/KDELibs4Support/KDE/DOM/NodeIterator
-include/KF5/KDELibs4Support/KDE/DOM/NodeList
-include/KF5/KDELibs4Support/KDE/DOM/Notation
-include/KF5/KDELibs4Support/KDE/DOM/ProcessingInstruction
-include/KF5/KDELibs4Support/KDE/DOM/RGBColor
-include/KF5/KDELibs4Support/KDE/DOM/Range
-include/KF5/KDELibs4Support/KDE/DOM/RangeException
-include/KF5/KDELibs4Support/KDE/DOM/Rect
-include/KF5/KDELibs4Support/KDE/DOM/StyleSheet
-include/KF5/KDELibs4Support/KDE/DOM/StyleSheetList
-include/KF5/KDELibs4Support/KDE/DOM/Text
-include/KF5/KDELibs4Support/KDE/DOM/TextEvent
-include/KF5/KDELibs4Support/KDE/DOM/TreeWalker
-include/KF5/KDELibs4Support/KDE/DOM/UIEvent
-include/KF5/KDELibs4Support/KDE/K4AboutData
-include/KF5/KDELibs4Support/KDE/KACL
-include/KF5/KDELibs4Support/KDE/KAboutApplicationDialog
-include/KF5/KDELibs4Support/KDE/KAboutData
-include/KF5/KDELibs4Support/KDE/KAboutPerson
-include/KF5/KDELibs4Support/KDE/KAccelGen/Deref
-include/KF5/KDELibs4Support/KDE/KAccelGen/Deref_Key
-include/KF5/KDELibs4Support/KDE/KAcceleratorManager
-include/KF5/KDELibs4Support/KDE/KAction
-include/KF5/KDELibs4Support/KDE/KActionCategory
-include/KF5/KDELibs4Support/KDE/KActionCollection
-include/KF5/KDELibs4Support/KDE/KActionMenu
-include/KF5/KDELibs4Support/KDE/KActionSelector
-include/KF5/KDELibs4Support/KDE/KAnimatedButton
-include/KF5/KDELibs4Support/KDE/KApplication
-include/KF5/KDELibs4Support/KDE/KAr
-include/KF5/KDELibs4Support/KDE/KArchive
-include/KF5/KDELibs4Support/KDE/KArchiveDirectory
-include/KF5/KDELibs4Support/KDE/KArchiveEntry
-include/KF5/KDELibs4Support/KDE/KArchiveFile
-include/KF5/KDELibs4Support/KDE/KArrowButton
-include/KF5/KDELibs4Support/KDE/KAscii
-include/KF5/KDELibs4Support/KDE/KAssistantDialog
-include/KF5/KDELibs4Support/KDE/KAuth/Action
-include/KF5/KDELibs4Support/KDE/KAuth/ActionReply
-include/KF5/KDELibs4Support/KDE/KAuth/ActionWatcher
-include/KF5/KDELibs4Support/KDE/KAuth/HelperSupport
-include/KF5/KDELibs4Support/KDE/KAuthorized
-include/KF5/KDELibs4Support/KDE/KAutoMount
-include/KF5/KDELibs4Support/KDE/KAutoSaveFile
-include/KF5/KDELibs4Support/KDE/KAutoUnmount
-include/KF5/KDELibs4Support/KDE/KAutostart
-include/KF5/KDELibs4Support/KDE/KBookmark
-include/KF5/KDELibs4Support/KDE/KBookmarkAction
-include/KF5/KDELibs4Support/KDE/KBookmarkActionInterface
-include/KF5/KDELibs4Support/KDE/KBookmarkActionMenu
-include/KF5/KDELibs4Support/KDE/KBookmarkDialog
-include/KF5/KDELibs4Support/KDE/KBookmarkDomBuilder
-include/KF5/KDELibs4Support/KDE/KBookmarkExporterBase
-include/KF5/KDELibs4Support/KDE/KBookmarkGroup
-include/KF5/KDELibs4Support/KDE/KBookmarkGroupTraverser
-include/KF5/KDELibs4Support/KDE/KBookmarkImporterBase
-include/KF5/KDELibs4Support/KDE/KBookmarkManager
-include/KF5/KDELibs4Support/KDE/KBookmarkMenu
-include/KF5/KDELibs4Support/KDE/KBookmarkOwner
-include/KF5/KDELibs4Support/KDE/KBreadcrumbSelectionModel
-include/KF5/KDELibs4Support/KDE/KBugReport
-include/KF5/KDELibs4Support/KDE/KBuildSycocaProgressDialog
-include/KF5/KDELibs4Support/KDE/KButtonGroup
-include/KF5/KDELibs4Support/KDE/KCModule
-include/KF5/KDELibs4Support/KDE/KCModuleContainer
-include/KF5/KDELibs4Support/KDE/KCModuleInfo
-include/KF5/KDELibs4Support/KDE/KCModuleLoader
-include/KF5/KDELibs4Support/KDE/KCModuleProxy
-include/KF5/KDELibs4Support/KDE/KCMultiDialog
-include/KF5/KDELibs4Support/KDE/KCalendarSystem
-include/KF5/KDELibs4Support/KDE/KCalendarSystemFactory
-include/KF5/KDELibs4Support/KDE/KCapacityBar
-include/KF5/KDELibs4Support/KDE/KCategorizedSortFilterProxyModel
-include/KF5/KDELibs4Support/KDE/KCategorizedView
-include/KF5/KDELibs4Support/KDE/KCategoryDrawer
-include/KF5/KDELibs4Support/KDE/KCharMacroExpander
-include/KF5/KDELibs4Support/KDE/KCharSelect
-include/KF5/KDELibs4Support/KDE/KCharsets
-include/KF5/KDELibs4Support/KDE/KCheckableProxyModel
-include/KF5/KDELibs4Support/KDE/KCmdLineArgs
-include/KF5/KDELibs4Support/KDE/KCmdLineOptions
-include/KF5/KDELibs4Support/KDE/KCodecAction
-include/KF5/KDELibs4Support/KDE/KCodecs
-include/KF5/KDELibs4Support/KDE/KColor
-include/KF5/KDELibs4Support/KDE/KColorButton
-include/KF5/KDELibs4Support/KDE/KColorCells
-include/KF5/KDELibs4Support/KDE/KColorCollection
-include/KF5/KDELibs4Support/KDE/KColorCombo
-include/KF5/KDELibs4Support/KDE/KColorDialog
-include/KF5/KDELibs4Support/KDE/KColorMimeData
-include/KF5/KDELibs4Support/KDE/KColorPatch
-include/KF5/KDELibs4Support/KDE/KColorScheme
-include/KF5/KDELibs4Support/KDE/KColorTable
-include/KF5/KDELibs4Support/KDE/KColorUtils
-include/KF5/KDELibs4Support/KDE/KColorValueSelector
-include/KF5/KDELibs4Support/KDE/KComboBox
-include/KF5/KDELibs4Support/KDE/KCompletion
-include/KF5/KDELibs4Support/KDE/KCompletionBase
-include/KF5/KDELibs4Support/KDE/KCompletionBox
-include/KF5/KDELibs4Support/KDE/KCompletionMatches
-include/KF5/KDELibs4Support/KDE/KComponentData
-include/KF5/KDELibs4Support/KDE/KCompositeJob
-include/KF5/KDELibs4Support/KDE/KConfig
-include/KF5/KDELibs4Support/KDE/KConfigBase
-include/KF5/KDELibs4Support/KDE/KConfigDialog
-include/KF5/KDELibs4Support/KDE/KConfigDialogManager
-include/KF5/KDELibs4Support/KDE/KConfigGroup
-include/KF5/KDELibs4Support/KDE/KConfigSkeleton
-include/KF5/KDELibs4Support/KDE/KConfigSkeletonGenericItem
-include/KF5/KDELibs4Support/KDE/KConfigSkeletonItem
-include/KF5/KDELibs4Support/KDE/KCrash
-include/KF5/KDELibs4Support/KDE/KCrashBookmarkImporter
-include/KF5/KDELibs4Support/KDE/KCrashBookmarkImporterImpl
-include/KF5/KDELibs4Support/KDE/KCurrencyCode
-include/KF5/KDELibs4Support/KDE/KCursor
-include/KF5/KDELibs4Support/KDE/KDBusServiceStarter
-include/KF5/KDELibs4Support/KDE/KDEDModule
-include/KF5/KDELibs4Support/KDE/KDEPrintDialog
-include/KF5/KDELibs4Support/KDE/KDEsuClient
-include/KF5/KDELibs4Support/KDE/KDNSSD/Configuration
-include/KF5/KDELibs4Support/KDE/KDNSSD/DomainBrowser
-include/KF5/KDELibs4Support/KDE/KDNSSD/DomainModel
-include/KF5/KDELibs4Support/KDE/KDNSSD/PublicService
-include/KF5/KDELibs4Support/KDE/KDNSSD/RemoteService
-include/KF5/KDELibs4Support/KDE/KDNSSD/ServiceBase
-include/KF5/KDELibs4Support/KDE/KDNSSD/ServiceBrowser
-include/KF5/KDELibs4Support/KDE/KDNSSD/ServiceModel
-include/KF5/KDELibs4Support/KDE/KDNSSD/ServiceTypeBrowser
-include/KF5/KDELibs4Support/KDE/KDataTool
-include/KF5/KDELibs4Support/KDE/KDataToolAction
-include/KF5/KDELibs4Support/KDE/KDataToolInfo
-include/KF5/KDELibs4Support/KDE/KDateComboBox
-include/KF5/KDELibs4Support/KDE/KDatePicker
-include/KF5/KDELibs4Support/KDE/KDateTable
-include/KF5/KDELibs4Support/KDE/KDateTime
-include/KF5/KDELibs4Support/KDE/KDateTimeEdit
-include/KF5/KDELibs4Support/KDE/KDateTimeWidget
-include/KF5/KDELibs4Support/KDE/KDateValidator
-include/KF5/KDELibs4Support/KDE/KDateWidget
-include/KF5/KDELibs4Support/KDE/KDebug
-include/KF5/KDELibs4Support/KDE/KDescendantsProxyModel
-include/KF5/KDELibs4Support/KDE/KDesktopFile
-include/KF5/KDELibs4Support/KDE/KDeviceListModel
-include/KF5/KDELibs4Support/KDE/KDialog
-include/KF5/KDELibs4Support/KDE/KDialogButtonBox
-include/KF5/KDELibs4Support/KDE/KDialogJobUiDelegate
-include/KF5/KDELibs4Support/KDE/KDirLister
-include/KF5/KDELibs4Support/KDE/KDirModel
-include/KF5/KDELibs4Support/KDE/KDirNotify
-include/KF5/KDELibs4Support/KDE/KDirOperator
-include/KF5/KDELibs4Support/KDE/KDirSelectDialog
-include/KF5/KDELibs4Support/KDE/KDirSortFilterProxyModel
-include/KF5/KDELibs4Support/KDE/KDirWatch
-include/KF5/KDELibs4Support/KDE/KDiskFreeSpace
-include/KF5/KDELibs4Support/KDE/KDiskFreeSpaceInfo
-include/KF5/KDELibs4Support/KDE/KDoubleNumInput
-include/KF5/KDELibs4Support/KDE/KDoubleValidator
-include/KF5/KDELibs4Support/KDE/KDualAction
-include/KF5/KDELibs4Support/KDE/KEMailSettings
-include/KF5/KDELibs4Support/KDE/KEditListBox
-include/KF5/KDELibs4Support/KDE/KEditListWidget
-include/KF5/KDELibs4Support/KDE/KEditToolBar
-include/KF5/KDELibs4Support/KDE/KEmoticons
-include/KF5/KDELibs4Support/KDE/KEmoticonsProvider
-include/KF5/KDELibs4Support/KDE/KEmoticonsTheme
-include/KF5/KDELibs4Support/KDE/KEncodingFileDialog
-include/KF5/KDELibs4Support/KDE/KEncodingProber
-include/KF5/KDELibs4Support/KDE/KExtendableItemDelegate
-include/KF5/KDELibs4Support/KDE/KFadeWidgetEffect
-include/KF5/KDELibs4Support/KDE/KFile
-include/KF5/KDELibs4Support/KDE/KFileDialog
-include/KF5/KDELibs4Support/KDE/KFileFilterCombo
-include/KF5/KDELibs4Support/KDE/KFileItem
-include/KF5/KDELibs4Support/KDE/KFileItemActions
-include/KF5/KDELibs4Support/KDE/KFileItemDelegate
-include/KF5/KDELibs4Support/KDE/KFileItemList
-include/KF5/KDELibs4Support/KDE/KFileItemListProperties
-include/KF5/KDELibs4Support/KDE/KFileMetaDataWidget
-include/KF5/KDELibs4Support/KDE/KFileMetaInfo
-include/KF5/KDELibs4Support/KDE/KFileMetaInfoGroup
-include/KF5/KDELibs4Support/KDE/KFileMetaInfoItem
-include/KF5/KDELibs4Support/KDE/KFilePlacesModel
-include/KF5/KDELibs4Support/KDE/KFilePlacesView
-include/KF5/KDELibs4Support/KDE/KFilePreviewGenerator
-include/KF5/KDELibs4Support/KDE/KFileShare
-include/KF5/KDELibs4Support/KDE/KFileSharePropsPlugin
-include/KF5/KDELibs4Support/KDE/KFileTreeBranch
-include/KF5/KDELibs4Support/KDE/KFileTreeView
-include/KF5/KDELibs4Support/KDE/KFileWidget
-include/KF5/KDELibs4Support/KDE/KFileWritePlugin
-include/KF5/KDELibs4Support/KDE/KFilterBase
-include/KF5/KDELibs4Support/KDE/KFilterDev
-include/KF5/KDELibs4Support/KDE/KFilterProxySearchLine
-include/KF5/KDELibs4Support/KDE/KFind
-include/KF5/KDELibs4Support/KDE/KFindDialog
-include/KF5/KDELibs4Support/KDE/KFontAction
-include/KF5/KDELibs4Support/KDE/KFontChooser
-include/KF5/KDELibs4Support/KDE/KFontComboBox
-include/KF5/KDELibs4Support/KDE/KFontDialog
-include/KF5/KDELibs4Support/KDE/KFontRequester
-include/KF5/KDELibs4Support/KDE/KFontSizeAction
-include/KF5/KDELibs4Support/KDE/KFontUtils
-include/KF5/KDELibs4Support/KDE/KGenericFactory
-include/KF5/KDELibs4Support/KDE/KGenericFactoryBase
-include/KF5/KDELibs4Support/KDE/KGlobal
-include/KF5/KDELibs4Support/KDE/KGlobalAccel
-include/KF5/KDELibs4Support/KDE/KGlobalSettings
-include/KF5/KDELibs4Support/KDE/KGlobalShortcutInfo
-include/KF5/KDELibs4Support/KDE/KGradientSelector
-include/KF5/KDELibs4Support/KDE/KGraphicsWebView
-include/KF5/KDELibs4Support/KDE/KGuiItem
-include/KF5/KDELibs4Support/KDE/KHBox
-include/KF5/KDELibs4Support/KDE/KHTMLPart
-include/KF5/KDELibs4Support/KDE/KHTMLSettings
-include/KF5/KDELibs4Support/KDE/KHTMLView
-include/KF5/KDELibs4Support/KDE/KHelpMenu
-include/KF5/KDELibs4Support/KDE/KHistoryComboBox
-include/KF5/KDELibs4Support/KDE/KHueSaturationSelector
-include/KF5/KDELibs4Support/KDE/KIEBookmarkExporterImpl
-include/KF5/KDELibs4Support/KDE/KIEBookmarkImporter
-include/KF5/KDELibs4Support/KDE/KIEBookmarkImporterImpl
-include/KF5/KDELibs4Support/KDE/KIMProxy
-include/KF5/KDELibs4Support/KDE/KIO/AccessManager
-include/KF5/KDELibs4Support/KDE/KIO/AuthInfo
-include/KF5/KDELibs4Support/KDE/KIO/ChmodJob
-include/KF5/KDELibs4Support/KDE/KIO/Connection
-include/KF5/KDELibs4Support/KDE/KIO/CopyInfo
-include/KF5/KDELibs4Support/KDE/KIO/CopyJob
-include/KF5/KDELibs4Support/KDE/KIO/DavJob
-include/KF5/KDELibs4Support/KDE/KIO/DeleteJob
-include/KF5/KDELibs4Support/KDE/KIO/FileCopyJob
-include/KF5/KDELibs4Support/KDE/KIO/FileJob
-include/KF5/KDELibs4Support/KDE/KIO/ForwardingSlaveBase
-include/KF5/KDELibs4Support/KDE/KIO/Job
-include/KF5/KDELibs4Support/KDE/KIO/JobClasses
-include/KF5/KDELibs4Support/KDE/KIO/JobUiDelegate
-include/KF5/KDELibs4Support/KDE/KIO/ListJob
-include/KF5/KDELibs4Support/KDE/KIO/MetaData
-include/KF5/KDELibs4Support/KDE/KIO/MetaInfoJob
-include/KF5/KDELibs4Support/KDE/KIO/MimetypeJob
-include/KF5/KDELibs4Support/KDE/KIO/MultiGetJob
-include/KF5/KDELibs4Support/KDE/KIO/NetAccess
-include/KF5/KDELibs4Support/KDE/KIO/NetRC
-include/KF5/KDELibs4Support/KDE/KIO/PasswordDialog
-include/KF5/KDELibs4Support/KDE/KIO/PreviewJob
-include/KF5/KDELibs4Support/KDE/KIO/RenameDialog
-include/KF5/KDELibs4Support/KDE/KIO/Scheduler
-include/KF5/KDELibs4Support/KDE/KIO/SessionData
-include/KF5/KDELibs4Support/KDE/KIO/SimpleJob
-include/KF5/KDELibs4Support/KDE/KIO/SkipDialog
-include/KF5/KDELibs4Support/KDE/KIO/Slave
-include/KF5/KDELibs4Support/KDE/KIO/SlaveBase
-include/KF5/KDELibs4Support/KDE/KIO/SlaveConfig
-include/KF5/KDELibs4Support/KDE/KIO/SlaveInterface
-include/KF5/KDELibs4Support/KDE/KIO/StatJob
-include/KF5/KDELibs4Support/KDE/KIO/StoredTransferJob
-include/KF5/KDELibs4Support/KDE/KIO/TCPSlaveBase
-include/KF5/KDELibs4Support/KDE/KIO/Task
-include/KF5/KDELibs4Support/KDE/KIO/TransferJob
-include/KF5/KDELibs4Support/KDE/KIcon
-include/KF5/KDELibs4Support/KDE/KIconButton
-include/KF5/KDELibs4Support/KDE/KIconDialog
-include/KF5/KDELibs4Support/KDE/KIconEffect
-include/KF5/KDELibs4Support/KDE/KIconLoader
-include/KF5/KDELibs4Support/KDE/KIconTheme
-include/KF5/KDELibs4Support/KDE/KIdentityProxyModel
-include/KF5/KDELibs4Support/KDE/KIdleTime
-include/KF5/KDELibs4Support/KDE/KImageCache
-include/KF5/KDELibs4Support/KDE/KImageFilePreview
-include/KF5/KDELibs4Support/KDE/KImageIO
-include/KF5/KDELibs4Support/KDE/KInputDialog
-include/KF5/KDELibs4Support/KDE/KIntNumInput
-include/KF5/KDELibs4Support/KDE/KIntSpinBox
-include/KF5/KDELibs4Support/KDE/KIntValidator
-include/KF5/KDELibs4Support/KDE/KJob
-include/KF5/KDELibs4Support/KDE/KJobTrackerInterface
-include/KF5/KDELibs4Support/KDE/KJobUiDelegate
-include/KF5/KDELibs4Support/KDE/KKeySequenceWidget
-include/KF5/KDELibs4Support/KDE/KLanguageButton
-include/KF5/KDELibs4Support/KDE/KLed
-include/KF5/KDELibs4Support/KDE/KLibLoader
-include/KF5/KDELibs4Support/KDE/KLibrary
-include/KF5/KDELibs4Support/KDE/KLineEdit
-include/KF5/KDELibs4Support/KDE/KLinkItemSelectionModel
-include/KF5/KDELibs4Support/KDE/KListWidget
-include/KF5/KDELibs4Support/KDE/KListWidgetSearchLine
-include/KF5/KDELibs4Support/KDE/KLocale
-include/KF5/KDELibs4Support/KDE/KLocalizedDate
-include/KF5/KDELibs4Support/KDE/KLocalizedString
-include/KF5/KDELibs4Support/KDE/KLockFile
-include/KF5/KDELibs4Support/KDE/KMD5
-include/KF5/KDELibs4Support/KDE/KMacroExpanderBase
-include/KF5/KDELibs4Support/KDE/KMainWindow
-include/KF5/KDELibs4Support/KDE/KMakeTypeList
-include/KF5/KDELibs4Support/KDE/KMediaPlayer/Player
-include/KF5/KDELibs4Support/KDE/KMediaPlayer/View
-include/KF5/KDELibs4Support/KDE/KMenu
-include/KF5/KDELibs4Support/KDE/KMenuBar
-include/KF5/KDELibs4Support/KDE/KMessage
-include/KF5/KDELibs4Support/KDE/KMessageBox
-include/KF5/KDELibs4Support/KDE/KMessageBoxMessageHandler
-include/KF5/KDELibs4Support/KDE/KMessageHandler
-include/KF5/KDELibs4Support/KDE/KMessageWidget
-include/KF5/KDELibs4Support/KDE/KMimeType
-include/KF5/KDELibs4Support/KDE/KMimeTypeChooser
-include/KF5/KDELibs4Support/KDE/KMimeTypeChooserDialog
-include/KF5/KDELibs4Support/KDE/KMimeTypeResolver
-include/KF5/KDELibs4Support/KDE/KMimeTypeTrader
-include/KF5/KDELibs4Support/KDE/KModelIndexProxyMapper
-include/KF5/KDELibs4Support/KDE/KModifierKeyInfo
-include/KF5/KDELibs4Support/KDE/KMountPoint
-include/KF5/KDELibs4Support/KDE/KMozillaBookmarkImporterImpl
-include/KF5/KDELibs4Support/KDE/KMultiTabBar
-include/KF5/KDELibs4Support/KDE/KMultiTabBarButton
-include/KF5/KDELibs4Support/KDE/KMultiTabBarTab
-include/KF5/KDELibs4Support/KDE/KNFSShare
-include/KF5/KDELibs4Support/KDE/KNS/Author
-include/KF5/KDELibs4Support/KDE/KNS/Category
-include/KF5/KDELibs4Support/KDE/KNS/Engine
-include/KF5/KDELibs4Support/KDE/KNS/Entry
-include/KF5/KDELibs4Support/KDE/KNS/Installation
-include/KF5/KDELibs4Support/KDE/KNS/KTranslatable
-include/KF5/KDELibs4Support/KDE/KNS3/DownloadDialog
-include/KF5/KDELibs4Support/KDE/KNS3/Entry
-include/KF5/KDELibs4Support/KDE/KNS3/KNewStuffAction
-include/KF5/KDELibs4Support/KDE/KNS3/KNewStuffButton
-include/KF5/KDELibs4Support/KDE/KNSBookmarkExporter
-include/KF5/KDELibs4Support/KDE/KNSBookmarkExporterImpl
-include/KF5/KDELibs4Support/KDE/KNSBookmarkImporter
-include/KF5/KDELibs4Support/KDE/KNSBookmarkImporterImpl
-include/KF5/KDELibs4Support/KDE/KNTLM
-include/KF5/KDELibs4Support/KDE/KNameAndUrlInputDialog
-include/KF5/KDELibs4Support/KDE/KNetwork/KActiveSocketBase
-include/KF5/KDELibs4Support/KDE/KNetwork/KBufferedSocket
-include/KF5/KDELibs4Support/KDE/KNetwork/KClientSocketBase
-include/KF5/KDELibs4Support/KDE/KNetwork/KInetSocketAddress
-include/KF5/KDELibs4Support/KDE/KNetwork/KIpAddress
-include/KF5/KDELibs4Support/KDE/KNetwork/KPassiveSocketBase
-include/KF5/KDELibs4Support/KDE/KNetwork/KResolver
-include/KF5/KDELibs4Support/KDE/KNetwork/KResolverEntry
-include/KF5/KDELibs4Support/KDE/KNetwork/KResolverResults
-include/KF5/KDELibs4Support/KDE/KNetwork/KReverseResolver
-include/KF5/KDELibs4Support/KDE/KNetwork/KServerSocket
-include/KF5/KDELibs4Support/KDE/KNetwork/KSocketAddress
-include/KF5/KDELibs4Support/KDE/KNetwork/KSocketBase
-include/KF5/KDELibs4Support/KDE/KNetwork/KSocketDevice
-include/KF5/KDELibs4Support/KDE/KNetwork/KSocketDeviceFactory
-include/KF5/KDELibs4Support/KDE/KNetwork/KStreamSocket
-include/KF5/KDELibs4Support/KDE/KNetwork/KUnixSocketAddress
-include/KF5/KDELibs4Support/KDE/KNewFileMenu
-include/KF5/KDELibs4Support/KDE/KNewPasswordDialog
-include/KF5/KDELibs4Support/KDE/KNotification
-include/KF5/KDELibs4Support/KDE/KNotificationRestrictions
-include/KF5/KDELibs4Support/KDE/KNotifyConfigWidget
-include/KF5/KDELibs4Support/KDE/KNumInput
-include/KF5/KDELibs4Support/KDE/KOCRDialog
-include/KF5/KDELibs4Support/KDE/KOpenWithDialog
-include/KF5/KDELibs4Support/KDE/KOperaBookmarkExporterImpl
-include/KF5/KDELibs4Support/KDE/KOperaBookmarkImporter
-include/KF5/KDELibs4Support/KDE/KOperaBookmarkImporterImpl
-include/KF5/KDELibs4Support/KDE/KPageDialog
-include/KF5/KDELibs4Support/KDE/KPageModel
-include/KF5/KDELibs4Support/KDE/KPageView
-include/KF5/KDELibs4Support/KDE/KPageWidget
-include/KF5/KDELibs4Support/KDE/KPageWidgetItem
-include/KF5/KDELibs4Support/KDE/KPageWidgetModel
-include/KF5/KDELibs4Support/KDE/KParts/BrowserExtension
-include/KF5/KDELibs4Support/KDE/KParts/BrowserHostExtension
-include/KF5/KDELibs4Support/KDE/KParts/BrowserInterface
-include/KF5/KDELibs4Support/KDE/KParts/BrowserRun
-include/KF5/KDELibs4Support/KDE/KParts/DockMainWindow3
-include/KF5/KDELibs4Support/KDE/KParts/Event
-include/KF5/KDELibs4Support/KDE/KParts/Factory
-include/KF5/KDELibs4Support/KDE/KParts/FileInfoExtension
-include/KF5/KDELibs4Support/KDE/KParts/GUIActivateEvent
-include/KF5/KDELibs4Support/KDE/KParts/GenericFactory
-include/KF5/KDELibs4Support/KDE/KParts/GenericFactoryBase
-include/KF5/KDELibs4Support/KDE/KParts/HistoryProvider
-include/KF5/KDELibs4Support/KDE/KParts/HtmlExtension
-include/KF5/KDELibs4Support/KDE/KParts/ListingExtension
-include/KF5/KDELibs4Support/KDE/KParts/LiveConnectExtension
-include/KF5/KDELibs4Support/KDE/KParts/MainWindow
-include/KF5/KDELibs4Support/KDE/KParts/OpenUrlEvent
-include/KF5/KDELibs4Support/KDE/KParts/Part
-include/KF5/KDELibs4Support/KDE/KParts/PartActivateEvent
-include/KF5/KDELibs4Support/KDE/KParts/PartBase
-include/KF5/KDELibs4Support/KDE/KParts/PartManager
-include/KF5/KDELibs4Support/KDE/KParts/PartSelectEvent
-include/KF5/KDELibs4Support/KDE/KParts/Plugin
-include/KF5/KDELibs4Support/KDE/KParts/ReadOnlyPart
-include/KF5/KDELibs4Support/KDE/KParts/ReadWritePart
-include/KF5/KDELibs4Support/KDE/KParts/StatusBarExtension
-include/KF5/KDELibs4Support/KDE/KParts/TextExtension
-include/KF5/KDELibs4Support/KDE/KParts/WindowArgs
-include/KF5/KDELibs4Support/KDE/KPassivePopup
-include/KF5/KDELibs4Support/KDE/KPassivePopupMessageHandler
-include/KF5/KDELibs4Support/KDE/KPasswordDialog
-include/KF5/KDELibs4Support/KDE/KPasteTextAction
-include/KF5/KDELibs4Support/KDE/KPixmapCache
-include/KF5/KDELibs4Support/KDE/KPixmapProvider
-include/KF5/KDELibs4Support/KDE/KPixmapRegionSelectorDialog
-include/KF5/KDELibs4Support/KDE/KPixmapRegionSelectorWidget
-include/KF5/KDELibs4Support/KDE/KPixmapSequence
-include/KF5/KDELibs4Support/KDE/KPixmapSequenceOverlayPainter
-include/KF5/KDELibs4Support/KDE/KPixmapSequenceWidget
-include/KF5/KDELibs4Support/KDE/KPlotAxis
-include/KF5/KDELibs4Support/KDE/KPlotObject
-include/KF5/KDELibs4Support/KDE/KPlotPoint
-include/KF5/KDELibs4Support/KDE/KPlotWidget
-include/KF5/KDELibs4Support/KDE/KPluginFactory
-include/KF5/KDELibs4Support/KDE/KPluginInfo
-include/KF5/KDELibs4Support/KDE/KPluginLoader
-include/KF5/KDELibs4Support/KDE/KPluginSelector
-include/KF5/KDELibs4Support/KDE/KPopupFrame
-include/KF5/KDELibs4Support/KDE/KPreviewWidgetBase
-include/KF5/KDELibs4Support/KDE/KPrintPreview
-include/KF5/KDELibs4Support/KDE/KProcess
-include/KF5/KDELibs4Support/KDE/KProgressDialog
-include/KF5/KDELibs4Support/KDE/KPropertiesDialog
-include/KF5/KDELibs4Support/KDE/KProtocolInfo
-include/KF5/KDELibs4Support/KDE/KProtocolManager
-include/KF5/KDELibs4Support/KDE/KPty
-include/KF5/KDELibs4Support/KDE/KPtyDevice
-include/KF5/KDELibs4Support/KDE/KPtyProcess
-include/KF5/KDELibs4Support/KDE/KPushButton
-include/KF5/KDELibs4Support/KDE/KRandom
-include/KF5/KDELibs4Support/KDE/KRandomSequence
-include/KF5/KDELibs4Support/KDE/KRatingPainter
-include/KF5/KDELibs4Support/KDE/KRatingWidget
-include/KF5/KDELibs4Support/KDE/KRecentDocument
-include/KF5/KDELibs4Support/KDE/KRecentFilesAction
-include/KF5/KDELibs4Support/KDE/KRecursiveFilterProxyModel
-include/KF5/KDELibs4Support/KDE/KRegExpEditorInterface
-include/KF5/KDELibs4Support/KDE/KRemoteEncoding
-include/KF5/KDELibs4Support/KDE/KReplace
-include/KF5/KDELibs4Support/KDE/KReplaceDialog
-include/KF5/KDELibs4Support/KDE/KRestrictedLine
-include/KF5/KDELibs4Support/KDE/KRichTextEdit
-include/KF5/KDELibs4Support/KDE/KRichTextWidget
-include/KF5/KDELibs4Support/KDE/KRuler
-include/KF5/KDELibs4Support/KDE/KRun
-include/KF5/KDELibs4Support/KDE/KSambaShare
-include/KF5/KDELibs4Support/KDE/KSambaShareData
-include/KF5/KDELibs4Support/KDE/KSaveFile
-include/KF5/KDELibs4Support/KDE/KScanDialog
-include/KF5/KDELibs4Support/KDE/KSelectAction
-include/KF5/KDELibs4Support/KDE/KSelectionOwner
-include/KF5/KDELibs4Support/KDE/KSelectionProxyModel
-include/KF5/KDELibs4Support/KDE/KSelectionWatcher
-include/KF5/KDELibs4Support/KDE/KSelector
-include/KF5/KDELibs4Support/KDE/KSeparator
-include/KF5/KDELibs4Support/KDE/KService
-include/KF5/KDELibs4Support/KDE/KServiceAction
-include/KF5/KDELibs4Support/KDE/KServiceGroup
-include/KF5/KDELibs4Support/KDE/KServiceType
-include/KF5/KDELibs4Support/KDE/KServiceTypeProfile
-include/KF5/KDELibs4Support/KDE/KServiceTypeTrader
-include/KF5/KDELibs4Support/KDE/KSessionManager
-include/KF5/KDELibs4Support/KDE/KSettings/Dialog
-include/KF5/KDELibs4Support/KDE/KSettings/Dispatcher
-include/KF5/KDELibs4Support/KDE/KSettings/PluginPage
-include/KF5/KDELibs4Support/KDE/KSharedConfig
-include/KF5/KDELibs4Support/KDE/KSharedConfigPtr
-include/KF5/KDELibs4Support/KDE/KSharedDataCache
-include/KF5/KDELibs4Support/KDE/KSharedPtr
-include/KF5/KDELibs4Support/KDE/KShell
-include/KF5/KDELibs4Support/KDE/KShellCompletion
-include/KF5/KDELibs4Support/KDE/KShortcut
-include/KF5/KDELibs4Support/KDE/KShortcutWidget
-include/KF5/KDELibs4Support/KDE/KShortcutsDialog
-include/KF5/KDELibs4Support/KDE/KShortcutsEditor
-include/KF5/KDELibs4Support/KDE/KSortableItem
-include/KF5/KDELibs4Support/KDE/KSortableList
-include/KF5/KDELibs4Support/KDE/KSplashScreen
-include/KF5/KDELibs4Support/KDE/KSqueezedTextLabel
-include/KF5/KDELibs4Support/KDE/KStandardAction
-include/KF5/KDELibs4Support/KDE/KStandardDirs
-include/KF5/KDELibs4Support/KDE/KStandardGuiItem
-include/KF5/KDELibs4Support/KDE/KStandardShortcut
-include/KF5/KDELibs4Support/KDE/KStartupInfo
-include/KF5/KDELibs4Support/KDE/KStartupInfoData
-include/KF5/KDELibs4Support/KDE/KStartupInfoId
-include/KF5/KDELibs4Support/KDE/KStatusBar
-include/KF5/KDELibs4Support/KDE/KStatusBarJobTracker
-include/KF5/KDELibs4Support/KDE/KStatusBarOfflineIndicator
-include/KF5/KDELibs4Support/KDE/KStatusNotifierItem
-include/KF5/KDELibs4Support/KDE/KStringHandler
-include/KF5/KDELibs4Support/KDE/KStringListValidator
-include/KF5/KDELibs4Support/KDE/KStyle
-include/KF5/KDELibs4Support/KDE/KStyleFactory
-include/KF5/KDELibs4Support/KDE/KSycoca
-include/KF5/KDELibs4Support/KDE/KSycocaEntry
-include/KF5/KDELibs4Support/KDE/KSystemEventFilter
-include/KF5/KDELibs4Support/KDE/KSystemTimeZone
-include/KF5/KDELibs4Support/KDE/KSystemTimeZoneSource
-include/KF5/KDELibs4Support/KDE/KSystemTimeZones
-include/KF5/KDELibs4Support/KDE/KSystemTrayIcon
-include/KF5/KDELibs4Support/KDE/KTabBar
-include/KF5/KDELibs4Support/KDE/KTabWidget
-include/KF5/KDELibs4Support/KDE/KTar
-include/KF5/KDELibs4Support/KDE/KTempDir
-include/KF5/KDELibs4Support/KDE/KTemporaryFile
-include/KF5/KDELibs4Support/KDE/KTextBrowser
-include/KF5/KDELibs4Support/KDE/KTextEdit
-include/KF5/KDELibs4Support/KDE/KTimeComboBox
-include/KF5/KDELibs4Support/KDE/KTimeZone
-include/KF5/KDELibs4Support/KDE/KTimeZoneData
-include/KF5/KDELibs4Support/KDE/KTimeZoneSource
-include/KF5/KDELibs4Support/KDE/KTimeZoneWidget
-include/KF5/KDELibs4Support/KDE/KTimeZones
-include/KF5/KDELibs4Support/KDE/KTipDatabase
-include/KF5/KDELibs4Support/KDE/KTipDialog
-include/KF5/KDELibs4Support/KDE/KTitleWidget
-include/KF5/KDELibs4Support/KDE/KToggleAction
-include/KF5/KDELibs4Support/KDE/KToggleFullScreenAction
-include/KF5/KDELibs4Support/KDE/KToggleToolBarAction
-include/KF5/KDELibs4Support/KDE/KToolBar
-include/KF5/KDELibs4Support/KDE/KToolBarLabelAction
-include/KF5/KDELibs4Support/KDE/KToolBarPopupAction
-include/KF5/KDELibs4Support/KDE/KToolBarSpacerAction
-include/KF5/KDELibs4Support/KDE/KToolInvocation
-include/KF5/KDELibs4Support/KDE/KTreeWidgetSearchLine
-include/KF5/KDELibs4Support/KDE/KTreeWidgetSearchLineWidget
-include/KF5/KDELibs4Support/KDE/KTypeList
-include/KF5/KDELibs4Support/KDE/KTypeListIndexOf
-include/KF5/KDELibs4Support/KDE/KTypeListLength
-include/KF5/KDELibs4Support/KDE/KTzfileTimeZone
-include/KF5/KDELibs4Support/KDE/KTzfileTimeZoneSource
-include/KF5/KDELibs4Support/KDE/KUndoActions
-include/KF5/KDELibs4Support/KDE/KUniqueApplication
-include/KF5/KDELibs4Support/KDE/KUnitConversion/Converter
-include/KF5/KDELibs4Support/KDE/KUnitConversion/Unit
-include/KF5/KDELibs4Support/KDE/KUnitConversion/UnitCategory
-include/KF5/KDELibs4Support/KDE/KUnitConversion/Value
-include/KF5/KDELibs4Support/KDE/KUnitTest/Runner
-include/KF5/KDELibs4Support/KDE/KUnitTest/SlotTester
-include/KF5/KDELibs4Support/KDE/KUnitTest/TestResults
-include/KF5/KDELibs4Support/KDE/KUnitTest/Tester
-include/KF5/KDELibs4Support/KDE/KUriFilter
-include/KF5/KDELibs4Support/KDE/KUriFilterData
-include/KF5/KDELibs4Support/KDE/KUriFilterPlugin
-include/KF5/KDELibs4Support/KDE/KUrl
-include/KF5/KDELibs4Support/KDE/KUrlAuthorized
-include/KF5/KDELibs4Support/KDE/KUrlComboBox
-include/KF5/KDELibs4Support/KDE/KUrlComboRequester
-include/KF5/KDELibs4Support/KDE/KUrlCompletion
-include/KF5/KDELibs4Support/KDE/KUrlLabel
-include/KF5/KDELibs4Support/KDE/KUrlNavigator
-include/KF5/KDELibs4Support/KDE/KUrlPixmapProvider
-include/KF5/KDELibs4Support/KDE/KUrlRequester
-include/KF5/KDELibs4Support/KDE/KUrlRequesterDialog
-include/KF5/KDELibs4Support/KDE/KUser
-include/KF5/KDELibs4Support/KDE/KUserGroup
-include/KF5/KDELibs4Support/KDE/KVBox
-include/KF5/KDELibs4Support/KDE/KViewStateMaintainer
-include/KF5/KDELibs4Support/KDE/KViewStateSaver
-include/KF5/KDELibs4Support/KDE/KWallet/Wallet
-include/KF5/KDELibs4Support/KDE/KWebPage
-include/KF5/KDELibs4Support/KDE/KWebPluginFactory
-include/KF5/KDELibs4Support/KDE/KWebView
-include/KF5/KDELibs4Support/KDE/KWebWallet
-include/KF5/KDELibs4Support/KDE/KWidgetItemDelegate
-include/KF5/KDELibs4Support/KDE/KWidgetJobTracker
-include/KF5/KDELibs4Support/KDE/KWindowInfo
-include/KF5/KDELibs4Support/KDE/KWindowSystem
-include/KF5/KDELibs4Support/KDE/KWordMacroExpander
-include/KF5/KDELibs4Support/KDE/KWordWrap
-include/KF5/KDELibs4Support/KDE/KXBELBookmarkImporterImpl
-include/KF5/KDELibs4Support/KDE/KXErrorHandler
-include/KF5/KDELibs4Support/KDE/KXMLGUIBuilder
-include/KF5/KDELibs4Support/KDE/KXMLGUIClient
-include/KF5/KDELibs4Support/KDE/KXMLGUIFactory
-include/KF5/KDELibs4Support/KDE/KXMessages
-include/KF5/KDELibs4Support/KDE/KXYSelector
-include/KF5/KDELibs4Support/KDE/KXmlGuiWindow
-include/KF5/KDELibs4Support/KDE/KZip
-include/KF5/KDELibs4Support/KDE/KZipFileEntry
-include/KF5/KDELibs4Support/KDE/KonqBookmarkMenu
-include/KF5/KDELibs4Support/KDE/KonqBookmarkOwner
-include/KF5/KDELibs4Support/KDE/Kross/Action
-include/KF5/KDELibs4Support/KDE/Kross/ActionCollection
-include/KF5/KDELibs4Support/KDE/Kross/ActionCollectionEditor
-include/KF5/KDELibs4Support/KDE/Kross/ActionCollectionModel
-include/KF5/KDELibs4Support/KDE/Kross/ActionCollectionProxyModel
-include/KF5/KDELibs4Support/KDE/Kross/ActionCollectionView
-include/KF5/KDELibs4Support/KDE/Kross/ChildrenInterface
-include/KF5/KDELibs4Support/KDE/Kross/ErrorInterface
-include/KF5/KDELibs4Support/KDE/Kross/Interpreter
-include/KF5/KDELibs4Support/KDE/Kross/InterpreterInfo
-include/KF5/KDELibs4Support/KDE/Kross/Manager
-include/KF5/KDELibs4Support/KDE/Kross/MetaFunction
-include/KF5/KDELibs4Support/KDE/Kross/MetaType
-include/KF5/KDELibs4Support/KDE/Kross/MetaTypeHandler
-include/KF5/KDELibs4Support/KDE/Kross/MetaTypeImpl
-include/KF5/KDELibs4Support/KDE/Kross/MetaTypeVariant
-include/KF5/KDELibs4Support/KDE/Kross/MetaTypeVoidStar
-include/KF5/KDELibs4Support/KDE/Kross/Object
-include/KF5/KDELibs4Support/KDE/Kross/Script
-include/KF5/KDELibs4Support/KDE/Kross/ScriptingPlugin
-include/KF5/KDELibs4Support/KDE/Kross/WrapperInterface
-include/KF5/KDELibs4Support/KDE/NET
-include/KF5/KDELibs4Support/KDE/NETRootInfo
-include/KF5/KDELibs4Support/KDE/NETWinInfo
-include/KF5/KDELibs4Support/KDE/Nepomuk/File
-include/KF5/KDELibs4Support/KDE/Nepomuk/KRatingPainter
-include/KF5/KDELibs4Support/KDE/Nepomuk/KRatingWidget
-include/KF5/KDELibs4Support/KDE/Nepomuk/MassUpdateJob
-include/KF5/KDELibs4Support/KDE/Nepomuk/Query/AndTerm
-include/KF5/KDELibs4Support/KDE/Nepomuk/Query/ComparisonTerm
-include/KF5/KDELibs4Support/KDE/Nepomuk/Query/FileQuery
-include/KF5/KDELibs4Support/KDE/Nepomuk/Query/GroupTerm
-include/KF5/KDELibs4Support/KDE/Nepomuk/Query/LiteralTerm
-include/KF5/KDELibs4Support/KDE/Nepomuk/Query/NegationTerm
-include/KF5/KDELibs4Support/KDE/Nepomuk/Query/OptionalTerm
-include/KF5/KDELibs4Support/KDE/Nepomuk/Query/OrTerm
-include/KF5/KDELibs4Support/KDE/Nepomuk/Query/Query
-include/KF5/KDELibs4Support/KDE/Nepomuk/Query/QueryParser
-include/KF5/KDELibs4Support/KDE/Nepomuk/Query/QueryServiceClient
-include/KF5/KDELibs4Support/KDE/Nepomuk/Query/ResourceTerm
-include/KF5/KDELibs4Support/KDE/Nepomuk/Query/ResourceTypeTerm
-include/KF5/KDELibs4Support/KDE/Nepomuk/Query/Result
-include/KF5/KDELibs4Support/KDE/Nepomuk/Query/SimpleTerm
-include/KF5/KDELibs4Support/KDE/Nepomuk/Query/StandardQuery
-include/KF5/KDELibs4Support/KDE/Nepomuk/Query/Term
-include/KF5/KDELibs4Support/KDE/Nepomuk/Resource
-include/KF5/KDELibs4Support/KDE/Nepomuk/ResourceManager
-include/KF5/KDELibs4Support/KDE/Nepomuk/Service
-include/KF5/KDELibs4Support/KDE/Nepomuk/Tag
-include/KF5/KDELibs4Support/KDE/Nepomuk/TagWidget
-include/KF5/KDELibs4Support/KDE/Nepomuk/Thing
-include/KF5/KDELibs4Support/KDE/Nepomuk/Types/Class
-include/KF5/KDELibs4Support/KDE/Nepomuk/Types/Literal
-include/KF5/KDELibs4Support/KDE/Nepomuk/Types/Ontology
-include/KF5/KDELibs4Support/KDE/Nepomuk/Types/Property
-include/KF5/KDELibs4Support/KDE/Nepomuk/Utils/DynamicResourceFacet
-include/KF5/KDELibs4Support/KDE/Nepomuk/Utils/Facet
-include/KF5/KDELibs4Support/KDE/Nepomuk/Utils/FacetWidget
-include/KF5/KDELibs4Support/KDE/Nepomuk/Utils/ProxyFacet
-include/KF5/KDELibs4Support/KDE/Nepomuk/Utils/ResourceModel
-include/KF5/KDELibs4Support/KDE/Nepomuk/Utils/SearchWidget
-include/KF5/KDELibs4Support/KDE/Nepomuk/Utils/SimpleFacet
-include/KF5/KDELibs4Support/KDE/Nepomuk/Utils/SimpleResourceModel
-include/KF5/KDELibs4Support/KDE/Nepomuk/Variant
-include/KF5/KDELibs4Support/KDE/Nepomuk/Vocabulary/NCAL
-include/KF5/KDELibs4Support/KDE/Nepomuk/Vocabulary/NCO
-include/KF5/KDELibs4Support/KDE/Nepomuk/Vocabulary/NDO
-include/KF5/KDELibs4Support/KDE/Nepomuk/Vocabulary/NEXIF
-include/KF5/KDELibs4Support/KDE/Nepomuk/Vocabulary/NFO
-include/KF5/KDELibs4Support/KDE/Nepomuk/Vocabulary/NIE
-include/KF5/KDELibs4Support/KDE/Nepomuk/Vocabulary/NMM
-include/KF5/KDELibs4Support/KDE/Nepomuk/Vocabulary/NMO
-include/KF5/KDELibs4Support/KDE/Nepomuk/Vocabulary/NUAO
-include/KF5/KDELibs4Support/KDE/Nepomuk/Vocabulary/PIMO
-include/KF5/KDELibs4Support/KDE/Nepomuk/Vocabulary/TMO
-include/KF5/KDELibs4Support/KDE/OrgKdeKDirNotifyInterface
-include/KF5/KDELibs4Support/KDE/PtyProcess
-include/KF5/KDELibs4Support/KDE/Solid/AcAdapter
-include/KF5/KDELibs4Support/KDE/Solid/AudioInterface
-include/KF5/KDELibs4Support/KDE/Solid/Battery
-include/KF5/KDELibs4Support/KDE/Solid/Block
-include/KF5/KDELibs4Support/KDE/Solid/Button
-include/KF5/KDELibs4Support/KDE/Solid/Camera
-include/KF5/KDELibs4Support/KDE/Solid/Device
-include/KF5/KDELibs4Support/KDE/Solid/DeviceInterface
-include/KF5/KDELibs4Support/KDE/Solid/DeviceNotifier
-include/KF5/KDELibs4Support/KDE/Solid/DvbInterface
-include/KF5/KDELibs4Support/KDE/Solid/GenericInterface
-include/KF5/KDELibs4Support/KDE/Solid/NetworkInterface
-include/KF5/KDELibs4Support/KDE/Solid/NetworkShare
-include/KF5/KDELibs4Support/KDE/Solid/Networking
-include/KF5/KDELibs4Support/KDE/Solid/OpticalDisc
-include/KF5/KDELibs4Support/KDE/Solid/OpticalDrive
-include/KF5/KDELibs4Support/KDE/Solid/PortableMediaPlayer
-include/KF5/KDELibs4Support/KDE/Solid/PowerManagement
-include/KF5/KDELibs4Support/KDE/Solid/Predicate
-include/KF5/KDELibs4Support/KDE/Solid/Processor
-include/KF5/KDELibs4Support/KDE/Solid/StorageAccess
-include/KF5/KDELibs4Support/KDE/Solid/StorageDrive
-include/KF5/KDELibs4Support/KDE/Solid/StorageVolume
-include/KF5/KDELibs4Support/KDE/Sonnet/ConfigDialog
-include/KF5/KDELibs4Support/KDE/Sonnet/ConfigWidget
-include/KF5/KDELibs4Support/KDE/Sonnet/Dialog
-include/KF5/KDELibs4Support/KDE/Sonnet/DictionaryComboBox
-include/KF5/KDELibs4Support/KDE/Sonnet/Highlighter
-include/KF5/KDELibs4Support/KDE/SshProcess
-include/KF5/KDELibs4Support/KDE/StubProcess
-include/KF5/KDELibs4Support/KDE/SuProcess
-include/KF5/KDELibs4Support/KDE/ThreadWeaver/DependencyPolicy
-include/KF5/KDELibs4Support/KDE/ThreadWeaver/Job
-include/KF5/KDELibs4Support/KDE/ThreadWeaver/JobCollection
-include/KF5/KDELibs4Support/KDE/ThreadWeaver/JobSequence
-include/KF5/KDELibs4Support/KDE/ThreadWeaver/QueuePolicy
-include/KF5/KDELibs4Support/KDE/ThreadWeaver/ResourceRestrictionPolicy
-include/KF5/KDELibs4Support/KDE/ThreadWeaver/State
-include/KF5/KDELibs4Support/KDE/ThreadWeaver/Thread
-include/KF5/KDELibs4Support/KDE/ThreadWeaver/Weaver
-include/KF5/KDELibs4Support/KDE/ThreadWeaver/WeaverInterface
-include/KF5/KDELibs4Support/KDE/ThreadWeaver/WeaverObserver
-include/KF5/KDELibs4Support/KDE/ThumbCreator
-include/KF5/KDELibs4Support/KDE/kdbgstream
-include/KF5/KDELibs4Support/KDE/khtml/DrawContentsEvent
-include/KF5/KDELibs4Support/KDE/khtml/MouseDoubleClickEvent
-include/KF5/KDELibs4Support/KDE/khtml/MouseEvent
-include/KF5/KDELibs4Support/KDE/khtml/MouseMoveEvent
-include/KF5/KDELibs4Support/KDE/khtml/MousePressEvent
-include/KF5/KDELibs4Support/KDE/khtml/MouseReleaseEvent
-include/KF5/KDELibs4Support/KDE/kndbgstream
-include/KF5/KDELibs4Support/k3bufferedsocket.h
-include/KF5/KDELibs4Support/k3clientsocketbase.h
-include/KF5/KDELibs4Support/k3resolver.h
-include/KF5/KDELibs4Support/k3reverseresolver.h
-include/KF5/KDELibs4Support/k3serversocket.h
-include/KF5/KDELibs4Support/k3socketaddress.h
-include/KF5/KDELibs4Support/k3socketbase.h
-include/KF5/KDELibs4Support/k3socketdevice.h
-include/KF5/KDELibs4Support/k3streamsocket.h
-include/KF5/KDELibs4Support/k4aboutdata.h
-include/KF5/KDELibs4Support/k4style.h
-include/KF5/KDELibs4Support/k4timezonewidget.h
-include/KF5/KDELibs4Support/kaccelgen.h
-include/KF5/KDELibs4Support/kaction.h
-include/KF5/KDELibs4Support/kapplication.h
-include/KF5/KDELibs4Support/karrowbutton.h
-include/KF5/KDELibs4Support/kascii.h
-include/KF5/KDELibs4Support/kbuttongroup.h
-include/KF5/KDELibs4Support/kcalendarsystem.h
-include/KF5/KDELibs4Support/kcmdlineargs.h
-include/KF5/KDELibs4Support/kcolorchoosermode.h
-include/KF5/KDELibs4Support/kcolordialog.h
-include/KF5/KDELibs4Support/kcolorvalueselector.h
-include/KF5/KDELibs4Support/kcomponentdata.h
-include/KF5/KDELibs4Support/kconfiggroup_kurl.h
-include/KF5/KDELibs4Support/kcurrencycode.h
-include/KF5/KDELibs4Support/kdatatool.h
-include/KF5/KDELibs4Support/kdatetime.h
-include/KF5/KDELibs4Support/kdatetimewidget.h
-include/KF5/KDELibs4Support/kdatewidget.h
-include/KF5/KDELibs4Support/kde_file.h
-include/KF5/KDELibs4Support/kdebug.h
-include/KF5/KDELibs4Support/kdefakes.h
-include/KF5/KDELibs4Support/kdelibs4support_export.h
-include/KF5/KDELibs4Support/kdelibs4support_export_internal.h
-include/KF5/KDELibs4Support/kdemacros.h
-include/KF5/KDELibs4Support/kdeprintdialog.h
-include/KF5/KDELibs4Support/kdeversion.h
-include/KF5/KDELibs4Support/kdevicelistmodel.h
-include/KF5/KDELibs4Support/kdialog.h
-include/KF5/KDELibs4Support/kdialogbuttonbox.h
-include/KF5/KDELibs4Support/kdirselectdialog.h
-include/KF5/KDELibs4Support/kdiskfreespace.h
-include/KF5/KDELibs4Support/keditlistbox.h
-include/KF5/KDELibs4Support/kfadewidgeteffect.h
-include/KF5/KDELibs4Support/kfiledialog.h
-include/KF5/KDELibs4Support/kfileitemactionplugin.h
-include/KF5/KDELibs4Support/kfilemetadataconfigurationwidget.h
-include/KF5/KDELibs4Support/kfilemetadatawidget.h
-include/KF5/KDELibs4Support/kfilemetainfo.h
-include/KF5/KDELibs4Support/kfilemetainfoitem.h
-include/KF5/KDELibs4Support/kfilemetainfowidget.h
-include/KF5/KDELibs4Support/kfileshare.h
-include/KF5/KDELibs4Support/kfilewriteplugin.h
-include/KF5/KDELibs4Support/kfontcombobox.h
-include/KF5/KDELibs4Support/kfontdialog.h
-include/KF5/KDELibs4Support/kgenericfactory.h
-include/KF5/KDELibs4Support/kgenericfactory.tcc
-include/KF5/KDELibs4Support/kglobal.h
-include/KF5/KDELibs4Support/kglobalsettings.h
-include/KF5/KDELibs4Support/khbox.h
-include/KF5/KDELibs4Support/khuesaturationselect.h
-include/KF5/KDELibs4Support/kicon.h
-include/KF5/KDELibs4Support/kimageio.h
-include/KF5/KDELibs4Support/kinputdialog.h
-include/KF5/KDELibs4Support/kio/metainfojob.h
-include/KF5/KDELibs4Support/kio/netaccess.h
-include/KF5/KDELibs4Support/kio/passworddialog.h
-include/KF5/KDELibs4Support/klibloader.h
-include/KF5/KDELibs4Support/klibrary.h
-include/KF5/KDELibs4Support/klistwidget.h
-include/KF5/KDELibs4Support/klocale.h
-include/KF5/KDELibs4Support/klocalizeddate.h
-include/KF5/KDELibs4Support/klockfile.h
-include/KF5/KDELibs4Support/kmd5.h
-include/KF5/KDELibs4Support/kmenu.h
-include/KF5/KDELibs4Support/kmenubar.h
-include/KF5/KDELibs4Support/kmessagebox_queued.h
-include/KF5/KDELibs4Support/kmessageboxmessagehandler.h
-include/KF5/KDELibs4Support/kmimetype.h
-include/KF5/KDELibs4Support/knewstuff3/downloaddialog.h
-include/KF5/KDELibs4Support/knewstuff3/downloadmanager.h
-include/KF5/KDELibs4Support/knewstuff3/downloadwidget.h
-include/KF5/KDELibs4Support/knewstuff3/entry.h
-include/KF5/KDELibs4Support/knewstuff3/knewstuffaction.h
-include/KF5/KDELibs4Support/knewstuff3/knewstuffbutton.h
-include/KF5/KDELibs4Support/knewstuff3/uploaddialog.h
-include/KF5/KDELibs4Support/knuminput.h
-include/KF5/KDELibs4Support/knumvalidator.h
-include/KF5/KDELibs4Support/kparts/factory.h
-include/KF5/KDELibs4Support/kparts/genericfactory.h
-include/KF5/KDELibs4Support/kparts/listingextension.h
-include/KF5/KDELibs4Support/kpassivepopupmessagehandler.h
-include/KF5/KDELibs4Support/kpixmapcache.h
-include/KF5/KDELibs4Support/kprintpreview.h
-include/KF5/KDELibs4Support/kprogressdialog.h
-include/KF5/KDELibs4Support/kpropsdialog.h
-include/KF5/KDELibs4Support/kpushbutton.h
-include/KF5/KDELibs4Support/krestrictedline.h
-include/KF5/KDELibs4Support/ksavefile.h
-include/KF5/KDELibs4Support/kscan.h
-include/KF5/KDELibs4Support/ksessionmanager.h
-include/KF5/KDELibs4Support/ksharedptr.h
-include/KF5/KDELibs4Support/kshortcut.h
-include/KF5/KDELibs4Support/ksocketfactory.h
-include/KF5/KDELibs4Support/ksplashscreen.h
-include/KF5/KDELibs4Support/kssl.h
-include/KF5/KDELibs4Support/ksslcertchain.h
-include/KF5/KDELibs4Support/ksslcertificate.h
-include/KF5/KDELibs4Support/ksslutils.h
-include/KF5/KDELibs4Support/ksslx509v3.h
-include/KF5/KDELibs4Support/kstandarddirs.h
-include/KF5/KDELibs4Support/kstatusbar.h
-include/KF5/KDELibs4Support/kstringhandler_deprecated.h
-include/KF5/KDELibs4Support/kstringvalidator.h
-include/KF5/KDELibs4Support/ksystemtimezone.h
-include/KF5/KDELibs4Support/ksystemtrayicon.h
-include/KF5/KDELibs4Support/ktabbar.h
-include/KF5/KDELibs4Support/ktabwidget.h
-include/KF5/KDELibs4Support/ktempdir.h
-include/KF5/KDELibs4Support/ktemporaryfile.h
-include/KF5/KDELibs4Support/ktextbrowser.h
-include/KF5/KDELibs4Support/ktimezone.h
-include/KF5/KDELibs4Support/ktypelist.h
-include/KF5/KDELibs4Support/ktzfiletimezone.h
-include/KF5/KDELibs4Support/kundostack.h
-include/KF5/KDELibs4Support/kuniqueapplication.h
-include/KF5/KDELibs4Support/kurl.h
-include/KF5/KDELibs4Support/kvbox.h
-include/KF5/KDELibs4Support/kviewstatesaver.h
-include/KF5/KDELibs4Support/kxerrorhandler.h
-include/KF5/KDELibs4Support/predicateproperties.h
-include/KF5/KDELibs4Support/qtest_kde.h
-include/KF5/KDELibs4Support/solid/networking.h
-include/KF5/KDELibs4Support/solid/powermanagement.h
-include/KF5/kdelibs4support_version.h
-lib/cmake/KDELibs4/KDELibsDependencies.cmake
-lib/cmake/KDELibs4/KF5KDELibs4LibraryTargets-noconfig.cmake
-lib/cmake/KDELibs4/KF5KDELibs4LibraryTargets.cmake
-lib/cmake/KDELibs4/Win32.Manifest.in
-lib/cmake/KDELibs4/kde4_cmake_uninstall.cmake.in
-lib/cmake/KF5KDE4Support/KF5KDE4SupportConfig.cmake
-lib/cmake/KF5KDE4Support/KF5KDE4SupportConfigVersion.cmake
-lib/cmake/KF5KDELibs4Support/BasicFindPackageVersion.cmake.in
-lib/cmake/KF5KDELibs4Support/CheckPointerMember.cmake
-lib/cmake/KF5KDELibs4Support/CheckPrototypeExists.cmake
-lib/cmake/KF5KDELibs4Support/CheckStructMember.cmake
-lib/cmake/KF5KDELibs4Support/ECMQt4To5Porting.cmake
-lib/cmake/KF5KDELibs4Support/FindACL.cmake
-lib/cmake/KF5KDELibs4Support/FindAGG.cmake
-lib/cmake/KF5KDELibs4Support/FindAkode.cmake
-lib/cmake/KF5KDELibs4Support/FindAlsa.cmake
-lib/cmake/KF5KDELibs4Support/FindBerkeleyDB.cmake
-lib/cmake/KF5KDELibs4Support/FindBlitz.cmake
-lib/cmake/KF5KDELibs4Support/FindBlueZ.cmake
-lib/cmake/KF5KDELibs4Support/FindCarbon.cmake
-lib/cmake/KF5KDELibs4Support/FindENCHANT.cmake
-lib/cmake/KF5KDELibs4Support/FindEigen.cmake
-lib/cmake/KF5KDELibs4Support/FindEigen2.cmake
-lib/cmake/KF5KDELibs4Support/FindExiv2.cmake
-lib/cmake/KF5KDELibs4Support/FindFFmpeg.cmake
-lib/cmake/KF5KDELibs4Support/FindFlac.cmake
-lib/cmake/KF5KDELibs4Support/FindFontconfig.cmake
-lib/cmake/KF5KDELibs4Support/FindGLIB2.cmake
-lib/cmake/KF5KDELibs4Support/FindGMP.cmake
-lib/cmake/KF5KDELibs4Support/FindGObject.cmake
-lib/cmake/KF5KDELibs4Support/FindGStreamer.cmake
-lib/cmake/KF5KDELibs4Support/FindGettext.cmake
-lib/cmake/KF5KDELibs4Support/FindGphoto2.cmake
-lib/cmake/KF5KDELibs4Support/FindIOKit.cmake
-lib/cmake/KF5KDELibs4Support/FindKDE4Workspace.cmake
-lib/cmake/KF5KDELibs4Support/FindKDevPlatform.cmake
-lib/cmake/KF5KDELibs4Support/FindKF5Transitional.cmake
-lib/cmake/KF5KDELibs4Support/FindKdcraw.cmake
-lib/cmake/KF5KDELibs4Support/FindKdeMultimedia.cmake
-lib/cmake/KF5KDELibs4Support/FindKexiv2.cmake
-lib/cmake/KF5KDELibs4Support/FindKipi.cmake
-lib/cmake/KF5KDELibs4Support/FindKopete.cmake
-lib/cmake/KF5KDELibs4Support/FindKorundum.cmake
-lib/cmake/KF5KDELibs4Support/FindLCMS.cmake
-lib/cmake/KF5KDELibs4Support/FindLibArt.cmake
-lib/cmake/KF5KDELibs4Support/FindLibKonq.cmake
-lib/cmake/KF5KDELibs4Support/FindLibLZMA.cmake
-lib/cmake/KF5KDELibs4Support/FindLibPython.py
-lib/cmake/KF5KDELibs4Support/FindLibraryWithDebug.cmake
-lib/cmake/KF5KDELibs4Support/FindLinuxWirelesstools.cmake
-lib/cmake/KF5KDELibs4Support/FindMusicBrainz.cmake
-lib/cmake/KF5KDELibs4Support/FindMySQL.cmake
-lib/cmake/KF5KDELibs4Support/FindNepomuk.cmake
-lib/cmake/KF5KDELibs4Support/FindNetworkManager.cmake
-lib/cmake/KF5KDELibs4Support/FindOggVorbis.cmake
-lib/cmake/KF5KDELibs4Support/FindPlasma.cmake
-lib/cmake/KF5KDELibs4Support/FindPopplerQt4.cmake
-lib/cmake/KF5KDELibs4Support/FindPulseAudio.cmake
-lib/cmake/KF5KDELibs4Support/FindPythonLibrary.cmake
-lib/cmake/KF5KDELibs4Support/FindQImageBlitz.cmake
-lib/cmake/KF5KDELibs4Support/FindQt5Transitional.cmake
-lib/cmake/KF5KDELibs4Support/FindSIP.cmake
-lib/cmake/KF5KDELibs4Support/FindSIP.py
-lib/cmake/KF5KDELibs4Support/FindSamba.cmake
-lib/cmake/KF5KDELibs4Support/FindSane.cmake
-lib/cmake/KF5KDELibs4Support/FindSasl2.cmake
-lib/cmake/KF5KDELibs4Support/FindSharedDesktopOntologies.cmake
-lib/cmake/KF5KDELibs4Support/FindSqlite.cmake
-lib/cmake/KF5KDELibs4Support/FindTaglib.cmake
-lib/cmake/KF5KDELibs4Support/FindUSB.cmake
-lib/cmake/KF5KDELibs4Support/FindWcecompat.cmake
-lib/cmake/KF5KDELibs4Support/FindXKB.cmake
-lib/cmake/KF5KDELibs4Support/FindXine.cmake
-lib/cmake/KF5KDELibs4Support/FindXmms.cmake
-lib/cmake/KF5KDELibs4Support/HandleImportedTargetsInCMakeRequiredLibraries.cmake
-lib/cmake/KF5KDELibs4Support/KDE4Defaults.cmake
-lib/cmake/KF5KDELibs4Support/KDE4Macros.cmake
-lib/cmake/KF5KDELibs4Support/KDECoreMacros.cmake
-lib/cmake/KF5KDELibs4Support/KDEUIMacros.cmake
-lib/cmake/KF5KDELibs4Support/KF5KDELibs4SupportConfig.cmake
-lib/cmake/KF5KDELibs4Support/KF5KDELibs4SupportConfigVersion.cmake
-lib/cmake/KF5KDELibs4Support/KF5KDELibs4SupportTargets-noconfig.cmake
-lib/cmake/KF5KDELibs4Support/KF5KDELibs4SupportTargets.cmake
-lib/cmake/KF5KDELibs4Support/MacroAppendIf.cmake
-lib/cmake/KF5KDELibs4Support/MacroBoolTo01.cmake
-lib/cmake/KF5KDELibs4Support/MacroEnsureOutOfSourceBuild.cmake
-lib/cmake/KF5KDELibs4Support/MacroKAuth.cmake
-lib/cmake/KF5KDELibs4Support/MacroLibrary.cmake
-lib/cmake/KF5KDELibs4Support/NepomukAddOntologyClasses.cmake
-lib/cmake/KF5KDELibs4Support/NepomukMacros.cmake
-lib/cmake/KF5KDELibs4Support/PythonCompile.py
-lib/cmake/KF5KDELibs4Support/PythonMacros.cmake
-lib/cmake/KF5KDELibs4Support/SIPMacros.cmake
-lib/cmake/KF5KDELibs4Support/Win32Macros.cmake
-lib/cmake/KF5KDELibs4Support/check_installed_exports_file.cmake
-lib/cmake/KF5KDELibs4Support/cmake-modules-styleguide.txt
-lib/cmake/KF5KDELibs4Support/config-alsa.h.cmake
-lib/cmake/KF5KDELibs4Support/create_exe_symlink.cmake
-lib/cmake/KF5KDELibs4Support/kde4_exec_via_sh.cmake
-lib/cmake/KF5KDELibs4Support/kde4uic.cmake
-lib/libKF5KDELibs4Support.so
-lib/libKF5KDELibs4Support.so.5
-lib/libKF5KDELibs4Support.so.${PKGVERSION}
-libexec/kf5/filesharelist
-libexec/kf5/fileshareset
-man/ca/man1/kf5-config.1
-man/de/man1/kf5-config.1
-man/it/man1/kf5-config.1
-man/man1/kf5-config.1
-man/nl/man1/kf5-config.1
-man/pt_BR/man1/kf5-config.1
-man/sv/man1/kf5-config.1
-man/uk/man1/kf5-config.1
-qt5/plugins/designer/kf5deprecatedwidgets.so
-qt5/plugins/kcm_ssl.so
-qt5/plugins/kf5/kded/networkstatus.so
-qt5/plugins/kf5/kio/metainfo.so
-share/dbus-1/interfaces/kf5_org.freedesktop.PowerManagement.Inhibit.xml
-share/dbus-1/interfaces/kf5_org.freedesktop.PowerManagement.xml
-share/dbus-1/interfaces/kf5_org.kde.Solid.Networking.Client.xml
-share/dbus-1/interfaces/kf5_org.kde.Solid.PowerManagement.PolicyAgent.xml
-share/doc/HTML/ca/kdebugdialog5/index.cache.bz2
-share/doc/HTML/ca/kdebugdialog5/index.docbook
-share/doc/HTML/de/kdebugdialog5/index.cache.bz2
-share/doc/HTML/de/kdebugdialog5/index.docbook
-share/doc/HTML/en/kcontrol/kcm_ssl/details.png
-share/doc/HTML/en/kcontrol/kcm_ssl/index.cache.bz2
-share/doc/HTML/en/kcontrol/kcm_ssl/index.docbook
-share/doc/HTML/en/kcontrol/kcm_ssl/module.png
-share/doc/HTML/en/kdebugdialog5/index.cache.bz2
-share/doc/HTML/en/kdebugdialog5/index.docbook
-share/doc/HTML/it/kdebugdialog5/index.cache.bz2
-share/doc/HTML/it/kdebugdialog5/index.docbook
-share/doc/HTML/nl/kdebugdialog5/index.cache.bz2
-share/doc/HTML/nl/kdebugdialog5/index.docbook
-share/doc/HTML/pt_BR/kdebugdialog5/index.cache.bz2
-share/doc/HTML/pt_BR/kdebugdialog5/index.docbook
-share/doc/HTML/sr/kdebugdialog5/index.cache.bz2
-share/doc/HTML/sr/kdebugdialog5/index.docbook
-share/doc/HTML/sr@latin/kdebugdialog5/index.cache.bz2
-share/doc/HTML/sr@latin/kdebugdialog5/index.docbook
-share/doc/HTML/sv/kdebugdialog5/index.cache.bz2
-share/doc/HTML/sv/kdebugdialog5/index.docbook
-share/doc/HTML/uk/kdebugdialog5/index.cache.bz2
-share/doc/HTML/uk/kdebugdialog5/index.docbook
-share/examples/kdelibs4support/colors/40.colors
-share/examples/kdelibs4support/colors/Oxygen.colors
-share/examples/kdelibs4support/colors/Rainbow.colors
-share/examples/kdelibs4support/colors/Royal.colors
-share/examples/kdelibs4support/colors/Web.colors
-share/examples/kdelibs4support/kdebug.areas
-share/examples/kdelibs4support/kdebugrc
-share/examples/kdelibs4support/ksslcalist
-share/kf5/kdoctools/customization/catalog4.xml
-share/kf5/kdoctools/customization/dtd/kdex.dtd
-share/kf5/kssl/ca-bundle.crt
-share/kf5/locale/countries/C/country.desktop
-share/kf5/locale/countries/C/flag.png
-share/kf5/locale/countries/ad/country.desktop
-share/kf5/locale/countries/ad/flag.png
-share/kf5/locale/countries/ae/country.desktop
-share/kf5/locale/countries/ae/flag.png
-share/kf5/locale/countries/af/country.desktop
-share/kf5/locale/countries/af/flag.png
-share/kf5/locale/countries/ag/country.desktop
-share/kf5/locale/countries/ag/flag.png
-share/kf5/locale/countries/ai/country.desktop
-share/kf5/locale/countries/ai/flag.png
-share/kf5/locale/countries/al/country.desktop
-share/kf5/locale/countries/al/flag.png
-share/kf5/locale/countries/am/country.desktop
-share/kf5/locale/countries/am/flag.png
-share/kf5/locale/countries/an/country.desktop
-share/kf5/locale/countries/an/flag.png
-share/kf5/locale/countries/ao/country.desktop
-share/kf5/locale/countries/ao/flag.png
-share/kf5/locale/countries/ar/country.desktop
-share/kf5/locale/countries/ar/flag.png
-share/kf5/locale/countries/as/country.desktop
-share/kf5/locale/countries/as/flag.png
-share/kf5/locale/countries/at/country.desktop
-share/kf5/locale/countries/at/flag.png
-share/kf5/locale/countries/au/country.desktop
-share/kf5/locale/countries/au/flag.png
-share/kf5/locale/countries/aw/country.desktop
-share/kf5/locale/countries/aw/flag.png
-share/kf5/locale/countries/ax/country.desktop
-share/kf5/locale/countries/ax/flag.png
-share/kf5/locale/countries/az/country.desktop
-share/kf5/locale/countries/az/flag.png
-share/kf5/locale/countries/ba/country.desktop
-share/kf5/locale/countries/ba/flag.png
-share/kf5/locale/countries/bb/country.desktop
-share/kf5/locale/countries/bb/flag.png
-share/kf5/locale/countries/bd/country.desktop
-share/kf5/locale/countries/bd/flag.png
-share/kf5/locale/countries/be/country.desktop
-share/kf5/locale/countries/be/flag.png
-share/kf5/locale/countries/bf/country.desktop
-share/kf5/locale/countries/bf/flag.png
-share/kf5/locale/countries/bg/country.desktop
-share/kf5/locale/countries/bg/flag.png
-share/kf5/locale/countries/bh/country.desktop
-share/kf5/locale/countries/bh/flag.png
-share/kf5/locale/countries/bi/country.desktop
-share/kf5/locale/countries/bi/flag.png
-share/kf5/locale/countries/bj/country.desktop
-share/kf5/locale/countries/bj/flag.png
-share/kf5/locale/countries/bl/country.desktop
-share/kf5/locale/countries/bl/flag.png
-share/kf5/locale/countries/bm/country.desktop
-share/kf5/locale/countries/bm/flag.png
-share/kf5/locale/countries/bn/country.desktop
-share/kf5/locale/countries/bn/flag.png
-share/kf5/locale/countries/bo/country.desktop
-share/kf5/locale/countries/bo/flag.png
-share/kf5/locale/countries/br/country.desktop
-share/kf5/locale/countries/br/flag.png
-share/kf5/locale/countries/bs/country.desktop
-share/kf5/locale/countries/bs/flag.png
-share/kf5/locale/countries/bt/country.desktop
-share/kf5/locale/countries/bt/flag.png
-share/kf5/locale/countries/bw/country.desktop
-share/kf5/locale/countries/bw/flag.png
-share/kf5/locale/countries/by/country.desktop
-share/kf5/locale/countries/by/flag.png
-share/kf5/locale/countries/bz/country.desktop
-share/kf5/locale/countries/bz/flag.png
-share/kf5/locale/countries/ca/country.desktop
-share/kf5/locale/countries/ca/flag.png
-share/kf5/locale/countries/caribbean.desktop
-share/kf5/locale/countries/cc/country.desktop
-share/kf5/locale/countries/cc/flag.png
-share/kf5/locale/countries/cd/country.desktop
-share/kf5/locale/countries/cd/flag.png
-share/kf5/locale/countries/centralafrica.desktop
-share/kf5/locale/countries/centralamerica.desktop
-share/kf5/locale/countries/centralasia.desktop
-share/kf5/locale/countries/centraleurope.desktop
-share/kf5/locale/countries/cf/country.desktop
-share/kf5/locale/countries/cf/flag.png
-share/kf5/locale/countries/cg/country.desktop
-share/kf5/locale/countries/cg/flag.png
-share/kf5/locale/countries/ch/country.desktop
-share/kf5/locale/countries/ch/flag.png
-share/kf5/locale/countries/ci/country.desktop
-share/kf5/locale/countries/ci/flag.png
-share/kf5/locale/countries/ck/country.desktop
-share/kf5/locale/countries/ck/flag.png
-share/kf5/locale/countries/cl/country.desktop
-share/kf5/locale/countries/cl/flag.png
-share/kf5/locale/countries/cm/country.desktop
-share/kf5/locale/countries/cm/flag.png
-share/kf5/locale/countries/cn/country.desktop
-share/kf5/locale/countries/cn/flag.png
-share/kf5/locale/countries/co/country.desktop
-share/kf5/locale/countries/co/flag.png
-share/kf5/locale/countries/cr/country.desktop
-share/kf5/locale/countries/cr/flag.png
-share/kf5/locale/countries/cu/country.desktop
-share/kf5/locale/countries/cu/flag.png
-share/kf5/locale/countries/cv/country.desktop
-share/kf5/locale/countries/cv/flag.png
-share/kf5/locale/countries/cx/country.desktop
-share/kf5/locale/countries/cx/flag.png
-share/kf5/locale/countries/cy/country.desktop
-share/kf5/locale/countries/cy/flag.png
-share/kf5/locale/countries/cz/country.desktop
-share/kf5/locale/countries/cz/flag.png
-share/kf5/locale/countries/de/country.desktop
-share/kf5/locale/countries/de/flag.png
-share/kf5/locale/countries/dj/country.desktop
-share/kf5/locale/countries/dj/flag.png
-share/kf5/locale/countries/dk/country.desktop
-share/kf5/locale/countries/dk/flag.png
-share/kf5/locale/countries/dm/country.desktop
-share/kf5/locale/countries/dm/flag.png
-share/kf5/locale/countries/do/country.desktop
-share/kf5/locale/countries/do/flag.png
-share/kf5/locale/countries/dz/country.desktop
-share/kf5/locale/countries/dz/flag.png
-share/kf5/locale/countries/eastafrica.desktop
-share/kf5/locale/countries/eastasia.desktop
-share/kf5/locale/countries/easteurope.desktop
-share/kf5/locale/countries/ec/country.desktop
-share/kf5/locale/countries/ec/flag.png
-share/kf5/locale/countries/ee/country.desktop
-share/kf5/locale/countries/ee/flag.png
-share/kf5/locale/countries/eg/country.desktop
-share/kf5/locale/countries/eg/flag.png
-share/kf5/locale/countries/eh/country.desktop
-share/kf5/locale/countries/eh/flag.png
-share/kf5/locale/countries/er/country.desktop
-share/kf5/locale/countries/er/flag.png
-share/kf5/locale/countries/es/country.desktop
-share/kf5/locale/countries/es/flag.png
-share/kf5/locale/countries/et/country.desktop
-share/kf5/locale/countries/et/flag.png
-share/kf5/locale/countries/fi/country.desktop
-share/kf5/locale/countries/fi/flag.png
-share/kf5/locale/countries/fj/country.desktop
-share/kf5/locale/countries/fj/flag.png
-share/kf5/locale/countries/fk/country.desktop
-share/kf5/locale/countries/fk/flag.png
-share/kf5/locale/countries/fm/country.desktop
-share/kf5/locale/countries/fm/flag.png
-share/kf5/locale/countries/fo/country.desktop
-share/kf5/locale/countries/fo/flag.png
-share/kf5/locale/countries/fr/country.desktop
-share/kf5/locale/countries/fr/flag.png
-share/kf5/locale/countries/ga/country.desktop
-share/kf5/locale/countries/ga/flag.png
-share/kf5/locale/countries/gb/country.desktop
-share/kf5/locale/countries/gb/flag.png
-share/kf5/locale/countries/gd/country.desktop
-share/kf5/locale/countries/gd/flag.png
-share/kf5/locale/countries/ge/country.desktop
-share/kf5/locale/countries/ge/flag.png
-share/kf5/locale/countries/gf/country.desktop
-share/kf5/locale/countries/gf/flag.png
-share/kf5/locale/countries/gg/country.desktop
-share/kf5/locale/countries/gg/flag.png
-share/kf5/locale/countries/gh/country.desktop
-share/kf5/locale/countries/gh/flag.png
-share/kf5/locale/countries/gi/country.desktop
-share/kf5/locale/countries/gi/flag.png
-share/kf5/locale/countries/gl/country.desktop
-share/kf5/locale/countries/gl/flag.png
-share/kf5/locale/countries/gm/country.desktop
-share/kf5/locale/countries/gm/flag.png
-share/kf5/locale/countries/gn/country.desktop
-share/kf5/locale/countries/gn/flag.png
-share/kf5/locale/countries/gp/country.desktop
-share/kf5/locale/countries/gp/flag.png
-share/kf5/locale/countries/gq/country.desktop
-share/kf5/locale/countries/gq/flag.png
-share/kf5/locale/countries/gr/country.desktop
-share/kf5/locale/countries/gr/flag.png
-share/kf5/locale/countries/gt/country.desktop
-share/kf5/locale/countries/gt/flag.png
-share/kf5/locale/countries/gu/country.desktop
-share/kf5/locale/countries/gu/flag.png
-share/kf5/locale/countries/gw/country.desktop
-share/kf5/locale/countries/gw/flag.png
-share/kf5/locale/countries/gy/country.desktop
-share/kf5/locale/countries/gy/flag.png
-share/kf5/locale/countries/hk/country.desktop
-share/kf5/locale/countries/hk/flag.png
-share/kf5/locale/countries/hn/country.desktop
-share/kf5/locale/countries/hn/flag.png
-share/kf5/locale/countries/hr/country.desktop
-share/kf5/locale/countries/hr/flag.png
-share/kf5/locale/countries/ht/country.desktop
-share/kf5/locale/countries/ht/flag.png
-share/kf5/locale/countries/hu/country.desktop
-share/kf5/locale/countries/hu/flag.png
-share/kf5/locale/countries/id/country.desktop
-share/kf5/locale/countries/id/flag.png
-share/kf5/locale/countries/ie/country.desktop
-share/kf5/locale/countries/ie/flag.png
-share/kf5/locale/countries/il/country.desktop
-share/kf5/locale/countries/il/flag.png
-share/kf5/locale/countries/im/country.desktop
-share/kf5/locale/countries/im/flag.png
-share/kf5/locale/countries/in/country.desktop
-share/kf5/locale/countries/in/flag.png
-share/kf5/locale/countries/iq/country.desktop
-share/kf5/locale/countries/iq/flag.png
-share/kf5/locale/countries/ir/country.desktop
-share/kf5/locale/countries/ir/flag.png
-share/kf5/locale/countries/is/country.desktop
-share/kf5/locale/countries/is/flag.png
-share/kf5/locale/countries/it/country.desktop
-share/kf5/locale/countries/it/flag.png
-share/kf5/locale/countries/je/country.desktop
-share/kf5/locale/countries/je/flag.png
-share/kf5/locale/countries/jm/country.desktop
-share/kf5/locale/countries/jm/flag.png
-share/kf5/locale/countries/jo/country.desktop
-share/kf5/locale/countries/jo/flag.png
-share/kf5/locale/countries/jp/country.desktop
-share/kf5/locale/countries/jp/flag.png
-share/kf5/locale/countries/ke/country.desktop
-share/kf5/locale/countries/ke/flag.png
-share/kf5/locale/countries/kg/country.desktop
-share/kf5/locale/countries/kg/flag.png
-share/kf5/locale/countries/kh/country.desktop
-share/kf5/locale/countries/kh/flag.png
-share/kf5/locale/countries/ki/country.desktop
-share/kf5/locale/countries/ki/flag.png
-share/kf5/locale/countries/km/country.desktop
-share/kf5/locale/countries/km/flag.png
-share/kf5/locale/countries/kn/country.desktop
-share/kf5/locale/countries/kn/flag.png
-share/kf5/locale/countries/kp/country.desktop
-share/kf5/locale/countries/kp/flag.png
-share/kf5/locale/countries/kr/country.desktop
-share/kf5/locale/countries/kr/flag.png
-share/kf5/locale/countries/kw/country.desktop
-share/kf5/locale/countries/kw/flag.png
-share/kf5/locale/countries/ky/country.desktop
-share/kf5/locale/countries/ky/flag.png
-share/kf5/locale/countries/kz/country.desktop
-share/kf5/locale/countries/kz/flag.png
-share/kf5/locale/countries/la/country.desktop
-share/kf5/locale/countries/la/flag.png
-share/kf5/locale/countries/lb/country.desktop
-share/kf5/locale/countries/lb/flag.png
-share/kf5/locale/countries/lc/country.desktop
-share/kf5/locale/countries/lc/flag.png
-share/kf5/locale/countries/li/country.desktop
-share/kf5/locale/countries/li/flag.png
-share/kf5/locale/countries/lk/country.desktop
-share/kf5/locale/countries/lk/flag.png
-share/kf5/locale/countries/lr/country.desktop
-share/kf5/locale/countries/lr/flag.png
-share/kf5/locale/countries/ls/country.desktop
-share/kf5/locale/countries/ls/flag.png
-share/kf5/locale/countries/lt/country.desktop
-share/kf5/locale/countries/lt/flag.png
-share/kf5/locale/countries/lu/country.desktop
-share/kf5/locale/countries/lu/flag.png
-share/kf5/locale/countries/lv/country.desktop
-share/kf5/locale/countries/lv/flag.png
-share/kf5/locale/countries/ly/country.desktop
-share/kf5/locale/countries/ly/flag.png
-share/kf5/locale/countries/ma/country.desktop
-share/kf5/locale/countries/ma/flag.png
-share/kf5/locale/countries/mc/country.desktop
-share/kf5/locale/countries/mc/flag.png
-share/kf5/locale/countries/md/country.desktop
-share/kf5/locale/countries/md/flag.png
-share/kf5/locale/countries/me/country.desktop
-share/kf5/locale/countries/me/flag.png
-share/kf5/locale/countries/mf/country.desktop
-share/kf5/locale/countries/mf/flag.png
-share/kf5/locale/countries/mg/country.desktop
-share/kf5/locale/countries/mg/flag.png
-share/kf5/locale/countries/mh/country.desktop
-share/kf5/locale/countries/mh/flag.png
-share/kf5/locale/countries/middleeast.desktop
-share/kf5/locale/countries/mk/country.desktop
-share/kf5/locale/countries/mk/flag.png
-share/kf5/locale/countries/ml/country.desktop
-share/kf5/locale/countries/ml/flag.png
-share/kf5/locale/countries/mm/country.desktop
-share/kf5/locale/countries/mm/flag.png
-share/kf5/locale/countries/mn/country.desktop
-share/kf5/locale/countries/mn/flag.png
-share/kf5/locale/countries/mo/country.desktop
-share/kf5/locale/countries/mo/flag.png
-share/kf5/locale/countries/mp/country.desktop
-share/kf5/locale/countries/mp/flag.png
-share/kf5/locale/countries/mq/country.desktop
-share/kf5/locale/countries/mq/flag.png
-share/kf5/locale/countries/mr/country.desktop
-share/kf5/locale/countries/mr/flag.png
-share/kf5/locale/countries/ms/country.desktop
-share/kf5/locale/countries/ms/flag.png
-share/kf5/locale/countries/mt/country.desktop
-share/kf5/locale/countries/mt/flag.png
-share/kf5/locale/countries/mu/country.desktop
-share/kf5/locale/countries/mu/flag.png
-share/kf5/locale/countries/mv/country.desktop
-share/kf5/locale/countries/mv/flag.png
-share/kf5/locale/countries/mw/country.desktop
-share/kf5/locale/countries/mw/flag.png
-share/kf5/locale/countries/mx/country.desktop
-share/kf5/locale/countries/mx/flag.png
-share/kf5/locale/countries/my/country.desktop
-share/kf5/locale/countries/my/flag.png
-share/kf5/locale/countries/mz/country.desktop
-share/kf5/locale/countries/mz/flag.png
-share/kf5/locale/countries/na/country.desktop
-share/kf5/locale/countries/na/flag.png
-share/kf5/locale/countries/nc/country.desktop
-share/kf5/locale/countries/nc/flag.png
-share/kf5/locale/countries/ne/country.desktop
-share/kf5/locale/countries/ne/flag.png
-share/kf5/locale/countries/nf/country.desktop
-share/kf5/locale/countries/nf/flag.png
-share/kf5/locale/countries/ng/country.desktop
-share/kf5/locale/countries/ng/flag.png
-share/kf5/locale/countries/ni/country.desktop
-share/kf5/locale/countries/ni/flag.png
-share/kf5/locale/countries/nl/country.desktop
-share/kf5/locale/countries/nl/flag.png
-share/kf5/locale/countries/no/country.desktop
-share/kf5/locale/countries/no/flag.png
-share/kf5/locale/countries/northafrica.desktop
-share/kf5/locale/countries/northamerica.desktop
-share/kf5/locale/countries/northeurope.desktop
-share/kf5/locale/countries/np/country.desktop
-share/kf5/locale/countries/np/flag.png
-share/kf5/locale/countries/nr/country.desktop
-share/kf5/locale/countries/nr/flag.png
-share/kf5/locale/countries/nu/country.desktop
-share/kf5/locale/countries/nu/flag.png
-share/kf5/locale/countries/nz/country.desktop
-share/kf5/locale/countries/nz/flag.png
-share/kf5/locale/countries/oceania.desktop
-share/kf5/locale/countries/om/country.desktop
-share/kf5/locale/countries/om/flag.png
-share/kf5/locale/countries/pa/country.desktop
-share/kf5/locale/countries/pa/flag.png
-share/kf5/locale/countries/pe/country.desktop
-share/kf5/locale/countries/pe/flag.png
-share/kf5/locale/countries/pf/country.desktop
-share/kf5/locale/countries/pf/flag.png
-share/kf5/locale/countries/pg/country.desktop
-share/kf5/locale/countries/pg/flag.png
-share/kf5/locale/countries/ph/country.desktop
-share/kf5/locale/countries/ph/flag.png
-share/kf5/locale/countries/pk/country.desktop
-share/kf5/locale/countries/pk/flag.png
-share/kf5/locale/countries/pl/country.desktop
-share/kf5/locale/countries/pl/flag.png
-share/kf5/locale/countries/pm/country.desktop
-share/kf5/locale/countries/pm/flag.png
-share/kf5/locale/countries/pn/country.desktop
-share/kf5/locale/countries/pn/flag.png
-share/kf5/locale/countries/pr/country.desktop
-share/kf5/locale/countries/pr/flag.png
-share/kf5/locale/countries/ps/country.desktop
-share/kf5/locale/countries/ps/flag.png
-share/kf5/locale/countries/pt/country.desktop
-share/kf5/locale/countries/pt/flag.png
-share/kf5/locale/countries/pw/country.desktop
-share/kf5/locale/countries/pw/flag.png
-share/kf5/locale/countries/py/country.desktop
-share/kf5/locale/countries/py/flag.png
-share/kf5/locale/countries/qa/country.desktop
-share/kf5/locale/countries/qa/flag.png
-share/kf5/locale/countries/re/country.desktop
-share/kf5/locale/countries/re/flag.png
-share/kf5/locale/countries/ro/country.desktop
-share/kf5/locale/countries/ro/flag.png
-share/kf5/locale/countries/rs/country.desktop
-share/kf5/locale/countries/rs/flag.png
-share/kf5/locale/countries/ru/country.desktop
-share/kf5/locale/countries/ru/flag.png
-share/kf5/locale/countries/rw/country.desktop
-share/kf5/locale/countries/rw/flag.png
-share/kf5/locale/countries/sa/country.desktop
-share/kf5/locale/countries/sa/flag.png
-share/kf5/locale/countries/sb/country.desktop
-share/kf5/locale/countries/sb/flag.png
-share/kf5/locale/countries/sc/country.desktop
-share/kf5/locale/countries/sc/flag.png
-share/kf5/locale/countries/sd/country.desktop
-share/kf5/locale/countries/sd/flag.png
-share/kf5/locale/countries/se/country.desktop
-share/kf5/locale/countries/se/flag.png
-share/kf5/locale/countries/sg/country.desktop
-share/kf5/locale/countries/sg/flag.png
-share/kf5/locale/countries/sh/country.desktop
-share/kf5/locale/countries/sh/flag.png
-share/kf5/locale/countries/si/country.desktop
-share/kf5/locale/countries/si/flag.png
-share/kf5/locale/countries/sk/country.desktop
-share/kf5/locale/countries/sk/flag.png
-share/kf5/locale/countries/sl/country.desktop
-share/kf5/locale/countries/sl/flag.png
-share/kf5/locale/countries/sm/country.desktop
-share/kf5/locale/countries/sm/flag.png
-share/kf5/locale/countries/sn/country.desktop
-share/kf5/locale/countries/sn/flag.png
-share/kf5/locale/countries/so/country.desktop
-share/kf5/locale/countries/so/flag.png
-share/kf5/locale/countries/southafrica.desktop
-share/kf5/locale/countries/southamerica.desktop
-share/kf5/locale/countries/southasia.desktop
-share/kf5/locale/countries/southeastasia.desktop
-share/kf5/locale/countries/southeurope.desktop
-share/kf5/locale/countries/sr/country.desktop
-share/kf5/locale/countries/sr/flag.png
-share/kf5/locale/countries/ss/country.desktop
-share/kf5/locale/countries/ss/flag.png
-share/kf5/locale/countries/st/country.desktop
-share/kf5/locale/countries/st/flag.png
-share/kf5/locale/countries/sv/country.desktop
-share/kf5/locale/countries/sv/flag.png
-share/kf5/locale/countries/sy/country.desktop
-share/kf5/locale/countries/sy/flag.png
-share/kf5/locale/countries/sz/country.desktop
-share/kf5/locale/countries/sz/flag.png
-share/kf5/locale/countries/tc/country.desktop
-share/kf5/locale/countries/tc/flag.png
-share/kf5/locale/countries/td/country.desktop
-share/kf5/locale/countries/td/flag.png
-share/kf5/locale/countries/tg/country.desktop
-share/kf5/locale/countries/tg/flag.png
-share/kf5/locale/countries/th/country.desktop
-share/kf5/locale/countries/th/flag.png
-share/kf5/locale/countries/tj/country.desktop
-share/kf5/locale/countries/tj/flag.png
-share/kf5/locale/countries/tk/country.desktop
-share/kf5/locale/countries/tk/flag.png
-share/kf5/locale/countries/tl/country.desktop
-share/kf5/locale/countries/tl/flag.png
-share/kf5/locale/countries/tm/country.desktop
-share/kf5/locale/countries/tm/flag.png
-share/kf5/locale/countries/tn/country.desktop
-share/kf5/locale/countries/tn/flag.png
-share/kf5/locale/countries/to/country.desktop
-share/kf5/locale/countries/to/flag.png
-share/kf5/locale/countries/tp/country.desktop
-share/kf5/locale/countries/tp/flag.png
-share/kf5/locale/countries/tr/country.desktop
-share/kf5/locale/countries/tr/flag.png
-share/kf5/locale/countries/tt/country.desktop
-share/kf5/locale/countries/tt/flag.png
-share/kf5/locale/countries/tv/country.desktop
-share/kf5/locale/countries/tv/flag.png
-share/kf5/locale/countries/tw/country.desktop
-share/kf5/locale/countries/tw/flag.png
-share/kf5/locale/countries/tz/country.desktop
-share/kf5/locale/countries/tz/flag.png
-share/kf5/locale/countries/ua/country.desktop
-share/kf5/locale/countries/ua/flag.png
-share/kf5/locale/countries/ug/country.desktop
-share/kf5/locale/countries/ug/flag.png
-share/kf5/locale/countries/us/country.desktop
-share/kf5/locale/countries/us/flag.png
-share/kf5/locale/countries/uy/country.desktop
-share/kf5/locale/countries/uy/flag.png
-share/kf5/locale/countries/uz/country.desktop
-share/kf5/locale/countries/uz/flag.png
-share/kf5/locale/countries/va/country.desktop
-share/kf5/locale/countries/va/flag.png
-share/kf5/locale/countries/vc/country.desktop
-share/kf5/locale/countries/vc/flag.png
-share/kf5/locale/countries/ve/country.desktop
-share/kf5/locale/countries/ve/flag.png
-share/kf5/locale/countries/vg/country.desktop
-share/kf5/locale/countries/vg/flag.png
-share/kf5/locale/countries/vi/country.desktop
-share/kf5/locale/countries/vi/flag.png
-share/kf5/locale/countries/vn/country.desktop
-share/kf5/locale/countries/vn/flag.png
-share/kf5/locale/countries/vu/country.desktop
-share/kf5/locale/countries/vu/flag.png
-share/kf5/locale/countries/westafrica.desktop
-share/kf5/locale/countries/westeurope.desktop
-share/kf5/locale/countries/wf/country.desktop
-share/kf5/locale/countries/wf/flag.png
-share/kf5/locale/countries/ws/country.desktop
-share/kf5/locale/countries/ws/flag.png
-share/kf5/locale/countries/ye/country.desktop
-share/kf5/locale/countries/ye/flag.png
-share/kf5/locale/countries/yt/country.desktop
-share/kf5/locale/countries/yt/flag.png
-share/kf5/locale/countries/za/country.desktop
-share/kf5/locale/countries/za/flag.png
-share/kf5/locale/countries/zm/country.desktop
-share/kf5/locale/countries/zm/flag.png
-share/kf5/locale/countries/zw/country.desktop
-share/kf5/locale/countries/zw/flag.png
-share/kf5/locale/currency/adf.desktop
-share/kf5/locale/currency/adp.desktop
-share/kf5/locale/currency/aed.desktop
-share/kf5/locale/currency/afa.desktop
-share/kf5/locale/currency/afn.desktop
-share/kf5/locale/currency/all.desktop
-share/kf5/locale/currency/amd.desktop
-share/kf5/locale/currency/ang.desktop
-share/kf5/locale/currency/aoa.desktop
-share/kf5/locale/currency/aon.desktop
-share/kf5/locale/currency/ars.desktop
-share/kf5/locale/currency/ats.desktop
-share/kf5/locale/currency/aud.desktop
-share/kf5/locale/currency/awg.desktop
-share/kf5/locale/currency/azm.desktop
-share/kf5/locale/currency/azn.desktop
-share/kf5/locale/currency/bam.desktop
-share/kf5/locale/currency/bbd.desktop
-share/kf5/locale/currency/bdt.desktop
-share/kf5/locale/currency/bef.desktop
-share/kf5/locale/currency/bgl.desktop
-share/kf5/locale/currency/bgn.desktop
-share/kf5/locale/currency/bhd.desktop
-share/kf5/locale/currency/bif.desktop
-share/kf5/locale/currency/bmd.desktop
-share/kf5/locale/currency/bnd.desktop
-share/kf5/locale/currency/bob.desktop
-share/kf5/locale/currency/bov.desktop
-share/kf5/locale/currency/brl.desktop
-share/kf5/locale/currency/bsd.desktop
-share/kf5/locale/currency/btn.desktop
-share/kf5/locale/currency/bwp.desktop
-share/kf5/locale/currency/byr.desktop
-share/kf5/locale/currency/bzd.desktop
-share/kf5/locale/currency/cad.desktop
-share/kf5/locale/currency/cdf.desktop
-share/kf5/locale/currency/chf.desktop
-share/kf5/locale/currency/clf.desktop
-share/kf5/locale/currency/clp.desktop
-share/kf5/locale/currency/cny.desktop
-share/kf5/locale/currency/cop.desktop
-share/kf5/locale/currency/cou.desktop
-share/kf5/locale/currency/crc.desktop
-share/kf5/locale/currency/cuc.desktop
-share/kf5/locale/currency/cup.desktop
-share/kf5/locale/currency/cve.desktop
-share/kf5/locale/currency/cyp.desktop
-share/kf5/locale/currency/czk.desktop
-share/kf5/locale/currency/dem.desktop
-share/kf5/locale/currency/djf.desktop
-share/kf5/locale/currency/dkk.desktop
-share/kf5/locale/currency/dop.desktop
-share/kf5/locale/currency/dzd.desktop
-share/kf5/locale/currency/eek.desktop
-share/kf5/locale/currency/egp.desktop
-share/kf5/locale/currency/ern.desktop
-share/kf5/locale/currency/esp.desktop
-share/kf5/locale/currency/etb.desktop
-share/kf5/locale/currency/eur.desktop
-share/kf5/locale/currency/fim.desktop
-share/kf5/locale/currency/fjd.desktop
-share/kf5/locale/currency/fkp.desktop
-share/kf5/locale/currency/frf.desktop
-share/kf5/locale/currency/gbp.desktop
-share/kf5/locale/currency/gel.desktop
-share/kf5/locale/currency/ghc.desktop
-share/kf5/locale/currency/ghs.desktop
-share/kf5/locale/currency/gip.desktop
-share/kf5/locale/currency/gmd.desktop
-share/kf5/locale/currency/gnf.desktop
-share/kf5/locale/currency/grd.desktop
-share/kf5/locale/currency/gtq.desktop
-share/kf5/locale/currency/gwp.desktop
-share/kf5/locale/currency/gyd.desktop
-share/kf5/locale/currency/hkd.desktop
-share/kf5/locale/currency/hnl.desktop
-share/kf5/locale/currency/hrk.desktop
-share/kf5/locale/currency/htg.desktop
-share/kf5/locale/currency/huf.desktop
-share/kf5/locale/currency/idr.desktop
-share/kf5/locale/currency/iep.desktop
-share/kf5/locale/currency/ils.desktop
-share/kf5/locale/currency/inr.desktop
-share/kf5/locale/currency/iqd.desktop
-share/kf5/locale/currency/irr.desktop
-share/kf5/locale/currency/isk.desktop
-share/kf5/locale/currency/itl.desktop
-share/kf5/locale/currency/jmd.desktop
-share/kf5/locale/currency/jod.desktop
-share/kf5/locale/currency/jpy.desktop
-share/kf5/locale/currency/kes.desktop
-share/kf5/locale/currency/kgs.desktop
-share/kf5/locale/currency/khr.desktop
-share/kf5/locale/currency/kmf.desktop
-share/kf5/locale/currency/kpw.desktop
-share/kf5/locale/currency/krw.desktop
-share/kf5/locale/currency/kwd.desktop
-share/kf5/locale/currency/kyd.desktop
-share/kf5/locale/currency/kzt.desktop
-share/kf5/locale/currency/lak.desktop
-share/kf5/locale/currency/lbp.desktop
-share/kf5/locale/currency/lkr.desktop
-share/kf5/locale/currency/lrd.desktop
-share/kf5/locale/currency/lsl.desktop
-share/kf5/locale/currency/ltl.desktop
-share/kf5/locale/currency/luf.desktop
-share/kf5/locale/currency/lvl.desktop
-share/kf5/locale/currency/lyd.desktop
-share/kf5/locale/currency/mad.desktop
-share/kf5/locale/currency/mdl.desktop
-share/kf5/locale/currency/mga.desktop
-share/kf5/locale/currency/mgf.desktop
-share/kf5/locale/currency/mkd.desktop
-share/kf5/locale/currency/mlf.desktop
-share/kf5/locale/currency/mmk.desktop
-share/kf5/locale/currency/mnt.desktop
-share/kf5/locale/currency/mop.desktop
-share/kf5/locale/currency/mro.desktop
-share/kf5/locale/currency/mtl.desktop
-share/kf5/locale/currency/mur.desktop
-share/kf5/locale/currency/mvr.desktop
-share/kf5/locale/currency/mwk.desktop
-share/kf5/locale/currency/mxn.desktop
-share/kf5/locale/currency/mxv.desktop
-share/kf5/locale/currency/myr.desktop
-share/kf5/locale/currency/mzm.desktop
-share/kf5/locale/currency/mzn.desktop
-share/kf5/locale/currency/nad.desktop
-share/kf5/locale/currency/ngn.desktop
-share/kf5/locale/currency/nio.desktop
-share/kf5/locale/currency/nlg.desktop
-share/kf5/locale/currency/nok.desktop
-share/kf5/locale/currency/npr.desktop
-share/kf5/locale/currency/nzd.desktop
-share/kf5/locale/currency/omr.desktop
-share/kf5/locale/currency/pab.desktop
-share/kf5/locale/currency/pen.desktop
-share/kf5/locale/currency/pgk.desktop
-share/kf5/locale/currency/php.desktop
-share/kf5/locale/currency/pkr.desktop
-share/kf5/locale/currency/pln.desktop
-share/kf5/locale/currency/pte.desktop
-share/kf5/locale/currency/pyg.desktop
-share/kf5/locale/currency/qar.desktop
-share/kf5/locale/currency/rol.desktop
-share/kf5/locale/currency/ron.desktop
-share/kf5/locale/currency/rsd.desktop
-share/kf5/locale/currency/rub.desktop
-share/kf5/locale/currency/rur.desktop
-share/kf5/locale/currency/rwf.desktop
-share/kf5/locale/currency/sar.desktop
-share/kf5/locale/currency/sbd.desktop
-share/kf5/locale/currency/scr.desktop
-share/kf5/locale/currency/sdd.desktop
-share/kf5/locale/currency/sdg.desktop
-share/kf5/locale/currency/sek.desktop
-share/kf5/locale/currency/sgd.desktop
-share/kf5/locale/currency/shp.desktop
-share/kf5/locale/currency/sit.desktop
-share/kf5/locale/currency/skk.desktop
-share/kf5/locale/currency/sll.desktop
-share/kf5/locale/currency/sos.desktop
-share/kf5/locale/currency/srd.desktop
-share/kf5/locale/currency/srg.desktop
-share/kf5/locale/currency/ssp.desktop
-share/kf5/locale/currency/std.desktop
-share/kf5/locale/currency/svc.desktop
-share/kf5/locale/currency/syp.desktop
-share/kf5/locale/currency/szl.desktop
-share/kf5/locale/currency/thb.desktop
-share/kf5/locale/currency/tjs.desktop
-share/kf5/locale/currency/tmm.desktop
-share/kf5/locale/currency/tmt.desktop
-share/kf5/locale/currency/tnd.desktop
-share/kf5/locale/currency/top.desktop
-share/kf5/locale/currency/tpe.desktop
-share/kf5/locale/currency/trl.desktop
-share/kf5/locale/currency/try.desktop
-share/kf5/locale/currency/ttd.desktop
-share/kf5/locale/currency/twd.desktop
-share/kf5/locale/currency/tzs.desktop
-share/kf5/locale/currency/uah.desktop
-share/kf5/locale/currency/ugx.desktop
-share/kf5/locale/currency/usd.desktop
-share/kf5/locale/currency/usn.desktop
-share/kf5/locale/currency/uss.desktop
-share/kf5/locale/currency/uyu.desktop
-share/kf5/locale/currency/uzs.desktop
-share/kf5/locale/currency/veb.desktop
-share/kf5/locale/currency/vnd.desktop
-share/kf5/locale/currency/vuv.desktop
-share/kf5/locale/currency/wst.desktop
-share/kf5/locale/currency/xaf.desktop
-share/kf5/locale/currency/xag.desktop
-share/kf5/locale/currency/xau.desktop
-share/kf5/locale/currency/xcd.desktop
-share/kf5/locale/currency/xof.desktop
-share/kf5/locale/currency/xpd.desktop
-share/kf5/locale/currency/xpf.desktop
-share/kf5/locale/currency/xpt.desktop
-share/kf5/locale/currency/yer.desktop
-share/kf5/locale/currency/yum.desktop
-share/kf5/locale/currency/zar.desktop
-share/kf5/locale/currency/zmk.desktop
-share/kf5/locale/currency/zwd.desktop
-share/kf5/locale/currency/zwl.desktop
-share/kf5/widgets/pics/kdatetimewidget.png
-share/kf5/widgets/pics/kdatewidget.png
-share/kf5/widgets/pics/kdialog.png
-share/kf5/widgets/pics/kdoublenuminput.png
-share/kf5/widgets/pics/keditlistbox.png
-share/kf5/widgets/pics/kintnuminput.png
-share/kf5/widgets/pics/kintspinbox.png
-share/kf5/widgets/pics/kpushbutton.png
-share/kf5/widgets/pics/krestrictedline.png
-share/kf5/widgets/pics/ktextbrowser.png
-share/kservices5/kcm_ssl.desktop
-share/kservices5/metainfo.protocol
-share/kservices5/qimageioplugins/bmp.desktop
-share/kservices5/qimageioplugins/gif.desktop
-share/kservices5/qimageioplugins/ico.desktop
-share/kservices5/qimageioplugins/jpeg.desktop
-share/kservices5/qimageioplugins/mng.desktop
-share/kservices5/qimageioplugins/pbm.desktop
-share/kservices5/qimageioplugins/pgm.desktop
-share/kservices5/qimageioplugins/png.desktop
-share/kservices5/qimageioplugins/ppm.desktop
-share/kservices5/qimageioplugins/svg+xml-compressed.desktop
-share/kservices5/qimageioplugins/svg+xml.desktop
-share/kservices5/qimageioplugins/tiff.desktop
-share/kservices5/qimageioplugins/wbmp.desktop
-share/kservices5/qimageioplugins/webp.desktop
-share/kservices5/qimageioplugins/xbm.desktop
-share/kservices5/qimageioplugins/xpm.desktop
-share/kservicetypes5/kdatatool.desktop
-share/kservicetypes5/kfilewrite.desktop
-share/kservicetypes5/kscan.desktop
-share/kservicetypes5/qimageio_plugin.desktop
-share/locale/af/LC_MESSAGES/kdelibs4support.mo
-share/locale/ar/LC_MESSAGES/kdelibs4support.mo
-share/locale/as/LC_MESSAGES/kdelibs4support.mo
-share/locale/ast/LC_MESSAGES/kdelibs4support.mo
-share/locale/be/LC_MESSAGES/kdelibs4support.mo
-share/locale/be@latin/LC_MESSAGES/kdelibs4support.mo
-share/locale/bg/LC_MESSAGES/kdelibs4support.mo
-share/locale/bn/LC_MESSAGES/kdelibs4support.mo
-share/locale/bn_IN/LC_MESSAGES/kdelibs4support.mo
-share/locale/br/LC_MESSAGES/kdelibs4support.mo
-share/locale/bs/LC_MESSAGES/kdelibs4support.mo
-share/locale/ca/LC_MESSAGES/kdelibs4support.mo
-share/locale/ca@valencia/LC_MESSAGES/kdelibs4support.mo
-share/locale/crh/LC_MESSAGES/kdelibs4support.mo
-share/locale/cs/LC_MESSAGES/kdelibs4support.mo
-share/locale/csb/LC_MESSAGES/kdelibs4support.mo
-share/locale/cy/LC_MESSAGES/kdelibs4support.mo
-share/locale/da/LC_MESSAGES/kdelibs4support.mo
-share/locale/de/LC_MESSAGES/kdelibs4support.mo
-share/locale/el/LC_MESSAGES/kdelibs4support.mo
-share/locale/en_GB/LC_MESSAGES/kdelibs4support.mo
-share/locale/eo/LC_MESSAGES/kdelibs4support.mo
-share/locale/es/LC_MESSAGES/kdelibs4support.mo
-share/locale/et/LC_MESSAGES/kdelibs4support.mo
-share/locale/eu/LC_MESSAGES/kdelibs4support.mo
-share/locale/fa/LC_MESSAGES/kdelibs4support.mo
-share/locale/fi/LC_MESSAGES/kdelibs4support.mo
-share/locale/fr/LC_MESSAGES/kdelibs4support.mo
-share/locale/fy/LC_MESSAGES/kdelibs4support.mo
-share/locale/ga/LC_MESSAGES/kdelibs4support.mo
-share/locale/gd/LC_MESSAGES/kdelibs4support.mo
-share/locale/gl/LC_MESSAGES/kdelibs4support.mo
-share/locale/gu/LC_MESSAGES/kdelibs4support.mo
-share/locale/ha/LC_MESSAGES/kdelibs4support.mo
-share/locale/he/LC_MESSAGES/kdelibs4support.mo
-share/locale/hi/LC_MESSAGES/kdelibs4support.mo
-share/locale/hne/LC_MESSAGES/kdelibs4support.mo
-share/locale/hr/LC_MESSAGES/kdelibs4support.mo
-share/locale/hsb/LC_MESSAGES/kdelibs4support.mo
-share/locale/hu/LC_MESSAGES/kdelibs4support.mo
-share/locale/hy/LC_MESSAGES/kdelibs4support.mo
-share/locale/ia/LC_MESSAGES/kdelibs4support.mo
-share/locale/id/LC_MESSAGES/kdelibs4support.mo
-share/locale/is/LC_MESSAGES/kdelibs4support.mo
-share/locale/it/LC_MESSAGES/kdelibs4support.mo
-share/locale/ja/LC_MESSAGES/kdelibs4support.mo
-share/locale/ka/LC_MESSAGES/kdelibs4support.mo
-share/locale/kf5_all_languages
-share/locale/kk/LC_MESSAGES/kdelibs4support.mo
-share/locale/km/LC_MESSAGES/kdelibs4support.mo
-share/locale/kn/LC_MESSAGES/kdelibs4support.mo
-share/locale/ko/LC_MESSAGES/kdelibs4support.mo
-share/locale/ku/LC_MESSAGES/kdelibs4support.mo
-share/locale/lb/LC_MESSAGES/kdelibs4support.mo
-share/locale/lt/LC_MESSAGES/kdelibs4support.mo
-share/locale/lv/LC_MESSAGES/kdelibs4support.mo
-share/locale/mai/LC_MESSAGES/kdelibs4support.mo
-share/locale/mk/LC_MESSAGES/kdelibs4support.mo
-share/locale/ml/LC_MESSAGES/kdelibs4support.mo
-share/locale/mr/LC_MESSAGES/kdelibs4support.mo
-share/locale/ms/LC_MESSAGES/kdelibs4support.mo
-share/locale/nb/LC_MESSAGES/kdelibs4support.mo
-share/locale/nds/LC_MESSAGES/kdelibs4support.mo
-share/locale/ne/LC_MESSAGES/kdelibs4support.mo
-share/locale/nl/LC_MESSAGES/kdelibs4support.mo
-share/locale/nn/LC_MESSAGES/kdelibs4support.mo
-share/locale/oc/LC_MESSAGES/kdelibs4support.mo
-share/locale/or/LC_MESSAGES/kdelibs4support.mo
-share/locale/pa/LC_MESSAGES/kdelibs4support.mo
-share/locale/pl/LC_MESSAGES/kdelibs4support.mo
-share/locale/ps/LC_MESSAGES/kdelibs4support.mo
-share/locale/pt/LC_MESSAGES/kdelibs4support.mo
-share/locale/pt_BR/LC_MESSAGES/kdelibs4support.mo
-share/locale/ro/LC_MESSAGES/kdelibs4support.mo
-share/locale/ru/LC_MESSAGES/kdelibs4support.mo
-share/locale/se/LC_MESSAGES/kdelibs4support.mo
-share/locale/si/LC_MESSAGES/kdelibs4support.mo
-share/locale/sk/LC_MESSAGES/kdelibs4support.mo
-share/locale/sl/LC_MESSAGES/kdelibs4support.mo
-share/locale/sq/LC_MESSAGES/kdelibs4support.mo
-share/locale/sr/LC_MESSAGES/kdelibs4support.mo
-share/locale/sr@ijekavian/LC_MESSAGES/kdelibs4support.mo
-share/locale/sr@ijekavianlatin/LC_MESSAGES/kdelibs4support.mo
-share/locale/sr@latin/LC_MESSAGES/kdelibs4support.mo
-share/locale/sv/LC_MESSAGES/kdelibs4support.mo
-share/locale/ta/LC_MESSAGES/kdelibs4support.mo
-share/locale/te/LC_MESSAGES/kdelibs4support.mo
-share/locale/tg/LC_MESSAGES/kdelibs4support.mo
-share/locale/th/LC_MESSAGES/kdelibs4support.mo
-share/locale/tr/LC_MESSAGES/kdelibs4support.mo
-share/locale/tt/LC_MESSAGES/kdelibs4support.mo
-share/locale/ug/LC_MESSAGES/kdelibs4support.mo
-share/locale/uk/LC_MESSAGES/kdelibs4support.mo
-share/locale/uz/LC_MESSAGES/kdelibs4support.mo
-share/locale/uz@cyrillic/LC_MESSAGES/kdelibs4support.mo
-share/locale/vi/LC_MESSAGES/kdelibs4support.mo
-share/locale/wa/LC_MESSAGES/kdelibs4support.mo
-share/locale/xh/LC_MESSAGES/kdelibs4support.mo
-share/locale/zh_CN/LC_MESSAGES/kdelibs4support.mo
-share/locale/zh_HK/LC_MESSAGES/kdelibs4support.mo
-share/locale/zh_TW/LC_MESSAGES/kdelibs4support.mo
diff --git a/kdelibs4support/buildlink3.mk b/kdelibs4support/buildlink3.mk
deleted file mode 100644
index 042031a..0000000
--- a/kdelibs4support/buildlink3.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	kdelibs4support
-
-.if !defined(KDELIBS4SUPPORT_BUILDLINK3_MK)
-KDELIBS4SUPPORT_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.kdelibs4support+=	kdelibs4support>=5.21.0
-BUILDLINK_PKGSRCDIR.kdelibs4support?=	../../wip/kdelibs4support
-
-.include "../../misc/kemoticons/buildlink3.mk"
-.include "../../devel/kitemmodels/buildlink3.mk"
-.include "../../misc/kunitconversion/buildlink3.mk"
-.include "../../devel/kparts/buildlink3.mk"
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.endif	# KDELIBS4SUPPORT_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-kdelibs4support
diff --git a/kdelibs4support/distinfo b/kdelibs4support/distinfo
deleted file mode 100644
index 5213d60..0000000
--- a/kdelibs4support/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD$
-
-SHA1 (kdelibs4support-5.21.0.tar.xz) = 8af13fcf3f8ec366b70c7c6377d84832d07a7de3
-RMD160 (kdelibs4support-5.21.0.tar.xz) = ca370dfd64bbaa45218faf89ee1acabbaf73e8ba
-SHA512 (kdelibs4support-5.21.0.tar.xz) = b243373463cb1ea21b4c7b12b51d6051cafbc724eea87eda69583bfb10600fe9adb1c58cd6c7517df157fa8455c16a2e86730d4f17fcf1cf3f2994b43afa3ffd
-Size (kdelibs4support-5.21.0.tar.xz) = 3228212 bytes
-SHA1 (patch-src_CMakeLists.txt) = bf7e4f0c63317cafa4c6c04c1b08989406fcdd1a
-SHA1 (patch-src_kssl_kssl_CMakeLists.txt) = 06036c0e26012df88a420145fbf0213e573e1c81
diff --git a/kdelibs4support/patches/patch-src_CMakeLists.txt b/kdelibs4support/patches/patch-src_CMakeLists.txt
deleted file mode 100644
index 56a0267..0000000
--- a/kdelibs4support/patches/patch-src_CMakeLists.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD$
-
-Install via examples dir
-
---- src/CMakeLists.txt.orig	2016-04-03 20:49:26.000000000 +0000
-+++ src/CMakeLists.txt
-@@ -523,14 +523,14 @@ install(FILES
- configure_file(kssl/ksslconfig.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/kssl/ksslconfig.h )
- set_property(DIRECTORY APPEND PROPERTY ADDITIONAL_MAKE_CLEAN_FILES ${CMAKE_CURRENT_BINARY_DIR}/kssl/ksslconfig.h )
- 
--install( FILES kdebug.areas kdebugrc DESTINATION ${KDE_INSTALL_CONFDIR} )
-+install( FILES kdebug.areas kdebugrc DESTINATION ${KDE_INSTALL_DATAROOTDIR}/examples/kdelibs4support )
- 
- configure_file(kdecore/all_languages.desktop ${CMAKE_CURRENT_BINARY_DIR}/all_languages @ONLY)
- install( FILES ${CMAKE_CURRENT_BINARY_DIR}/all_languages DESTINATION ${KDE_INSTALL_LOCALEDIR} RENAME kf5_all_languages )
- 
- 
- install( FILES kdeui/40.colors kdeui/Oxygen.colors kdeui/Web.colors kdeui/Royal.colors kdeui/Rainbow.colors
--         DESTINATION ${KDE_INSTALL_CONFDIR}/colors)
-+         DESTINATION ${KDE_INSTALL_DATAROOTDIR}/examples/kdelibs4support/colors)
- 
- if (NOT X11_FOUND)
-     # install our copy of the rgb.txt named colors list on systems without X11
diff --git a/kdelibs4support/patches/patch-src_kssl_kssl_CMakeLists.txt b/kdelibs4support/patches/patch-src_kssl_kssl_CMakeLists.txt
deleted file mode 100644
index 64be089..0000000
--- a/kdelibs4support/patches/patch-src_kssl_kssl_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD$
-
-Install via examples dir
-
---- src/kssl/kssl/CMakeLists.txt.orig	2016-04-03 20:49:26.000000000 +0000
-+++ src/kssl/kssl/CMakeLists.txt
-@@ -1,3 +1,3 @@
- add_subdirectory( caroot )
- 
--install( FILES ksslcalist  DESTINATION  ${KDE_INSTALL_CONFDIR} )
-+install( FILES ksslcalist  DESTINATION  ${KDE_INSTALL_DATAROOTDIR}/examples/kdelibs4support )
diff --git a/khtml/DESCR b/khtml/DESCR
deleted file mode 100644
index 54fa234..0000000
--- a/khtml/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-KHTML is a web rendering engine, based on the KParts technology and using
-KJS for JavaScript support.
diff --git a/khtml/Makefile b/khtml/Makefile
deleted file mode 100644
index 856528e..0000000
--- a/khtml/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
-
-DISTNAME=	khtml-${KF5VER}
-CATEGORIES=	www
-
-HOMEPAGE=	https://community.kde.org/Frameworks
-COMMENT=	HTML rendering engine
-LICENSE=	gnu-gpl-v3 AND gnu-lgpl-v2.1
-
-.include "../../meta-pkgs/kf5/Makefile.common"
-MASTER_SITES=	${MASTER_SITE_KDE:=frameworks/5.21/portingAids/}
-
-USE_TOOLS+=	perl
-
-#REPLACE_PERL+= src/kio/fileshareset
-
-MAKE_DIRS+=	${PKG_SYSCONFDIR}/xdg
-CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/khtmlrc \
-		${PKG_SYSCONFDIR}/xdg/khtmlrc
-
-.include "../../graphics/giflib/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../wip/kjs/buildlink3.mk"
-.include "../../devel/kparts/buildlink3.mk"
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/khtml/PLIST b/khtml/PLIST
deleted file mode 100644
index 785d3c1..0000000
--- a/khtml/PLIST
+++ /dev/null
@@ -1,171 +0,0 @@
-@comment $NetBSD$
-include/KF5/KHtml/KHTMLPart
-include/KF5/KHtml/KHTMLSettings
-include/KF5/KHtml/KHTMLView
-include/KF5/KHtml/dom/css_rule.h
-include/KF5/KHtml/dom/css_stylesheet.h
-include/KF5/KHtml/dom/css_value.h
-include/KF5/KHtml/dom/dom2_events.h
-include/KF5/KHtml/dom/dom2_range.h
-include/KF5/KHtml/dom/dom2_traversal.h
-include/KF5/KHtml/dom/dom2_views.h
-include/KF5/KHtml/dom/dom_core.h
-include/KF5/KHtml/dom/dom_doc.h
-include/KF5/KHtml/dom/dom_element.h
-include/KF5/KHtml/dom/dom_exception.h
-include/KF5/KHtml/dom/dom_html.h
-include/KF5/KHtml/dom/dom_misc.h
-include/KF5/KHtml/dom/dom_node.h
-include/KF5/KHtml/dom/dom_string.h
-include/KF5/KHtml/dom/dom_text.h
-include/KF5/KHtml/dom/dom_xml.h
-include/KF5/KHtml/dom/html_base.h
-include/KF5/KHtml/dom/html_block.h
-include/KF5/KHtml/dom/html_document.h
-include/KF5/KHtml/dom/html_element.h
-include/KF5/KHtml/dom/html_form.h
-include/KF5/KHtml/dom/html_head.h
-include/KF5/KHtml/dom/html_image.h
-include/KF5/KHtml/dom/html_inline.h
-include/KF5/KHtml/dom/html_list.h
-include/KF5/KHtml/dom/html_misc.h
-include/KF5/KHtml/dom/html_object.h
-include/KF5/KHtml/dom/html_table.h
-include/KF5/KHtml/kencodingdetector.h
-include/KF5/KHtml/khtml_events.h
-include/KF5/KHtml/khtml_export.h
-include/KF5/KHtml/khtml_part.h
-include/KF5/KHtml/khtml_settings.h
-include/KF5/KHtml/khtmldefaults.h
-include/KF5/KHtml/khtmlpart.h
-include/KF5/KHtml/khtmlsettings.h
-include/KF5/KHtml/khtmlview.h
-include/KF5/khtml_version.h
-lib/cmake/KF5KHtml/KF5KHtmlConfig.cmake
-lib/cmake/KF5KHtml/KF5KHtmlConfigVersion.cmake
-lib/cmake/KF5KHtml/KF5KHtmlTargets-noconfig.cmake
-lib/cmake/KF5KHtml/KF5KHtmlTargets.cmake
-lib/libKF5KHtml.so
-lib/libKF5KHtml.so.5
-lib/libKF5KHtml.so.${PKGVERSION}
-qt5/mkspecs/modules/qt_KHtml.pri
-qt5/plugins/kf5/parts/khtmladaptorpart.so
-qt5/plugins/kf5/parts/khtmlimagepart.so
-qt5/plugins/kf5/parts/khtmlpart.so
-qt5/plugins/kf5/parts/kjavaappletviewer.so
-qt5/plugins/kf5/parts/kmultipart.so
-share/examples/kde-xdg/khtmlrc
-share/kf5/khtml/css/html4.css
-share/kf5/khtml/css/presentational.css
-share/kf5/khtml/css/quirks.css
-share/kf5/khtml/error.html
-share/kf5/kjava/kjava.jar
-share/kf5/kjava/kjava.policy
-share/kf5/kjava/pluginsinfo
-share/kservices5/khtml.desktop
-share/kservices5/khtmladaptorpart.desktop
-share/kservices5/khtmlimage.desktop
-share/kservices5/kjavaappletviewer.desktop
-share/kservices5/kmultipart.desktop
-share/kxmlgui5/khtml/khtml.rc
-share/kxmlgui5/khtml/khtml_browser.rc
-share/locale/af/LC_MESSAGES/khtml5.mo
-share/locale/ar/LC_MESSAGES/khtml5.mo
-share/locale/as/LC_MESSAGES/khtml5.mo
-share/locale/ast/LC_MESSAGES/khtml5.mo
-share/locale/be/LC_MESSAGES/khtml5.mo
-share/locale/be@latin/LC_MESSAGES/khtml5.mo
-share/locale/bg/LC_MESSAGES/khtml5.mo
-share/locale/bn/LC_MESSAGES/khtml5.mo
-share/locale/bn_IN/LC_MESSAGES/khtml5.mo
-share/locale/br/LC_MESSAGES/khtml5.mo
-share/locale/bs/LC_MESSAGES/khtml5.mo
-share/locale/ca/LC_MESSAGES/khtml5.mo
-share/locale/ca@valencia/LC_MESSAGES/khtml5.mo
-share/locale/crh/LC_MESSAGES/khtml5.mo
-share/locale/cs/LC_MESSAGES/khtml5.mo
-share/locale/csb/LC_MESSAGES/khtml5.mo
-share/locale/cy/LC_MESSAGES/khtml5.mo
-share/locale/da/LC_MESSAGES/khtml5.mo
-share/locale/de/LC_MESSAGES/khtml5.mo
-share/locale/el/LC_MESSAGES/khtml5.mo
-share/locale/en_GB/LC_MESSAGES/khtml5.mo
-share/locale/eo/LC_MESSAGES/khtml5.mo
-share/locale/es/LC_MESSAGES/khtml5.mo
-share/locale/et/LC_MESSAGES/khtml5.mo
-share/locale/eu/LC_MESSAGES/khtml5.mo
-share/locale/fa/LC_MESSAGES/khtml5.mo
-share/locale/fi/LC_MESSAGES/khtml5.mo
-share/locale/fr/LC_MESSAGES/khtml5.mo
-share/locale/fy/LC_MESSAGES/khtml5.mo
-share/locale/ga/LC_MESSAGES/khtml5.mo
-share/locale/gd/LC_MESSAGES/khtml5.mo
-share/locale/gl/LC_MESSAGES/khtml5.mo
-share/locale/gu/LC_MESSAGES/khtml5.mo
-share/locale/ha/LC_MESSAGES/khtml5.mo
-share/locale/he/LC_MESSAGES/khtml5.mo
-share/locale/hi/LC_MESSAGES/khtml5.mo
-share/locale/hne/LC_MESSAGES/khtml5.mo
-share/locale/hr/LC_MESSAGES/khtml5.mo
-share/locale/hsb/LC_MESSAGES/khtml5.mo
-share/locale/hu/LC_MESSAGES/khtml5.mo
-share/locale/hy/LC_MESSAGES/khtml5.mo
-share/locale/ia/LC_MESSAGES/khtml5.mo
-share/locale/id/LC_MESSAGES/khtml5.mo
-share/locale/is/LC_MESSAGES/khtml5.mo
-share/locale/it/LC_MESSAGES/khtml5.mo
-share/locale/ja/LC_MESSAGES/khtml5.mo
-share/locale/ka/LC_MESSAGES/khtml5.mo
-share/locale/kk/LC_MESSAGES/khtml5.mo
-share/locale/km/LC_MESSAGES/khtml5.mo
-share/locale/kn/LC_MESSAGES/khtml5.mo
-share/locale/ko/LC_MESSAGES/khtml5.mo
-share/locale/ku/LC_MESSAGES/khtml5.mo
-share/locale/lb/LC_MESSAGES/khtml5.mo
-share/locale/lt/LC_MESSAGES/khtml5.mo
-share/locale/lv/LC_MESSAGES/khtml5.mo
-share/locale/mai/LC_MESSAGES/khtml5.mo
-share/locale/mk/LC_MESSAGES/khtml5.mo
-share/locale/ml/LC_MESSAGES/khtml5.mo
-share/locale/mr/LC_MESSAGES/khtml5.mo
-share/locale/ms/LC_MESSAGES/khtml5.mo
-share/locale/nb/LC_MESSAGES/khtml5.mo
-share/locale/nds/LC_MESSAGES/khtml5.mo
-share/locale/ne/LC_MESSAGES/khtml5.mo
-share/locale/nl/LC_MESSAGES/khtml5.mo
-share/locale/nn/LC_MESSAGES/khtml5.mo
-share/locale/oc/LC_MESSAGES/khtml5.mo
-share/locale/or/LC_MESSAGES/khtml5.mo
-share/locale/pa/LC_MESSAGES/khtml5.mo
-share/locale/pl/LC_MESSAGES/khtml5.mo
-share/locale/ps/LC_MESSAGES/khtml5.mo
-share/locale/pt/LC_MESSAGES/khtml5.mo
-share/locale/pt_BR/LC_MESSAGES/khtml5.mo
-share/locale/ro/LC_MESSAGES/khtml5.mo
-share/locale/ru/LC_MESSAGES/khtml5.mo
-share/locale/se/LC_MESSAGES/khtml5.mo
-share/locale/si/LC_MESSAGES/khtml5.mo
-share/locale/sk/LC_MESSAGES/khtml5.mo
-share/locale/sl/LC_MESSAGES/khtml5.mo
-share/locale/sq/LC_MESSAGES/khtml5.mo
-share/locale/sr/LC_MESSAGES/khtml5.mo
-share/locale/sr@ijekavian/LC_MESSAGES/khtml5.mo
-share/locale/sr@ijekavianlatin/LC_MESSAGES/khtml5.mo
-share/locale/sr@latin/LC_MESSAGES/khtml5.mo
-share/locale/sv/LC_MESSAGES/khtml5.mo
-share/locale/ta/LC_MESSAGES/khtml5.mo
-share/locale/te/LC_MESSAGES/khtml5.mo
-share/locale/tg/LC_MESSAGES/khtml5.mo
-share/locale/th/LC_MESSAGES/khtml5.mo
-share/locale/tr/LC_MESSAGES/khtml5.mo
-share/locale/tt/LC_MESSAGES/khtml5.mo
-share/locale/ug/LC_MESSAGES/khtml5.mo
-share/locale/uk/LC_MESSAGES/khtml5.mo
-share/locale/uz/LC_MESSAGES/khtml5.mo
-share/locale/uz@cyrillic/LC_MESSAGES/khtml5.mo
-share/locale/vi/LC_MESSAGES/khtml5.mo
-share/locale/wa/LC_MESSAGES/khtml5.mo
-share/locale/xh/LC_MESSAGES/khtml5.mo
-share/locale/zh_CN/LC_MESSAGES/khtml5.mo
-share/locale/zh_HK/LC_MESSAGES/khtml5.mo
-share/locale/zh_TW/LC_MESSAGES/khtml5.mo
diff --git a/khtml/buildlink3.mk b/khtml/buildlink3.mk
deleted file mode 100644
index de0ddd3..0000000
--- a/khtml/buildlink3.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	khtml
-
-.if !defined(KHTML_BUILDLINK3_MK)
-KHTML_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.khtml+=	khtml>=5.21.0
-BUILDLINK_PKGSRCDIR.khtml?=	../../wip/khtml
-
-.include "../../graphics/giflib/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../wip/kjs/buildlink3.mk"
-.include "../../devel/kparts/buildlink3.mk"
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.endif	# KHTML_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-khtml
diff --git a/khtml/distinfo b/khtml/distinfo
deleted file mode 100644
index 24e6a79..0000000
--- a/khtml/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-SHA1 (khtml-5.21.0.tar.xz) = e362accca6bbc2bd0e0b03e464c4e6d5039b7f5c
-RMD160 (khtml-5.21.0.tar.xz) = d0595c474008eff868f2694d2b4754509940d05d
-SHA512 (khtml-5.21.0.tar.xz) = 0ce7b6fd899d68ec5e471ff545da6d682949988db9b2630955fe88c80d4324fc7c98eb6e498c3932b4db947adc490b963797ea71e3f771bb0e02284e7ee2d6bb
-Size (khtml-5.21.0.tar.xz) = 2076456 bytes
-SHA1 (patch-src_CMakeLists.txt) = 8579c2c7d3f22d4df8e38db48e4e379eba370a0d
diff --git a/khtml/patches/patch-src_CMakeLists.txt b/khtml/patches/patch-src_CMakeLists.txt
deleted file mode 100644
index 2496886..0000000
--- a/khtml/patches/patch-src_CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Install via examples dir
-
---- src/CMakeLists.txt.orig	2016-04-03 20:53:09.000000000 +0000
-+++ src/CMakeLists.txt
-@@ -795,7 +795,7 @@ install(FILES khtml_browser.rc  DESTINAT
- 
- install(FILES error.html DESTINATION ${KDE_INSTALL_DATADIR_KF5}/khtml )
- 
--install(FILES khtmlrc DESTINATION ${KDE_INSTALL_CONFDIR} )
-+install(FILES khtmlrc DESTINATION ${KDE_INSTALL_DATAROOTDIR}/examples/kde-xdg )
- 
- include(ECMGeneratePriFile)
- ecm_generate_pri_file(BASE_NAME KHtml LIB_NAME KF5KHtml DEPS "gui KIOCore KJS KI18n KParts" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR ${KDE_INSTALL_INCLUDEDIR_KF5}/KHtml)
diff --git a/kjs/DESCR b/kjs/DESCR
deleted file mode 100644
index b311d4b..0000000
--- a/kjs/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-This library provides an ECMAScript compatible interpreter. The ECMA standard
-is based on well known scripting languages such as Netscape's JavaScript and
-Microsoft's JScript.
diff --git a/kjs/Makefile b/kjs/Makefile
deleted file mode 100644
index d8c3ce1..0000000
--- a/kjs/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
-
-DISTNAME=	kjs-${KF5VER}
-CATEGORIES=	www
-
-HOMEPAGE=	https://community.kde.org/Frameworks
-COMMENT=	Support for JS scripting in applications
-LICENSE=	gnu-lgpl-v2.1
-
-.include "../../meta-pkgs/kf5/Makefile.common"
-MASTER_SITES=	${MASTER_SITE_KDE:=frameworks/5.21/portingAids/}
-
-BUILD_DEPENDS+=	kdoctools>=${KF5VER}:../../devel/kdoctools
-
-USE_TOOLS+=	perl pkg-config
-
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/kjs/PLIST b/kjs/PLIST
deleted file mode 100644
index cf9610d..0000000
--- a/kjs/PLIST
+++ /dev/null
@@ -1,109 +0,0 @@
-@comment $NetBSD$
-bin/kjs5
-include/KF5/kjs/CommonIdentifiers.h
-include/KF5/kjs/CompileState.h
-include/KF5/kjs/ExecState.h
-include/KF5/kjs/JSImmediate.h
-include/KF5/kjs/JSLock.h
-include/KF5/kjs/JSType.h
-include/KF5/kjs/JSVariableObject.h
-include/KF5/kjs/JSWrapperObject.h
-include/KF5/kjs/LocalStorage.h
-include/KF5/kjs/Parser.h
-include/KF5/kjs/PropertyNameArray.h
-include/KF5/kjs/SavedBuiltins.h
-include/KF5/kjs/SymbolTable.h
-include/KF5/kjs/array_instance.h
-include/KF5/kjs/array_object.h
-include/KF5/kjs/bool_object.h
-include/KF5/kjs/collector.h
-include/KF5/kjs/commonunicode.h
-include/KF5/kjs/completion.h
-include/KF5/kjs/context.h
-include/KF5/kjs/date_object.h
-include/KF5/kjs/debugger.h
-include/KF5/kjs/dtoa.h
-include/KF5/kjs/error_object.h
-include/KF5/kjs/function.h
-include/KF5/kjs/function_object.h
-include/KF5/kjs/global.h
-include/KF5/kjs/grammar.h
-include/KF5/kjs/identifier.h
-include/KF5/kjs/internal.h
-include/KF5/kjs/interpreter.h
-include/KF5/kjs/json_object.h
-include/KF5/kjs/jsonlexer.h
-include/KF5/kjs/jsonstringify.h
-include/KF5/kjs/kjsapi_export.h
-include/KF5/kjs/kjsarguments.h
-include/KF5/kjs/kjscontext.h
-include/KF5/kjs/kjsinterpreter.h
-include/KF5/kjs/kjsobject.h
-include/KF5/kjs/kjsprototype.h
-include/KF5/kjs/lexer.h
-include/KF5/kjs/list.h
-include/KF5/kjs/lookup.h
-include/KF5/kjs/makenodes.h
-include/KF5/kjs/math_object.h
-include/KF5/kjs/nodes.h
-include/KF5/kjs/nodes2bytecode.h
-include/KF5/kjs/number_object.h
-include/KF5/kjs/object.h
-include/KF5/kjs/object_object.h
-include/KF5/kjs/operations.h
-include/KF5/kjs/package.h
-include/KF5/kjs/property_map.h
-include/KF5/kjs/property_slot.h
-include/KF5/kjs/propertydescriptor.h
-include/KF5/kjs/protect.h
-include/KF5/kjs/regexp.h
-include/KF5/kjs/regexp_object.h
-include/KF5/kjs/scope_chain.h
-include/KF5/kjs/scriptfunction.h
-include/KF5/kjs/string_object.h
-include/KF5/kjs/types.h
-include/KF5/kjs/ustring.h
-include/KF5/kjs/value.h
-include/KF5/kjs_version.h
-include/KF5/wtf/ASCIICType.h
-include/KF5/wtf/AlwaysInline.h
-include/KF5/wtf/Assertions.h
-include/KF5/wtf/DisallowCType.h
-include/KF5/wtf/FastMalloc.h
-include/KF5/wtf/Forward.h
-include/KF5/wtf/GetPtr.h
-include/KF5/wtf/HashCountedSet.h
-include/KF5/wtf/HashFunctions.h
-include/KF5/wtf/HashIterators.h
-include/KF5/wtf/HashMap.h
-include/KF5/wtf/HashSet.h
-include/KF5/wtf/HashTable.h
-include/KF5/wtf/HashTraits.h
-include/KF5/wtf/ListRefPtr.h
-include/KF5/wtf/MathExtras.h
-include/KF5/wtf/Noncopyable.h
-include/KF5/wtf/OwnArrayPtr.h
-include/KF5/wtf/OwnPtr.h
-include/KF5/wtf/PassRefPtr.h
-include/KF5/wtf/Platform.h
-include/KF5/wtf/RefCounted.h
-include/KF5/wtf/RefPtr.h
-include/KF5/wtf/RefPtrHashMap.h
-include/KF5/wtf/SharedPtr.h
-include/KF5/wtf/UnusedParam.h
-include/KF5/wtf/Vector.h
-include/KF5/wtf/VectorTraits.h
-lib/cmake/KF5JS/KF5JSConfig.cmake
-lib/cmake/KF5JS/KF5JSConfigVersion.cmake
-lib/cmake/KF5JS/KF5JSTargets-noconfig.cmake
-lib/cmake/KF5JS/KF5JSTargets.cmake
-lib/libKF5JS.so
-lib/libKF5JS.so.5
-lib/libKF5JS.so.${PKGVERSION}
-lib/libKF5JSApi.so
-lib/libKF5JSApi.so.5
-lib/libKF5JSApi.so.${PKGVERSION}
-man/man1/kjs5.1
-qt5/mkspecs/modules/qt_KJS.pri
-qt5/mkspecs/modules/qt_KJSApi.pri
-share/kf5/kjs/create_hash_table
diff --git a/kjs/buildlink3.mk b/kjs/buildlink3.mk
deleted file mode 100644
index 2d7a12f..0000000
--- a/kjs/buildlink3.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	kjs
-
-.if !defined(KJS_BUILDLINK3_MK)
-KJS_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.kjs+=	kjs>=5.21.0
-BUILDLINK_PKGSRCDIR.kjs?=	../../wip/kjs
-
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.endif	# KJS_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-kjs
diff --git a/kjs/distinfo b/kjs/distinfo
deleted file mode 100644
index 5ac9381..0000000
--- a/kjs/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD$
-
-SHA1 (kjs-5.21.0.tar.xz) = 5dc4fdcd82b8e1e09dab501c87ea1150ba8efced
-RMD160 (kjs-5.21.0.tar.xz) = 41b8731923895da6490d1c1db63d5d389bbe5b4d
-SHA512 (kjs-5.21.0.tar.xz) = a12340b5d9e958090f3ffa29b8713ebe44e1d93e2fdcdd8a45f07dda11adf9656ec38416c6d54aa781f5b7a9e5afa8fa76db4836a0fa3e1028a952590ddddbeb
-Size (kjs-5.21.0.tar.xz) = 290792 bytes
-SHA1 (patch-src_kjs_JSImmediate.h) = 1d8c55b64244cca2faf97cc4367325d69794337d
-SHA1 (patch-src_wtf_DisallowCType.h) = 7fa9115842df5339a457851090b80f072cbf4944
diff --git a/kjs/patches/patch-src_kjs_JSImmediate.h b/kjs/patches/patch-src_kjs_JSImmediate.h
deleted file mode 100644
index 2c2ecc8..0000000
--- a/kjs/patches/patch-src_kjs_JSImmediate.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-kjs_JSImmediate.h,v 1.3 2012/03/31 21:46:55 hans Exp $
-
---- src/kjs/JSImmediate.h.orig	2016-04-03 20:34:48.000000000 +0000
-+++ src/kjs/JSImmediate.h
-@@ -33,7 +33,7 @@
- #endif
- #include <stdlib.h>
- 
--#if PLATFORM(SOLARIS_OS)
-+#if PLATFORM(SOLARIS_OS) && COMPILER(GCC) && (__GNUC__ <= 4 && __GNUC_MINOR__ < 6)
- static inline int signbit(double x)
- {
-     return (x < 0.0) ? 1 : 0;
diff --git a/kjs/patches/patch-src_wtf_DisallowCType.h b/kjs/patches/patch-src_wtf_DisallowCType.h
deleted file mode 100644
index d47cc29..0000000
--- a/kjs/patches/patch-src_wtf_DisallowCType.h
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-kjs_wtf_DisallowCType.h,v 1.1 2013/05/06 15:03:19 joerg Exp $
-
---- src/wtf/DisallowCType.h.orig	2013-05-03 23:51:02.000000000 +0000
-+++ src/wtf/DisallowCType.h
-@@ -54,6 +54,7 @@
- #undef tolower
- #undef toupper
- 
-+#ifndef _LIBCPP_VERSION
- #define isalnum WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h
- #define isalpha WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h
- #define isascii WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h
-@@ -70,5 +71,6 @@
- #define toascii WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h
- #define tolower WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h
- #define toupper WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h
-+#endif
- 
- #endif
diff --git a/kjsembed/DESCR b/kjsembed/DESCR
deleted file mode 100644
index 8af4664..0000000
--- a/kjsembed/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-KSJEmbed provides a method of binding JavaScript objects to QObjects,
-so you can script your applications.
diff --git a/kjsembed/Makefile b/kjsembed/Makefile
deleted file mode 100644
index e903e3b..0000000
--- a/kjsembed/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
-
-DISTNAME=	kjsembed-${KF5VER}
-CATEGORIES=	www
-
-HOMEPAGE=	https://community.kde.org/Frameworks
-COMMENT=	Embedded JS
-LICENSE=	gnu-lgpl-v2.1
-
-.include "../../meta-pkgs/kf5/Makefile.common"
-MASTER_SITES=	${MASTER_SITE_KDE:=frameworks/5.21/portingAids/}
-
-BUILD_DEPENDS+=	kdoctools>=${KF5VER}:../../devel/kdoctools
-
-USE_TOOLS+=	msgmerge
-
-.include "../../devel/ki18n/buildlink3.mk"
-.include "../../wip/kjs/buildlink3.mk"
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../x11/qt5-qtsvg/buildlink3.mk"
-.include "../../x11/qt5-qttools/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/kjsembed/PLIST b/kjsembed/PLIST
deleted file mode 100644
index 1c87f97..0000000
--- a/kjsembed/PLIST
+++ /dev/null
@@ -1,120 +0,0 @@
-@comment $NetBSD$
-bin/kjscmd5
-bin/kjsconsole
-include/KF5/KJsEmbed/KJsEmbed/KJsEmbed
-include/KF5/KJsEmbed/kjsembed/binding_support.h
-include/KF5/KJsEmbed/kjsembed/kjseglobal.h
-include/KF5/KJsEmbed/kjsembed/kjsembed.h
-include/KF5/KJsEmbed/kjsembed/kjsembed_export.h
-include/KF5/KJsEmbed/kjsembed/pointer.h
-include/KF5/KJsEmbed/kjsembed/static_binding.h
-include/KF5/KJsEmbed/kjsembed/variant_binding.h
-lib/cmake/KF5JsEmbed/KF5JsEmbedConfig.cmake
-lib/cmake/KF5JsEmbed/KF5JsEmbedConfigVersion.cmake
-lib/cmake/KF5JsEmbed/KF5JsEmbedTargets-noconfig.cmake
-lib/cmake/KF5JsEmbed/KF5JsEmbedTargets.cmake
-lib/libKF5JsEmbed.so
-lib/libKF5JsEmbed.so.5
-lib/libKF5JsEmbed.so.${PKGVERSION}
-man/man1/kjscmd5.1
-qt5/mkspecs/modules/qt_KJsEmbed.pri
-share/locale/af/LC_MESSAGES/kjsembed5.mo
-share/locale/ar/LC_MESSAGES/kjsembed5.mo
-share/locale/as/LC_MESSAGES/kjsembed5.mo
-share/locale/ast/LC_MESSAGES/kjsembed5.mo
-share/locale/be/LC_MESSAGES/kjsembed5.mo
-share/locale/be@latin/LC_MESSAGES/kjsembed5.mo
-share/locale/bg/LC_MESSAGES/kjsembed5.mo
-share/locale/bn/LC_MESSAGES/kjsembed5.mo
-share/locale/bn_IN/LC_MESSAGES/kjsembed5.mo
-share/locale/br/LC_MESSAGES/kjsembed5.mo
-share/locale/bs/LC_MESSAGES/kjsembed5.mo
-share/locale/ca/LC_MESSAGES/kjsembed5.mo
-share/locale/ca@valencia/LC_MESSAGES/kjsembed5.mo
-share/locale/crh/LC_MESSAGES/kjsembed5.mo
-share/locale/cs/LC_MESSAGES/kjsembed5.mo
-share/locale/csb/LC_MESSAGES/kjsembed5.mo
-share/locale/cy/LC_MESSAGES/kjsembed5.mo
-share/locale/da/LC_MESSAGES/kjsembed5.mo
-share/locale/de/LC_MESSAGES/kjsembed5.mo
-share/locale/el/LC_MESSAGES/kjsembed5.mo
-share/locale/en_GB/LC_MESSAGES/kjsembed5.mo
-share/locale/eo/LC_MESSAGES/kjsembed5.mo
-share/locale/es/LC_MESSAGES/kjsembed5.mo
-share/locale/et/LC_MESSAGES/kjsembed5.mo
-share/locale/eu/LC_MESSAGES/kjsembed5.mo
-share/locale/fa/LC_MESSAGES/kjsembed5.mo
-share/locale/fi/LC_MESSAGES/kjsembed5.mo
-share/locale/fr/LC_MESSAGES/kjsembed5.mo
-share/locale/fy/LC_MESSAGES/kjsembed5.mo
-share/locale/ga/LC_MESSAGES/kjsembed5.mo
-share/locale/gd/LC_MESSAGES/kjsembed5.mo
-share/locale/gl/LC_MESSAGES/kjsembed5.mo
-share/locale/gu/LC_MESSAGES/kjsembed5.mo
-share/locale/ha/LC_MESSAGES/kjsembed5.mo
-share/locale/he/LC_MESSAGES/kjsembed5.mo
-share/locale/hi/LC_MESSAGES/kjsembed5.mo
-share/locale/hne/LC_MESSAGES/kjsembed5.mo
-share/locale/hr/LC_MESSAGES/kjsembed5.mo
-share/locale/hsb/LC_MESSAGES/kjsembed5.mo
-share/locale/hu/LC_MESSAGES/kjsembed5.mo
-share/locale/hy/LC_MESSAGES/kjsembed5.mo
-share/locale/ia/LC_MESSAGES/kjsembed5.mo
-share/locale/id/LC_MESSAGES/kjsembed5.mo
-share/locale/is/LC_MESSAGES/kjsembed5.mo
-share/locale/it/LC_MESSAGES/kjsembed5.mo
-share/locale/ja/LC_MESSAGES/kjsembed5.mo
-share/locale/ka/LC_MESSAGES/kjsembed5.mo
-share/locale/kk/LC_MESSAGES/kjsembed5.mo
-share/locale/km/LC_MESSAGES/kjsembed5.mo
-share/locale/kn/LC_MESSAGES/kjsembed5.mo
-share/locale/ko/LC_MESSAGES/kjsembed5.mo
-share/locale/ku/LC_MESSAGES/kjsembed5.mo
-share/locale/lb/LC_MESSAGES/kjsembed5.mo
-share/locale/lt/LC_MESSAGES/kjsembed5.mo
-share/locale/lv/LC_MESSAGES/kjsembed5.mo
-share/locale/mai/LC_MESSAGES/kjsembed5.mo
-share/locale/mk/LC_MESSAGES/kjsembed5.mo
-share/locale/ml/LC_MESSAGES/kjsembed5.mo
-share/locale/mr/LC_MESSAGES/kjsembed5.mo
-share/locale/ms/LC_MESSAGES/kjsembed5.mo
-share/locale/nb/LC_MESSAGES/kjsembed5.mo
-share/locale/nds/LC_MESSAGES/kjsembed5.mo
-share/locale/ne/LC_MESSAGES/kjsembed5.mo
-share/locale/nl/LC_MESSAGES/kjsembed5.mo
-share/locale/nn/LC_MESSAGES/kjsembed5.mo
-share/locale/oc/LC_MESSAGES/kjsembed5.mo
-share/locale/or/LC_MESSAGES/kjsembed5.mo
-share/locale/pa/LC_MESSAGES/kjsembed5.mo
-share/locale/pl/LC_MESSAGES/kjsembed5.mo
-share/locale/ps/LC_MESSAGES/kjsembed5.mo
-share/locale/pt/LC_MESSAGES/kjsembed5.mo
-share/locale/pt_BR/LC_MESSAGES/kjsembed5.mo
-share/locale/ro/LC_MESSAGES/kjsembed5.mo
-share/locale/ru/LC_MESSAGES/kjsembed5.mo
-share/locale/se/LC_MESSAGES/kjsembed5.mo
-share/locale/si/LC_MESSAGES/kjsembed5.mo
-share/locale/sk/LC_MESSAGES/kjsembed5.mo
-share/locale/sl/LC_MESSAGES/kjsembed5.mo
-share/locale/sq/LC_MESSAGES/kjsembed5.mo
-share/locale/sr/LC_MESSAGES/kjsembed5.mo
-share/locale/sr@ijekavian/LC_MESSAGES/kjsembed5.mo
-share/locale/sr@ijekavianlatin/LC_MESSAGES/kjsembed5.mo
-share/locale/sr@latin/LC_MESSAGES/kjsembed5.mo
-share/locale/sv/LC_MESSAGES/kjsembed5.mo
-share/locale/ta/LC_MESSAGES/kjsembed5.mo
-share/locale/te/LC_MESSAGES/kjsembed5.mo
-share/locale/tg/LC_MESSAGES/kjsembed5.mo
-share/locale/th/LC_MESSAGES/kjsembed5.mo
-share/locale/tr/LC_MESSAGES/kjsembed5.mo
-share/locale/tt/LC_MESSAGES/kjsembed5.mo
-share/locale/ug/LC_MESSAGES/kjsembed5.mo
-share/locale/uk/LC_MESSAGES/kjsembed5.mo
-share/locale/uz/LC_MESSAGES/kjsembed5.mo
-share/locale/uz@cyrillic/LC_MESSAGES/kjsembed5.mo
-share/locale/vi/LC_MESSAGES/kjsembed5.mo
-share/locale/wa/LC_MESSAGES/kjsembed5.mo
-share/locale/xh/LC_MESSAGES/kjsembed5.mo
-share/locale/zh_CN/LC_MESSAGES/kjsembed5.mo
-share/locale/zh_HK/LC_MESSAGES/kjsembed5.mo
-share/locale/zh_TW/LC_MESSAGES/kjsembed5.mo
diff --git a/kjsembed/buildlink3.mk b/kjsembed/buildlink3.mk
deleted file mode 100644
index 9738799..0000000
--- a/kjsembed/buildlink3.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	kjsembed
-
-.if !defined(KJSEMBED_BUILDLINK3_MK)
-KJSEMBED_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.kjsembed+=	kjsembed>=5.21.0
-BUILDLINK_PKGSRCDIR.kjsembed?=	../../wip/kjsembed
-
-.include "../../devel/ki18n/buildlink3.mk"
-.include "../../wip/kjs/buildlink3.mk"
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../x11/qt5-qtsvg/buildlink3.mk"
-.include "../../x11/qt5-qttools/buildlink3.mk"
-.endif	# KJSEMBED_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-kjsembed
diff --git a/kjsembed/distinfo b/kjsembed/distinfo
deleted file mode 100644
index 9e639e6..0000000
--- a/kjsembed/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (kjsembed-5.21.0.tar.xz) = bf68c72ca7b567d2d2ffbeff656d13a8bd605656
-RMD160 (kjsembed-5.21.0.tar.xz) = 1c84770f385d557273591f4ed03c4a17bec11347
-SHA512 (kjsembed-5.21.0.tar.xz) = 58b3e01d5f5bf736def19cd0bde57043010f1642a41422733ce7ffa3333aa9f8cea1f397389dc3707b1d01e3d479a108ed397017dd712e2ef9cd6ac13f23c856
-Size (kjsembed-5.21.0.tar.xz) = 165080 bytes
diff --git a/krunner/DESCR b/krunner/DESCR
deleted file mode 100644
index a4789e4..0000000
--- a/krunner/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-The Plasma workspace provides an application called KRunner which, among other
-things, allows one to type into a text area which causes various actions and
-information that match the text appear as the text is being typed.
-
-One application for this is the universal runner you can launch with ALT-F2.
-
-This functionality is provided via plugins loaded at runtime called "Runners".
-These plugins can be used by any application using the Plasma library. The
-KRunner framework is used to write these plugins.
diff --git a/krunner/Makefile b/krunner/Makefile
deleted file mode 100644
index 16b62b4..0000000
--- a/krunner/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
-
-DISTNAME=	krunner-${KF5VER}
-CATEGORIES=	devel
-
-HOMEPAGE=	https://community.kde.org/Frameworks
-COMMENT=	Framework for providing different actions given a string query
-LICENSE=	gnu-lgpl-v2.1
-
-.include "../../meta-pkgs/kf5/Makefile.common"
-MASTER_SITES=	${MASTER_SITE_KDE:=frameworks/5.21/portingAids/}
-
-USE_TOOLS+=	msgmerge
-
-.include "../../x11/plasma-framework/buildlink3.mk"
-.include "../../devel/threadweaver/buildlink3.mk"
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/krunner/PLIST b/krunner/PLIST
deleted file mode 100644
index 17c6a9a..0000000
--- a/krunner/PLIST
+++ /dev/null
@@ -1,25 +0,0 @@
-@comment $NetBSD$
-include/KF5/KRunner/KRunner/AbstractRunner
-include/KF5/KRunner/KRunner/QueryMatch
-include/KF5/KRunner/KRunner/RunnerContext
-include/KF5/KRunner/KRunner/RunnerManager
-include/KF5/KRunner/KRunner/RunnerSyntax
-include/KF5/KRunner/krunner/abstractrunner.h
-include/KF5/KRunner/krunner/krunner_export.h
-include/KF5/KRunner/krunner/querymatch.h
-include/KF5/KRunner/krunner/runnercontext.h
-include/KF5/KRunner/krunner/runnermanager.h
-include/KF5/KRunner/krunner/runnersyntax.h
-include/KF5/krunner_version.h
-lib/cmake/KF5Runner/KF5RunnerConfig.cmake
-lib/cmake/KF5Runner/KF5RunnerConfigVersion.cmake
-lib/cmake/KF5Runner/KF5RunnerTargets-noconfig.cmake
-lib/cmake/KF5Runner/KF5RunnerTargets.cmake
-lib/libKF5Runner.so
-lib/libKF5Runner.so.5
-lib/libKF5Runner.so.${PKGVERSION}
-qt5/mkspecs/modules/qt_KRunner.pri
-qt5/qml/org/kde/runnermodel/librunnermodelplugin.so
-qt5/qml/org/kde/runnermodel/qmldir
-share/kdevappwizard/templates/runner.tar.bz2
-share/kservicetypes5/plasma-runner.desktop
diff --git a/krunner/buildlink3.mk b/krunner/buildlink3.mk
deleted file mode 100644
index e303ba3..0000000
--- a/krunner/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	krunner
-
-.if !defined(KRUNNER_BUILDLINK3_MK)
-KRUNNER_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.krunner+=	krunner>=5.21.0
-BUILDLINK_PKGSRCDIR.krunner?=	../../wip/krunner
-
-.include "../../x11/plasma-framework/buildlink3.mk"
-.include "../../devel/threadweaver/buildlink3.mk"
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.endif	# KRUNNER_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-krunner
diff --git a/krunner/distinfo b/krunner/distinfo
deleted file mode 100644
index 8cafc41..0000000
--- a/krunner/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (krunner-5.21.0.tar.xz) = 8475e87b2c6cd4301090ce38f0c1d28ac7439963
-RMD160 (krunner-5.21.0.tar.xz) = 767467b7126b15eac2b00e93a8bf202c22574990
-SHA512 (krunner-5.21.0.tar.xz) = 0b2422b672565cde911a3a3347bea3bdafcec81b22444f13e6bc0e691a96fca1973184e81fb2f1d5525f67f6d51756bc1a2b3f62575c57ec5e9d40f6e88e1864
-Size (krunner-5.21.0.tar.xz) = 66664 bytes


Home | Main Index | Thread Index | Old Index