aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2016-11-15 00:12:56 +0800
committertcberner <tcberner@FreeBSD.org>2016-11-15 00:12:56 +0800
commit6c5965ba9ac4e94e995d4e16a6b052b416a4b6cf (patch)
treedbe08499461c3eea79dce8b1eca87e2699ef0d1c /x11
parentbf14630d264a9160dc837c514f487902a2f64259 (diff)
downloadfreebsd-ports-gnome-6c5965ba9ac4e94e995d4e16a6b052b416a4b6cf.tar.gz
freebsd-ports-gnome-6c5965ba9ac4e94e995d4e16a6b052b416a4b6cf.tar.zst
freebsd-ports-gnome-6c5965ba9ac4e94e995d4e16a6b052b416a4b6cf.zip
Importing KDE Frameworks into the ports tree (required for newer KDE Desktop and Applications)
KDE Frameworks is a collection of libraries and software frameworks by KDE that serve as technological foundation for KDE Plasma 5 and KDE Applications distributed under the GNU Lesser General Public License (LGPL) [1]. The work is based on what we have in the KDE testing repo [2]. This is the next big step in updating the KDE Desktop and its Applications to anything less dusty. With this change, `USES=kde:5` is now a valid option. Ports that need to depend on KDE Framework can now set: USES=kde:5 USE_KDE=<framework1> <framework2> ... <frameworkX> For example: www/qupzilla-qt5 can depend on sysutils/kf5-kwallet via: KWALLET_USE= KDE=wallet I would like to thank Raphael and Adriaan for reviewing the ports in the testing repo :) [1] https://en.wikipedia.org/wiki/KDE_Frameworks [2] http://src.mouf.net/area51/log/branches/plasma5 Reviewed by: rakuco, mat, groot_kde.org Approved by: rakuco (maintainer) Differential Revision: https://reviews.freebsd.org/D8329
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile10
-rw-r--r--x11/kf5-frameworkintegration/Makefile19
-rw-r--r--x11/kf5-frameworkintegration/distinfo3
-rw-r--r--x11/kf5-frameworkintegration/pkg-descr4
-rw-r--r--x11/kf5-frameworkintegration/pkg-plist34
-rw-r--r--x11/kf5-frameworks/Makefile17
-rw-r--r--x11/kf5-frameworks/pkg-descr7
-rw-r--r--x11/kf5-kactivities/Makefile20
-rw-r--r--x11/kf5-kactivities/distinfo3
-rw-r--r--x11/kf5-kactivities/pkg-descr7
-rw-r--r--x11/kf5-kactivities/pkg-plist26
-rw-r--r--x11/kf5-kded/Makefile16
-rw-r--r--x11/kf5-kded/distinfo3
-rw-r--r--x11/kf5-kded/pkg-descr5
-rw-r--r--x11/kf5-kded/pkg-plist18
-rw-r--r--x11/kf5-kdelibs4support/Makefile26
-rw-r--r--x11/kf5-kdelibs4support/distinfo3
-rw-r--r--x11/kf5-kdelibs4support/pkg-descr4
-rw-r--r--x11/kf5-kdelibs4support/pkg-plist1908
-rw-r--r--x11/kf5-kglobalaccel/Makefile20
-rw-r--r--x11/kf5-kglobalaccel/distinfo3
-rw-r--r--x11/kf5-kglobalaccel/pkg-descr5
-rw-r--r--x11/kf5-kglobalaccel/pkg-plist125
-rw-r--r--x11/kf5-kinit/Makefile17
-rw-r--r--x11/kf5-kinit/distinfo3
-rw-r--r--x11/kf5-kinit/pkg-descr4
-rw-r--r--x11/kf5-kinit/pkg-plist122
-rw-r--r--x11/kf5-krunner/Makefile17
-rw-r--r--x11/kf5-krunner/distinfo3
-rw-r--r--x11/kf5-krunner/pkg-descr5
-rw-r--r--x11/kf5-krunner/pkg-plist24
-rw-r--r--x11/kf5-kwindowsystem/Makefile19
-rw-r--r--x11/kf5-kwindowsystem/distinfo3
-rw-r--r--x11/kf5-kwindowsystem/pkg-descr5
-rw-r--r--x11/kf5-kwindowsystem/pkg-plist141
-rw-r--r--x11/kf5-plasma-framework/Makefile22
-rw-r--r--x11/kf5-plasma-framework/distinfo3
-rw-r--r--x11/kf5-plasma-framework/pkg-descr4
-rw-r--r--x11/kf5-plasma-framework/pkg-plist517
39 files changed, 3195 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 0861381348c8..ecb293694940 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -124,6 +124,16 @@
SUBDIR += keyboardcast
SUBDIR += keylaunch
SUBDIR += keynav
+ SUBDIR += kf5-frameworkintegration
+ SUBDIR += kf5-frameworks
+ SUBDIR += kf5-kactivities
+ SUBDIR += kf5-kded
+ SUBDIR += kf5-kdelibs4support
+ SUBDIR += kf5-kglobalaccel
+ SUBDIR += kf5-kinit
+ SUBDIR += kf5-krunner
+ SUBDIR += kf5-kwindowsystem
+ SUBDIR += kf5-plasma-framework
SUBDIR += kgamma
SUBDIR += konsole
SUBDIR += leechcraft
diff --git a/x11/kf5-frameworkintegration/Makefile b/x11/kf5-frameworkintegration/Makefile
new file mode 100644
index 000000000000..c6b286cc9e8e
--- /dev/null
+++ b/x11/kf5-frameworkintegration/Makefile
@@ -0,0 +1,19 @@
+# Created by: tcberner
+# $FreeBSD$
+
+PORTNAME= frameworkintegration
+PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
+CATEGORIES= x11 kde kde-frameworks
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= KF5 workspace and cross-framework integration plugins
+
+USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \
+ tar:xz
+USE_KDE= auth codecs config configwidgets coreaddons ecm i18n \
+ iconthemes kio notifications widgetsaddons
+USE_QT5= buildtools_build core dbus gui qmake_build widgets \
+ x11extras xml
+USE_XORG= xcb xcursor
+
+.include <bsd.port.mk>
diff --git a/x11/kf5-frameworkintegration/distinfo b/x11/kf5-frameworkintegration/distinfo
new file mode 100644
index 000000000000..1b7dd0f3f87a
--- /dev/null
+++ b/x11/kf5-frameworkintegration/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475424087
+SHA256 (KDE/frameworks/5.27.0/frameworkintegration-5.27.0.tar.xz) = e10e41ca8db269437a2d7bbcf262c21eb54ad82af785ccd300ce0020243ffb7e
+SIZE (KDE/frameworks/5.27.0/frameworkintegration-5.27.0.tar.xz) = 1749768
diff --git a/x11/kf5-frameworkintegration/pkg-descr b/x11/kf5-frameworkintegration/pkg-descr
new file mode 100644
index 000000000000..96f497e3fcd5
--- /dev/null
+++ b/x11/kf5-frameworkintegration/pkg-descr
@@ -0,0 +1,4 @@
+Framework Integration is a set of plugins responsible for better integration
+of Qt applications when running on a KDE Plasma workspace.
+
+WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/frameworkintegration/html/index.html
diff --git a/x11/kf5-frameworkintegration/pkg-plist b/x11/kf5-frameworkintegration/pkg-plist
new file mode 100644
index 000000000000..55501ba46d0e
--- /dev/null
+++ b/x11/kf5-frameworkintegration/pkg-plist
@@ -0,0 +1,34 @@
+include/KF5/KStyle/KStyle
+include/KF5/KStyle/kstyle.h
+include/KF5/KStyle/kstyle_export.h
+include/KF5/frameworkintegration_version.h
+lib/cmake/KF5FrameworkIntegration/KF5FrameworkIntegrationConfig.cmake
+lib/cmake/KF5FrameworkIntegration/KF5FrameworkIntegrationConfigVersion.cmake
+lib/cmake/KF5FrameworkIntegration/KF5FrameworkIntegrationTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/KF5FrameworkIntegration/KF5FrameworkIntegrationTargets.cmake
+lib/libKF5Style.so
+lib/libKF5Style.so.5
+lib/libKF5Style.so.%%KDE_FRAMEWORKS_VERSION%%
+%%QT_PLUGINDIR%%/kf5/FrameworkIntegrationPlugin.so
+share/kf5/infopage/bar-bottom-left.png
+share/kf5/infopage/bar-bottom-middle.png
+share/kf5/infopage/bar-bottom-right.png
+share/kf5/infopage/bar-middle-left.png
+share/kf5/infopage/bar-middle-right.png
+share/kf5/infopage/bar-top-left.png
+share/kf5/infopage/bar-top-middle.png
+share/kf5/infopage/bar-top-right.png
+share/kf5/infopage/body-background.png
+share/kf5/infopage/box-bottom-left.png
+share/kf5/infopage/box-bottom-middle.png
+share/kf5/infopage/box-bottom-right.png
+share/kf5/infopage/box-center.png
+share/kf5/infopage/box-middle-left.png
+share/kf5/infopage/box-middle-right.png
+share/kf5/infopage/box-top-left.png
+share/kf5/infopage/box-top-middle.png
+share/kf5/infopage/box-top-right.png
+share/kf5/infopage/kde_infopage.css
+share/kf5/infopage/kde_infopage_rtl.css
+share/kf5/infopage/top-middle.png
+share/knotifications5/plasma_workspace.notifyrc
diff --git a/x11/kf5-frameworks/Makefile b/x11/kf5-frameworks/Makefile
new file mode 100644
index 000000000000..50bc6541c7ce
--- /dev/null
+++ b/x11/kf5-frameworks/Makefile
@@ -0,0 +1,17 @@
+# Created by: tcberner
+# $FreeBSD$
+
+PORTNAME= frameworks
+PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
+CATEGORIES= x11 kde
+PKGNAMEPREFIX= kf5-
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= KF5 frameworks meta port
+
+USES= metaport kde:5
+USE_KDE= ${_USE_FRAMEWORKS_ALL}
+# pull bsd.qt.mk for QT_PLUGINDIR in the kf5-dependencies
+USE_QT5= #
+
+.include <bsd.port.mk>
diff --git a/x11/kf5-frameworks/pkg-descr b/x11/kf5-frameworks/pkg-descr
new file mode 100644
index 000000000000..cc4493889f0d
--- /dev/null
+++ b/x11/kf5-frameworks/pkg-descr
@@ -0,0 +1,7 @@
+The KDE Frameworks build on the Qt framework, providing everything from simple
+utility classes (such as those in KCoreAddons) to integrated solutions for
+common requirements of desktop applications (such as KNewStuff, for fetching
+downloadable add-on content in an application, or the powerful KIO
+multi-protocol file access framework).
+
+WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/
diff --git a/x11/kf5-kactivities/Makefile b/x11/kf5-kactivities/Makefile
new file mode 100644
index 000000000000..c81e1f155ae6
--- /dev/null
+++ b/x11/kf5-kactivities/Makefile
@@ -0,0 +1,20 @@
+# Created by: tcberner
+# $FreeBSD$
+
+PORTNAME= kactivities
+PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
+CATEGORIES= x11 kde kde-frameworks
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= KF5 runtime and library to organize work in separate activities
+
+LIB_DEPENDS= libboost_system.so:devel/boost-libs
+
+USES= cmake:outsource compiler:c++11-lib gettext kde:5 pathfix tar:xz
+USE_KDE= bookmarks config configwidgets coreaddons dbusaddons ecm \
+ globalaccel i18n kcmutils kdeclarative kio package \
+ service widgetsaddons windowsystem xmlgui
+USE_QT5= buildtools_build core dbus gui network qmake_build qml \
+ quick sql widgets
+
+.include <bsd.port.mk>
diff --git a/x11/kf5-kactivities/distinfo b/x11/kf5-kactivities/distinfo
new file mode 100644
index 000000000000..a9b6721ef565
--- /dev/null
+++ b/x11/kf5-kactivities/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475424087
+SHA256 (KDE/frameworks/5.27.0/kactivities-5.27.0.tar.xz) = d313103af7b3dc35febd12791596da29243490f8f64325930cce3de1683ea023
+SIZE (KDE/frameworks/5.27.0/kactivities-5.27.0.tar.xz) = 61228
diff --git a/x11/kf5-kactivities/pkg-descr b/x11/kf5-kactivities/pkg-descr
new file mode 100644
index 000000000000..93a58f17812c
--- /dev/null
+++ b/x11/kf5-kactivities/pkg-descr
@@ -0,0 +1,7 @@
+KActivities provides the infrastructure needed to manage a user's activites,
+allowing them to switch between tasks, and for applications to update their
+state to match the user's current activity. This includes a daemon, a library
+for interacting with that daemon, and plugins for integration with other
+frameworks.
+
+WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kactivities/html/index.html
diff --git a/x11/kf5-kactivities/pkg-plist b/x11/kf5-kactivities/pkg-plist
new file mode 100644
index 000000000000..c65fc0866609
--- /dev/null
+++ b/x11/kf5-kactivities/pkg-plist
@@ -0,0 +1,26 @@
+bin/kactivities-cli
+include/KF5/KActivities/KActivities/ActivitiesModel
+include/KF5/KActivities/KActivities/Consumer
+include/KF5/KActivities/KActivities/Controller
+include/KF5/KActivities/KActivities/Info
+include/KF5/KActivities/KActivities/ResourceInstance
+include/KF5/KActivities/KActivities/Version
+include/KF5/KActivities/kactivities/activitiesmodel.h
+include/KF5/KActivities/kactivities/consumer.h
+include/KF5/KActivities/kactivities/controller.h
+include/KF5/KActivities/kactivities/info.h
+include/KF5/KActivities/kactivities/kactivities_export.h
+include/KF5/KActivities/kactivities/resourceinstance.h
+include/KF5/KActivities/kactivities/version.h
+include/KF5/kactivities_version.h
+lib/cmake/KF5Activities/KF5ActivitiesConfig.cmake
+lib/cmake/KF5Activities/KF5ActivitiesConfigVersion.cmake
+lib/cmake/KF5Activities/KF5ActivitiesLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/KF5Activities/KF5ActivitiesLibraryTargets.cmake
+lib/libKF5Activities.so
+lib/libKF5Activities.so.5
+lib/libKF5Activities.so.%%KDE_FRAMEWORKS_VERSION%%
+%%QT_MKSPECDIR%%/modules/qt_KActivities.pri
+%%QT_QMLDIR%%/org/kde/activities/libkactivitiesextensionplugin.so
+%%QT_QMLDIR%%/org/kde/activities/qmldir
+libdata/pkgconfig/libKActivities.pc
diff --git a/x11/kf5-kded/Makefile b/x11/kf5-kded/Makefile
new file mode 100644
index 000000000000..42fc48df01f2
--- /dev/null
+++ b/x11/kf5-kded/Makefile
@@ -0,0 +1,16 @@
+# Created by: tcberner
+# $FreeBSD$
+
+PORTNAME= kded
+PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
+CATEGORIES= x11 kde kde-frameworks
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= KF5 extensible deamon for providing system level services
+
+USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz
+USE_KDE= config coreaddons crash dbusaddons doctools ecm \
+ init service
+USE_QT5= buildtools_build core dbus gui qmake_build widgets
+
+.include <bsd.port.mk>
diff --git a/x11/kf5-kded/distinfo b/x11/kf5-kded/distinfo
new file mode 100644
index 000000000000..1f6bc12f639e
--- /dev/null
+++ b/x11/kf5-kded/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475424087
+SHA256 (KDE/frameworks/5.27.0/kded-5.27.0.tar.xz) = 82818fd1ea3386a7f806d601add69dc976f58fd1394126b6f57bdca462c7c491
+SIZE (KDE/frameworks/5.27.0/kded-5.27.0.tar.xz) = 36404
diff --git a/x11/kf5-kded/pkg-descr b/x11/kf5-kded/pkg-descr
new file mode 100644
index 000000000000..5b6ab191b7a4
--- /dev/null
+++ b/x11/kf5-kded/pkg-descr
@@ -0,0 +1,5 @@
+KDED stands for KDE Daemon which isn't very descriptive. KDED runs in the
+background and performs a number of small tasks. Some of these tasks are
+built in, others are started on demand.
+
+WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kded/html/index.html
diff --git a/x11/kf5-kded/pkg-plist b/x11/kf5-kded/pkg-plist
new file mode 100644
index 000000000000..7b0cd319c6a3
--- /dev/null
+++ b/x11/kf5-kded/pkg-plist
@@ -0,0 +1,18 @@
+bin/kded5
+lib/cmake/KDED/KDEDConfig.cmake
+lib/cmake/KDED/KDEDConfigVersion.cmake
+lib/cmake/KDED/KDEDTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/KDED/KDEDTargets.cmake
+lib/libkdeinit5_kded5.so
+man/ca/man8/kded5.8.gz
+man/de/man8/kded5.8.gz
+man/it/man8/kded5.8.gz
+man/man8/kded5.8.gz
+man/nl/man8/kded5.8.gz
+man/pt_BR/man8/kded5.8.gz
+man/ru/man8/kded5.8.gz
+man/sv/man8/kded5.8.gz
+man/uk/man8/kded5.8.gz
+share/dbus-1/interfaces/org.kde.kded5.xml
+share/dbus-1/services/org.kde.kded5.service
+share/kservicetypes5/kdedmodule.desktop
diff --git a/x11/kf5-kdelibs4support/Makefile b/x11/kf5-kdelibs4support/Makefile
new file mode 100644
index 000000000000..c7611706e010
--- /dev/null
+++ b/x11/kf5-kdelibs4support/Makefile
@@ -0,0 +1,26 @@
+# Created by: tcberner
+# $FreeBSD$
+
+PORTNAME= kdelibs4support
+PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
+CATEGORIES= x11 kde kde-frameworks
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= KF5 porting aid from KDELibs4
+
+BUILD_DEPENDS= p5-URI>=0:net/p5-URI
+
+USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
+USE_KDE= auth bookmarks codecs completion config configwidgets \
+ coreaddons crash dbusaddons doctools globalaccel \
+ guiaddons i18n iconthemes itemviews jobwidgets kded \
+ kio notifications parts service solid sonnet \
+ textwidgets unitconversion widgetsaddons windowsystem \
+ xmlgui \
+ designerplugin_build designerplugin_run
+USE_QT5= buildtools_build core dbus designer gui network \
+ printsupport qmake_build svg testlib widgets \
+ x11extras xml
+USE_XORG= ice sm x11 xext
+
+.include <bsd.port.mk>
diff --git a/x11/kf5-kdelibs4support/distinfo b/x11/kf5-kdelibs4support/distinfo
new file mode 100644
index 000000000000..c262fa305527
--- /dev/null
+++ b/x11/kf5-kdelibs4support/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475424088
+SHA256 (KDE/frameworks/5.27.0/kdelibs4support-5.27.0.tar.xz) = 21d92069f472f9d8ea7c479efd549883d912c209ac974c6628e2089e5669689d
+SIZE (KDE/frameworks/5.27.0/kdelibs4support-5.27.0.tar.xz) = 3371840
diff --git a/x11/kf5-kdelibs4support/pkg-descr b/x11/kf5-kdelibs4support/pkg-descr
new file mode 100644
index 000000000000..c610e359c32d
--- /dev/null
+++ b/x11/kf5-kdelibs4support/pkg-descr
@@ -0,0 +1,4 @@
+This framework provides code and utilities to ease the transition from kdelibs 4
+to KDE Frameworks 5.
+
+WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kdelibs4support/html/index.html
diff --git a/x11/kf5-kdelibs4support/pkg-plist b/x11/kf5-kdelibs4support/pkg-plist
new file mode 100644
index 000000000000..4b164b05ce33
--- /dev/null
+++ b/x11/kf5-kdelibs4support/pkg-plist
@@ -0,0 +1,1908 @@
+bin/kdebugdialog5
+bin/kf5-config
+etc/xdg/colors/40.colors
+etc/xdg/colors/Oxygen.colors
+etc/xdg/colors/Rainbow.colors
+etc/xdg/colors/Royal.colors
+etc/xdg/colors/Web.colors
+etc/xdg/kdebug.areas
+etc/xdg/kdebugrc
+etc/xdg/ksslcalist
+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/OrgKdeKDirNotifyInterface
+include/KF5/KDELibs4Support/KDE/PtyProcess
+include/KF5/KDELibs4Support/KDE/Solid/Battery
+include/KF5/KDELibs4Support/KDE/Solid/Block
+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/GenericInterface
+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/ksslconfig.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-%%CMAKE_BUILD_TYPE%%.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-%%CMAKE_BUILD_TYPE%%.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.%%KDE_FRAMEWORKS_VERSION%%
+lib/libexec/kf5/filesharelist
+lib/libexec/kf5/fileshareset
+%%QT_PLUGINDIR%%/designer/kf5deprecatedwidgets.so
+%%QT_PLUGINDIR%%/kcm_ssl.so
+%%QT_PLUGINDIR%%/kf5/kded/networkstatus.so
+%%QT_PLUGINDIR%%/kf5/kio/metainfo.so
+man/ca/man1/kf5-config.1.gz
+man/de/man1/kf5-config.1.gz
+man/it/man1/kf5-config.1.gz
+man/man1/kf5-config.1.gz
+man/nl/man1/kf5-config.1.gz
+man/pt_BR/man1/kf5-config.1.gz
+man/sv/man1/kf5-config.1.gz
+man/uk/man1/kf5-config.1.gz
+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/kcontrol/kcm_ssl/index.cache.bz2
+share/doc/HTML/ca/kcontrol/kcm_ssl/index.docbook
+share/doc/HTML/ca/kdebugdialog5/index.cache.bz2
+share/doc/HTML/ca/kdebugdialog5/index.docbook
+share/doc/HTML/de/kcontrol/kcm_ssl/index.cache.bz2
+share/doc/HTML/de/kcontrol/kcm_ssl/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/kcontrol/kcm_ssl/index.cache.bz2
+share/doc/HTML/it/kcontrol/kcm_ssl/index.docbook
+share/doc/HTML/it/kdebugdialog5/index.cache.bz2
+share/doc/HTML/it/kdebugdialog5/index.docbook
+share/doc/HTML/nl/kcontrol/kcm_ssl/index.cache.bz2
+share/doc/HTML/nl/kcontrol/kcm_ssl/index.docbook
+share/doc/HTML/nl/kdebugdialog5/index.cache.bz2
+share/doc/HTML/nl/kdebugdialog5/index.docbook
+share/doc/HTML/pt_BR/kcontrol/kcm_ssl/details.png
+share/doc/HTML/pt_BR/kcontrol/kcm_ssl/index.cache.bz2
+share/doc/HTML/pt_BR/kcontrol/kcm_ssl/index.docbook
+share/doc/HTML/pt_BR/kcontrol/kcm_ssl/module.png
+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/kcontrol/kcm_ssl/index.cache.bz2
+share/doc/HTML/sv/kcontrol/kcm_ssl/index.docbook
+share/doc/HTML/sv/kdebugdialog5/index.cache.bz2
+share/doc/HTML/sv/kdebugdialog5/index.docbook
+share/doc/HTML/uk/kcontrol/kcm_ssl/index.cache.bz2
+share/doc/HTML/uk/kcontrol/kcm_ssl/index.docbook
+share/doc/HTML/uk/kdebugdialog5/index.cache.bz2
+share/doc/HTML/uk/kdebugdialog5/index.docbook
+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/x11/kf5-kglobalaccel/Makefile b/x11/kf5-kglobalaccel/Makefile
new file mode 100644
index 000000000000..6f8ce5c7aa7c
--- /dev/null
+++ b/x11/kf5-kglobalaccel/Makefile
@@ -0,0 +1,20 @@
+# Created by: tcberner
+# $FreeBSD$
+
+PORTNAME= kglobalaccel
+PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
+CATEGORIES= x11 kde kde-frameworks
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= KF5 library to add support for global workspace shortcuts
+
+LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms
+
+USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz
+USE_KDE= ecm config coreaddons crash dbusaddons i18n service \
+ windowsystem
+USE_QT5= buildtools_build core dbus gui linguisttools qmake_build \
+ testlib widgets x11extras
+USE_XORG= xcb
+
+.include <bsd.port.mk>
diff --git a/x11/kf5-kglobalaccel/distinfo b/x11/kf5-kglobalaccel/distinfo
new file mode 100644
index 000000000000..9fdb52d5ac17
--- /dev/null
+++ b/x11/kf5-kglobalaccel/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475424088
+SHA256 (KDE/frameworks/5.27.0/kglobalaccel-5.27.0.tar.xz) = b22e11cd336c56edb0ca5d62d3bd396021c4bf0b32bac8420a2e28cabab353fc
+SIZE (KDE/frameworks/5.27.0/kglobalaccel-5.27.0.tar.xz) = 2576916
diff --git a/x11/kf5-kglobalaccel/pkg-descr b/x11/kf5-kglobalaccel/pkg-descr
new file mode 100644
index 000000000000..1cf7699e8a39
--- /dev/null
+++ b/x11/kf5-kglobalaccel/pkg-descr
@@ -0,0 +1,5 @@
+KGlobalAccel allows you to have global accelerators that are independent of the
+focused window. Unlike regular shortcuts, the application's window does not need
+focus for them to be activated.
+
+WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kglobalaccel/html/index.html
diff --git a/x11/kf5-kglobalaccel/pkg-plist b/x11/kf5-kglobalaccel/pkg-plist
new file mode 100644
index 000000000000..fa7db96c6a55
--- /dev/null
+++ b/x11/kf5-kglobalaccel/pkg-plist
@@ -0,0 +1,125 @@
+bin/kglobalaccel5
+include/KF5/KGlobalAccel/KGlobalAccel
+include/KF5/KGlobalAccel/KGlobalShortcutInfo
+include/KF5/KGlobalAccel/kglobalaccel.h
+include/KF5/KGlobalAccel/kglobalaccel_export.h
+include/KF5/KGlobalAccel/kglobalshortcutinfo.h
+include/KF5/KGlobalAccel/private/kf5globalaccelprivate_export.h
+include/KF5/KGlobalAccel/private/kglobalaccel_interface.h
+include/KF5/KGlobalAccel/private/kglobalacceld.h
+include/KF5/kglobalaccel_version.h
+lib/cmake/KF5GlobalAccel/KF5GlobalAccelConfig.cmake
+lib/cmake/KF5GlobalAccel/KF5GlobalAccelConfigVersion.cmake
+lib/cmake/KF5GlobalAccel/KF5GlobalAccelTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/KF5GlobalAccel/KF5GlobalAccelTargets.cmake
+lib/libKF5GlobalAccel.so
+lib/libKF5GlobalAccel.so.5
+lib/libKF5GlobalAccel.so.%%KDE_FRAMEWORKS_VERSION%%
+lib/libKF5GlobalAccelPrivate.so.5
+lib/libKF5GlobalAccelPrivate.so.%%KDE_FRAMEWORKS_VERSION%%
+%%QT_PLUGINDIR%%/org.kde.kglobalaccel5.platforms/KF5GlobalAccelPrivateXcb.so
+%%QT_MKSPECDIR%%/modules/qt_KGlobalAccel.pri
+share/dbus-1/interfaces/kf5_org.kde.KGlobalAccel.xml
+share/dbus-1/interfaces/kf5_org.kde.kglobalaccel.Component.xml
+share/dbus-1/services/org.kde.kglobalaccel.service
+share/kservices5/kglobalaccel5.desktop
+share/locale/af/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/ar/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/as/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/ast/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/be/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/be@latin/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/bg/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/bn/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/bn_IN/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/br/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/bs/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/ca/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/ca@valencia/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/crh/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/cs/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/csb/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/cy/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/da/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/de/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/el/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/en_GB/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/eo/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/es/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/et/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/eu/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/fa/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/fi/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/fr/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/fy/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/ga/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/gd/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/gl/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/gu/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/ha/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/he/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/hi/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/hne/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/hr/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/hsb/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/hu/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/hy/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/ia/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/id/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/is/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/it/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/ja/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/ka/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/kk/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/km/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/kn/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/ko/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/ku/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/lb/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/lt/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/lv/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/mai/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/mk/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/ml/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/mr/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/ms/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/nb/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/nds/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/ne/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/nl/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/nn/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/oc/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/or/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/pa/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/pl/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/ps/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/pt/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/pt_BR/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/ro/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/ru/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/se/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/si/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/sk/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/sl/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/sq/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/sr/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/sr@ijekavian/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/sr@latin/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/sv/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/ta/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/te/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/tg/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/th/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/tr/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/tt/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/ug/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/uk/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/uz/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/uz@cyrillic/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/vi/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/wa/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/xh/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/zh_CN/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/zh_HK/LC_MESSAGES/kglobalaccel5_qt.qm
+share/locale/zh_TW/LC_MESSAGES/kglobalaccel5_qt.qm
diff --git a/x11/kf5-kinit/Makefile b/x11/kf5-kinit/Makefile
new file mode 100644
index 000000000000..e94adbef427c
--- /dev/null
+++ b/x11/kf5-kinit/Makefile
@@ -0,0 +1,17 @@
+# Created by: tcberner
+# $FreeBSD$
+
+PORTNAME= kinit
+PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
+CATEGORIES= x11 kde kde-frameworks
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= KF5 process launcher to speed up launching KDE applications
+
+USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
+USE_KDE= completion config coreaddons crash doctools ecm i18n \
+ jobwidgets kio service widgetsaddons windowsystem
+USE_QT5= buildtools_build core dbus gui network qmake_build widgets
+USE_XORG= x11 xcb
+
+.include <bsd.port.mk>
diff --git a/x11/kf5-kinit/distinfo b/x11/kf5-kinit/distinfo
new file mode 100644
index 000000000000..f73dcef52a48
--- /dev/null
+++ b/x11/kf5-kinit/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475424088
+SHA256 (KDE/frameworks/5.27.0/kinit-5.27.0.tar.xz) = 377e0e6ba6a466a63c715adc898457daa904721b54f46dabcc4aaa7075a07769
+SIZE (KDE/frameworks/5.27.0/kinit-5.27.0.tar.xz) = 2658832
diff --git a/x11/kf5-kinit/pkg-descr b/x11/kf5-kinit/pkg-descr
new file mode 100644
index 000000000000..608d2694cf75
--- /dev/null
+++ b/x11/kf5-kinit/pkg-descr
@@ -0,0 +1,4 @@
+kdeinit is a process launcher somewhat similar to the famous init used for
+booting UNIX.
+
+WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kinit/html/index.html
diff --git a/x11/kf5-kinit/pkg-plist b/x11/kf5-kinit/pkg-plist
new file mode 100644
index 000000000000..a8c500dcc6cc
--- /dev/null
+++ b/x11/kf5-kinit/pkg-plist
@@ -0,0 +1,122 @@
+bin/kdeinit5
+bin/kdeinit5_shutdown
+bin/kdeinit5_wrapper
+bin/kshell5
+bin/kwrapper5
+lib/cmake/KF5Init/KF5InitConfig.cmake
+lib/cmake/KF5Init/KF5InitConfigVersion.cmake
+lib/cmake/KF5Init/KF5InitMacros.cmake
+lib/cmake/KF5Init/kde5init_dummy.cpp.in
+lib/libexec/kf5/klauncher
+lib/libexec/kf5/start_kdeinit
+lib/libexec/kf5/start_kdeinit_wrapper
+lib/libkdeinit5_klauncher.so
+man/ca/man8/kdeinit5.8.gz
+man/de/man8/kdeinit5.8.gz
+man/it/man8/kdeinit5.8.gz
+man/man8/kdeinit5.8.gz
+man/nl/man8/kdeinit5.8.gz
+man/pt_BR/man8/kdeinit5.8.gz
+man/sv/man8/kdeinit5.8.gz
+man/uk/man8/kdeinit5.8.gz
+share/dbus-1/interfaces/kf5_org.kde.KLauncher.xml
+share/locale/af/LC_MESSAGES/kinit5.mo
+share/locale/ar/LC_MESSAGES/kinit5.mo
+share/locale/as/LC_MESSAGES/kinit5.mo
+share/locale/ast/LC_MESSAGES/kinit5.mo
+share/locale/be/LC_MESSAGES/kinit5.mo
+share/locale/be@latin/LC_MESSAGES/kinit5.mo
+share/locale/bg/LC_MESSAGES/kinit5.mo
+share/locale/bn/LC_MESSAGES/kinit5.mo
+share/locale/bn_IN/LC_MESSAGES/kinit5.mo
+share/locale/br/LC_MESSAGES/kinit5.mo
+share/locale/bs/LC_MESSAGES/kinit5.mo
+share/locale/ca/LC_MESSAGES/kinit5.mo
+share/locale/ca@valencia/LC_MESSAGES/kinit5.mo
+share/locale/crh/LC_MESSAGES/kinit5.mo
+share/locale/cs/LC_MESSAGES/kinit5.mo
+share/locale/csb/LC_MESSAGES/kinit5.mo
+share/locale/cy/LC_MESSAGES/kinit5.mo
+share/locale/da/LC_MESSAGES/kinit5.mo
+share/locale/de/LC_MESSAGES/kinit5.mo
+share/locale/el/LC_MESSAGES/kinit5.mo
+share/locale/en_GB/LC_MESSAGES/kinit5.mo
+share/locale/eo/LC_MESSAGES/kinit5.mo
+share/locale/es/LC_MESSAGES/kinit5.mo
+share/locale/et/LC_MESSAGES/kinit5.mo
+share/locale/eu/LC_MESSAGES/kinit5.mo
+share/locale/fa/LC_MESSAGES/kinit5.mo
+share/locale/fi/LC_MESSAGES/kinit5.mo
+share/locale/fr/LC_MESSAGES/kinit5.mo
+share/locale/fy/LC_MESSAGES/kinit5.mo
+share/locale/ga/LC_MESSAGES/kinit5.mo
+share/locale/gd/LC_MESSAGES/kinit5.mo
+share/locale/gl/LC_MESSAGES/kinit5.mo
+share/locale/gu/LC_MESSAGES/kinit5.mo
+share/locale/ha/LC_MESSAGES/kinit5.mo
+share/locale/he/LC_MESSAGES/kinit5.mo
+share/locale/hi/LC_MESSAGES/kinit5.mo
+share/locale/hne/LC_MESSAGES/kinit5.mo
+share/locale/hr/LC_MESSAGES/kinit5.mo
+share/locale/hsb/LC_MESSAGES/kinit5.mo
+share/locale/hu/LC_MESSAGES/kinit5.mo
+share/locale/hy/LC_MESSAGES/kinit5.mo
+share/locale/ia/LC_MESSAGES/kinit5.mo
+share/locale/id/LC_MESSAGES/kinit5.mo
+share/locale/is/LC_MESSAGES/kinit5.mo
+share/locale/it/LC_MESSAGES/kinit5.mo
+share/locale/ja/LC_MESSAGES/kinit5.mo
+share/locale/ka/LC_MESSAGES/kinit5.mo
+share/locale/kk/LC_MESSAGES/kinit5.mo
+share/locale/km/LC_MESSAGES/kinit5.mo
+share/locale/kn/LC_MESSAGES/kinit5.mo
+share/locale/ko/LC_MESSAGES/kinit5.mo
+share/locale/ku/LC_MESSAGES/kinit5.mo
+share/locale/lb/LC_MESSAGES/kinit5.mo
+share/locale/lt/LC_MESSAGES/kinit5.mo
+share/locale/lv/LC_MESSAGES/kinit5.mo
+share/locale/mai/LC_MESSAGES/kinit5.mo
+share/locale/mk/LC_MESSAGES/kinit5.mo
+share/locale/ml/LC_MESSAGES/kinit5.mo
+share/locale/mr/LC_MESSAGES/kinit5.mo
+share/locale/ms/LC_MESSAGES/kinit5.mo
+share/locale/nb/LC_MESSAGES/kinit5.mo
+share/locale/nds/LC_MESSAGES/kinit5.mo
+share/locale/ne/LC_MESSAGES/kinit5.mo
+share/locale/nl/LC_MESSAGES/kinit5.mo
+share/locale/nn/LC_MESSAGES/kinit5.mo
+share/locale/oc/LC_MESSAGES/kinit5.mo
+share/locale/or/LC_MESSAGES/kinit5.mo
+share/locale/pa/LC_MESSAGES/kinit5.mo
+share/locale/pl/LC_MESSAGES/kinit5.mo
+share/locale/ps/LC_MESSAGES/kinit5.mo
+share/locale/pt/LC_MESSAGES/kinit5.mo
+share/locale/pt_BR/LC_MESSAGES/kinit5.mo
+share/locale/ro/LC_MESSAGES/kinit5.mo
+share/locale/ru/LC_MESSAGES/kinit5.mo
+share/locale/se/LC_MESSAGES/kinit5.mo
+share/locale/si/LC_MESSAGES/kinit5.mo
+share/locale/sk/LC_MESSAGES/kinit5.mo
+share/locale/sl/LC_MESSAGES/kinit5.mo
+share/locale/sq/LC_MESSAGES/kinit5.mo
+share/locale/sr/LC_MESSAGES/kinit5.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kinit5.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kinit5.mo
+share/locale/sr@latin/LC_MESSAGES/kinit5.mo
+share/locale/sv/LC_MESSAGES/kinit5.mo
+share/locale/ta/LC_MESSAGES/kinit5.mo
+share/locale/te/LC_MESSAGES/kinit5.mo
+share/locale/tg/LC_MESSAGES/kinit5.mo
+share/locale/th/LC_MESSAGES/kinit5.mo
+share/locale/tr/LC_MESSAGES/kinit5.mo
+share/locale/tt/LC_MESSAGES/kinit5.mo
+share/locale/ug/LC_MESSAGES/kinit5.mo
+share/locale/uk/LC_MESSAGES/kinit5.mo
+share/locale/uz/LC_MESSAGES/kinit5.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kinit5.mo
+share/locale/vi/LC_MESSAGES/kinit5.mo
+share/locale/wa/LC_MESSAGES/kinit5.mo
+share/locale/xh/LC_MESSAGES/kinit5.mo
+share/locale/zh_CN/LC_MESSAGES/kinit5.mo
+share/locale/zh_HK/LC_MESSAGES/kinit5.mo
+share/locale/zh_TW/LC_MESSAGES/kinit5.mo
diff --git a/x11/kf5-krunner/Makefile b/x11/kf5-krunner/Makefile
new file mode 100644
index 000000000000..dc630718abf3
--- /dev/null
+++ b/x11/kf5-krunner/Makefile
@@ -0,0 +1,17 @@
+# Created by: tcberner
+# $FreeBSD$
+
+PORTNAME= krunner
+PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
+CATEGORIES= x11 kde kde-frameworks
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= KF5 parallelized query system
+
+USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
+USE_KDE= config coreaddons ecm i18n kio package plasma-framework \
+ service solid threadweaver
+USE_QT5= buildtools_build core gui network qmake_build qml \
+ quick widgets
+
+.include <bsd.port.mk>
diff --git a/x11/kf5-krunner/distinfo b/x11/kf5-krunner/distinfo
new file mode 100644
index 000000000000..db82148f0ef6
--- /dev/null
+++ b/x11/kf5-krunner/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475424088
+SHA256 (KDE/frameworks/5.27.0/krunner-5.27.0.tar.xz) = 495297b26b0f6d242bff4925f478f761b41f28dcb2c120994f0dd87a6ff4ddfb
+SIZE (KDE/frameworks/5.27.0/krunner-5.27.0.tar.xz) = 67440
diff --git a/x11/kf5-krunner/pkg-descr b/x11/kf5-krunner/pkg-descr
new file mode 100644
index 000000000000..56f91c403d82
--- /dev/null
+++ b/x11/kf5-krunner/pkg-descr
@@ -0,0 +1,5 @@
+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.
+
+WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/krunner/html/index.html
diff --git a/x11/kf5-krunner/pkg-plist b/x11/kf5-krunner/pkg-plist
new file mode 100644
index 000000000000..74e95742ee43
--- /dev/null
+++ b/x11/kf5-krunner/pkg-plist
@@ -0,0 +1,24 @@
+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-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/KF5Runner/KF5RunnerTargets.cmake
+lib/libKF5Runner.so
+lib/libKF5Runner.so.5
+lib/libKF5Runner.so.%%KDE_FRAMEWORKS_VERSION%%
+%%QT_QMLDIR%%/org/kde/runnermodel/librunnermodelplugin.so
+%%QT_QMLDIR%%/org/kde/runnermodel/qmldir
+%%QT_MKSPECDIR%%/modules/qt_KRunner.pri
+share/kdevappwizard/templates/runner.tar.bz2
+share/kservicetypes5/plasma-runner.desktop
diff --git a/x11/kf5-kwindowsystem/Makefile b/x11/kf5-kwindowsystem/Makefile
new file mode 100644
index 000000000000..4c6356787f75
--- /dev/null
+++ b/x11/kf5-kwindowsystem/Makefile
@@ -0,0 +1,19 @@
+# Created by: tcberner
+# $FreeBSD$
+
+PORTNAME= kwindowsystem
+PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
+CATEGORIES= x11 kde kde-frameworks
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= KF5 library for access to the windowing system
+
+LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms
+
+USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig tar:xz
+USE_KDE= ecm
+USE_QT5= buildtools_build core gui linguisttools qmake_build \
+ testlib widgets x11extras
+USE_XORG= ice sm x11 xcb xext xfixes xrender
+
+.include <bsd.port.mk>
diff --git a/x11/kf5-kwindowsystem/distinfo b/x11/kf5-kwindowsystem/distinfo
new file mode 100644
index 000000000000..3aebf92c2cc0
--- /dev/null
+++ b/x11/kf5-kwindowsystem/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475424088
+SHA256 (KDE/frameworks/5.27.0/kwindowsystem-5.27.0.tar.xz) = 1d5609a3e45e01780551a45f9c031f54ee2b5ddd3a2ae1bc7fe15016f9a58970
+SIZE (KDE/frameworks/5.27.0/kwindowsystem-5.27.0.tar.xz) = 2642136
diff --git a/x11/kf5-kwindowsystem/pkg-descr b/x11/kf5-kwindowsystem/pkg-descr
new file mode 100644
index 000000000000..3d23a9ff2686
--- /dev/null
+++ b/x11/kf5-kwindowsystem/pkg-descr
@@ -0,0 +1,5 @@
+KWindowSystem provides information about the windowing system and allows
+interaction with the windowing system. It provides an high level API which
+is windowing system independent and has platform specific implementations.
+
+WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kwindowsystem/html/index.html
diff --git a/x11/kf5-kwindowsystem/pkg-plist b/x11/kf5-kwindowsystem/pkg-plist
new file mode 100644
index 000000000000..39cb72fc2f9a
--- /dev/null
+++ b/x11/kf5-kwindowsystem/pkg-plist
@@ -0,0 +1,141 @@
+include/KF5/KWindowSystem/KKeyServer
+include/KF5/KWindowSystem/KSelectionOwner
+include/KF5/KWindowSystem/KSelectionWatcher
+include/KF5/KWindowSystem/KStartupInfo
+include/KF5/KWindowSystem/KUserTimestamp
+include/KF5/KWindowSystem/KWindowEffects
+include/KF5/KWindowSystem/KWindowInfo
+include/KF5/KWindowSystem/KWindowSystem
+include/KF5/KWindowSystem/KXMessages
+include/KF5/KWindowSystem/NETWM
+include/KF5/KWindowSystem/config-kwindowsystem.h
+include/KF5/KWindowSystem/fixx11h.h
+include/KF5/KWindowSystem/kkeyserver.h
+include/KF5/KWindowSystem/kkeyserver_x11.h
+include/KF5/KWindowSystem/kmanagerselection.h
+include/KF5/KWindowSystem/kselectionowner.h
+include/KF5/KWindowSystem/kselectionwatcher.h
+include/KF5/KWindowSystem/kstartupinfo.h
+include/KF5/KWindowSystem/kusertimestamp.h
+include/KF5/KWindowSystem/kwindoweffects.h
+include/KF5/KWindowSystem/kwindowinfo.h
+include/KF5/KWindowSystem/kwindowsystem.h
+include/KF5/KWindowSystem/kwindowsystem_export.h
+include/KF5/KWindowSystem/kxmessages.h
+include/KF5/KWindowSystem/netwm.h
+include/KF5/KWindowSystem/netwm_def.h
+include/KF5/KWindowSystem/private/kwindoweffects_p.h
+include/KF5/KWindowSystem/private/kwindowinfo_p.h
+include/KF5/KWindowSystem/private/kwindowsystem_p.h
+include/KF5/KWindowSystem/private/kwindowsystemplugininterface_p.h
+include/KF5/kwindowsystem_version.h
+lib/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake
+lib/cmake/KF5WindowSystem/KF5WindowSystemConfigVersion.cmake
+lib/cmake/KF5WindowSystem/KF5WindowSystemTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/KF5WindowSystem/KF5WindowSystemTargets.cmake
+lib/libKF5WindowSystem.so
+lib/libKF5WindowSystem.so.5
+lib/libKF5WindowSystem.so.%%KDE_FRAMEWORKS_VERSION%%
+%%QT_PLUGINDIR%%/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemWaylandPlugin.so
+%%QT_PLUGINDIR%%/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemX11Plugin.so
+%%QT_MKSPECDIR%%/modules/qt_KWindowSystem.pri
+share/locale/af/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/ar/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/as/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/ast/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/be/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/be@latin/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/bg/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/bn/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/bn_IN/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/br/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/bs/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/ca/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/ca@valencia/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/crh/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/cs/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/csb/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/cy/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/da/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/de/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/el/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/en_GB/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/eo/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/es/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/et/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/eu/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/fa/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/fi/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/fr/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/fy/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/ga/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/gd/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/gl/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/gu/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/ha/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/he/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/hi/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/hne/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/hr/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/hsb/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/hu/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/hy/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/ia/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/id/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/is/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/it/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/ja/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/ka/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/kk/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/km/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/kn/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/ko/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/ku/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/lb/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/lt/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/lv/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/mai/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/mk/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/ml/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/mr/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/ms/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/nb/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/nds/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/ne/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/nl/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/nn/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/oc/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/or/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/pa/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/pl/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/ps/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/pt/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/pt_BR/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/ro/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/ru/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/se/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/si/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/sk/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/sl/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/sq/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/sr/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/sr@ijekavian/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/sr@latin/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/sv/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/ta/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/te/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/tg/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/th/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/tr/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/tt/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/ug/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/uk/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/uz/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/uz@cyrillic/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/vi/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/wa/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/xh/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/zh_CN/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/zh_HK/LC_MESSAGES/kwindowsystem5_qt.qm
+share/locale/zh_TW/LC_MESSAGES/kwindowsystem5_qt.qm
diff --git a/x11/kf5-plasma-framework/Makefile b/x11/kf5-plasma-framework/Makefile
new file mode 100644
index 000000000000..4465b8263702
--- /dev/null
+++ b/x11/kf5-plasma-framework/Makefile
@@ -0,0 +1,22 @@
+# Created by: tcberner
+# $FreeBSD$
+
+PORTNAME= plasma-framework
+PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
+CATEGORIES= x11 kde kde-frameworks
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= KF5 plugin based UI runtime used to write user interfaces
+
+USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig tar:xz
+USE_GL= egl gl
+USE_KDE= activities archive auth codecs completion config \
+ configwidgets coreaddons dbusaddons doctools globalaccel \
+ guiaddons i18n iconthemes jobwidgets kio package \
+ notifications service windowsystem xmlgui kdeclarative \
+ widgetsaddons
+USE_QT5= buildtools_build core dbus gui network qmake_build qml \
+ quick script sql svg widgets x11extras xml
+USE_XORG= ice sm x11 xcb xext xrandr
+
+.include <bsd.port.mk>
diff --git a/x11/kf5-plasma-framework/distinfo b/x11/kf5-plasma-framework/distinfo
new file mode 100644
index 000000000000..4198da9bf933
--- /dev/null
+++ b/x11/kf5-plasma-framework/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475424089
+SHA256 (KDE/frameworks/5.27.0/plasma-framework-5.27.0.tar.xz) = b16801d0f50bf444f43ef3902f25fe11edab2606ffca19b986ba9961e0795785
+SIZE (KDE/frameworks/5.27.0/plasma-framework-5.27.0.tar.xz) = 4495980
diff --git a/x11/kf5-plasma-framework/pkg-descr b/x11/kf5-plasma-framework/pkg-descr
new file mode 100644
index 000000000000..fedd51b20bf6
--- /dev/null
+++ b/x11/kf5-plasma-framework/pkg-descr
@@ -0,0 +1,4 @@
+The plasma framework provides the foundations that can be used to build a
+primary user interface, from graphical to logical components.
+
+WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/plasma-framework/html/index.html
diff --git a/x11/kf5-plasma-framework/pkg-plist b/x11/kf5-plasma-framework/pkg-plist
new file mode 100644
index 000000000000..e6aa7e801219
--- /dev/null
+++ b/x11/kf5-plasma-framework/pkg-plist
@@ -0,0 +1,517 @@
+bin/plasmapkg2
+include/KF5/Plasma/Applet
+include/KF5/Plasma/Containment
+include/KF5/Plasma/ContainmentActions
+include/KF5/Plasma/Corona
+include/KF5/Plasma/DataContainer
+include/KF5/Plasma/DataEngine
+include/KF5/Plasma/DataEngineConsumer
+include/KF5/Plasma/FrameSvg
+include/KF5/Plasma/Package
+include/KF5/Plasma/PackageStructure
+include/KF5/Plasma/Plasma
+include/KF5/Plasma/PluginLoader
+include/KF5/Plasma/Service
+include/KF5/Plasma/ServiceJob
+include/KF5/Plasma/Svg
+include/KF5/Plasma/Theme
+include/KF5/PlasmaQuick/AppletQuickItem
+include/KF5/PlasmaQuick/ConfigModel
+include/KF5/PlasmaQuick/ConfigView
+include/KF5/PlasmaQuick/ContainmentView
+include/KF5/PlasmaQuick/Dialog
+include/KF5/plasma/applet.h
+include/KF5/plasma/containment.h
+include/KF5/plasma/containmentactions.h
+include/KF5/plasma/corona.h
+include/KF5/plasma/datacontainer.h
+include/KF5/plasma/dataengine.h
+include/KF5/plasma/dataengineconsumer.h
+include/KF5/plasma/framesvg.h
+include/KF5/plasma/package.h
+include/KF5/plasma/packagestructure.h
+include/KF5/plasma/plasma.h
+include/KF5/plasma/plasma_export.h
+include/KF5/plasma/pluginloader.h
+include/KF5/plasma/scripting/appletscript.h
+include/KF5/plasma/scripting/dataenginescript.h
+include/KF5/plasma/scripting/scriptengine.h
+include/KF5/plasma/service.h
+include/KF5/plasma/servicejob.h
+include/KF5/plasma/svg.h
+include/KF5/plasma/theme.h
+include/KF5/plasma/version.h
+include/KF5/plasma_version.h
+include/KF5/plasmaquick/appletquickitem.h
+include/KF5/plasmaquick/configmodel.h
+include/KF5/plasmaquick/configview.h
+include/KF5/plasmaquick/containmentview.h
+include/KF5/plasmaquick/dialog.h
+include/KF5/plasmaquick/packageurlinterceptor.h
+include/KF5/plasmaquick/plasmaquick_export.h
+lib/cmake/KF5Plasma/KF5PlasmaConfig.cmake
+lib/cmake/KF5Plasma/KF5PlasmaConfigVersion.cmake
+lib/cmake/KF5Plasma/KF5PlasmaMacros.cmake
+lib/cmake/KF5Plasma/KF5PlasmaTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/KF5Plasma/KF5PlasmaTargets.cmake
+lib/cmake/KF5PlasmaQuick/KF5PlasmaQuickConfig.cmake
+lib/cmake/KF5PlasmaQuick/KF5PlasmaQuickConfigVersion.cmake
+lib/cmake/KF5PlasmaQuick/KF5PlasmaQuickTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/KF5PlasmaQuick/KF5PlasmaQuickTargets.cmake
+lib/libKF5Plasma.so
+lib/libKF5Plasma.so.5
+lib/libKF5Plasma.so.%%KDE_FRAMEWORKS_VERSION%%
+lib/libKF5PlasmaQuick.so
+lib/libKF5PlasmaQuick.so.5
+lib/libKF5PlasmaQuick.so.%%KDE_FRAMEWORKS_VERSION%%
+%%QT_PLUGINDIR%%/kpackage/packagestructure/containmentactions_packagestructure.so
+%%QT_PLUGINDIR%%/kpackage/packagestructure/dataengine_packagestructure.so
+%%QT_PLUGINDIR%%/kpackage/packagestructure/plasmageneric_packagestructure.so
+%%QT_PLUGINDIR%%/kpackage/packagestructure/plasmatheme_packagestructure.so
+%%QT_PLUGINDIR%%/kpackage/packagestructure/plasmoid_packagestructure.so
+%%QT_PLUGINDIR%%/plasma/scriptengines/plasma_appletscript_declarative.so
+%%QT_PLUGINDIR%%/plasma_engine_testengine.so
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/ApplicationWindowStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/BusyIndicatorStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/ButtonStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/CalendarStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/CheckBoxStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/ComboBoxStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/CursorDelegate.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/CursorHandleStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/EditMenuTouch.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/FocusFrameStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/GroupBoxStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/MenuBarStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/MenuStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/ProgressBarStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/RadioButtonStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/SelectionHandleStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/SliderStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/SpinBoxStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/StatusBarStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/SwitchStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/TabViewStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/TableViewStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/TextAreaStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/TextFieldStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/ToolBarStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/private/ButtonShadow.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/private/RoundShadow.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/private/TextFieldFocus.qml
+%%QT_QMLDIR%%/QtQuick/Controls/Styles/Plasma/qmldir
+%%QT_QMLDIR%%/org/kde/plasma/accessdenied/qmldir
+%%QT_QMLDIR%%/org/kde/plasma/calendar/CalendarToolbar.qml
+%%QT_QMLDIR%%/org/kde/plasma/calendar/DayDelegate.qml
+%%QT_QMLDIR%%/org/kde/plasma/calendar/DaysCalendar.qml
+%%QT_QMLDIR%%/org/kde/plasma/calendar/MonthMenu.qml
+%%QT_QMLDIR%%/org/kde/plasma/calendar/MonthView.qml
+%%QT_QMLDIR%%/org/kde/plasma/calendar/libcalendarplugin.so
+%%QT_QMLDIR%%/org/kde/plasma/calendar/qmldir
+%%QT_QMLDIR%%/org/kde/plasma/components/BusyIndicator.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/Button.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/ButtonColumn.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/ButtonGroup.js
+%%QT_QMLDIR%%/org/kde/plasma/components/ButtonRow.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/CheckBox.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/ComboBox.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/CommonDialog.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/ContextMenu.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/Dialog.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/Highlight.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/Label.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/ListItem.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/ModelContextMenu.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/Page.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/PageStack.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/ProgressBar.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/QueryDialog.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/RadioButton.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/ScrollBar.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/SectionScroller.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/SelectionDialog.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/Sheet.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/Slider.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/Switch.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/TabBar.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/TabButton.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/TabGroup.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/TextArea.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/TextField.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/ToolBar.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/ToolBarLayout.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/ToolButton.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/libplasmacomponentsplugin.so
+%%QT_QMLDIR%%/org/kde/plasma/components/private/AppManager.js
+%%QT_QMLDIR%%/org/kde/plasma/components/private/Config.js
+%%QT_QMLDIR%%/org/kde/plasma/components/private/DualStateButton.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/private/InlineDialog.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/private/PageStack.js
+%%QT_QMLDIR%%/org/kde/plasma/components/private/ScrollBarDelegate.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/private/ScrollDecoratorDelegate.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/private/SectionScroller.js
+%%QT_QMLDIR%%/org/kde/plasma/components/private/TabBarLayout.qml
+%%QT_QMLDIR%%/org/kde/plasma/components/private/TabGroup.js
+%%QT_QMLDIR%%/org/kde/plasma/components/qmldir
+%%QT_QMLDIR%%/org/kde/plasma/core/libcorebindingsplugin.so
+%%QT_QMLDIR%%/org/kde/plasma/core/private/DefaultToolTip.qml
+%%QT_QMLDIR%%/org/kde/plasma/core/qmldir
+%%QT_QMLDIR%%/org/kde/plasma/extras/App.qml
+%%QT_QMLDIR%%/org/kde/plasma/extras/ConditionalLoader.qml
+%%QT_QMLDIR%%/org/kde/plasma/extras/Heading.qml
+%%QT_QMLDIR%%/org/kde/plasma/extras/PageRow.qml
+%%QT_QMLDIR%%/org/kde/plasma/extras/Paragraph.qml
+%%QT_QMLDIR%%/org/kde/plasma/extras/ScrollArea.qml
+%%QT_QMLDIR%%/org/kde/plasma/extras/Title.qml
+%%QT_QMLDIR%%/org/kde/plasma/extras/animations/ActivateAnimation.qml
+%%QT_QMLDIR%%/org/kde/plasma/extras/animations/AppearAnimation.qml
+%%QT_QMLDIR%%/org/kde/plasma/extras/animations/DisappearAnimation.qml
+%%QT_QMLDIR%%/org/kde/plasma/extras/animations/PressedAnimation.qml
+%%QT_QMLDIR%%/org/kde/plasma/extras/animations/ReleasedAnimation.qml
+%%QT_QMLDIR%%/org/kde/plasma/extras/libplasmaextracomponentsplugin.so
+%%QT_QMLDIR%%/org/kde/plasma/extras/qmldir
+%%QT_QMLDIR%%/org/kde/plasma/platformcomponents/libplatformcomponentsplugin.so
+%%QT_QMLDIR%%/org/kde/plasma/platformcomponents/qmldir
+man/ca/man1/plasmapkg2.1.gz
+man/de/man1/plasmapkg2.1.gz
+man/it/man1/plasmapkg2.1.gz
+man/man1/plasmapkg2.1.gz
+man/nl/man1/plasmapkg2.1.gz
+man/pt_BR/man1/plasmapkg2.1.gz
+man/sv/man1/plasmapkg2.1.gz
+man/uk/man1/plasmapkg2.1.gz
+share/kdevappwizard/templates/cpp-plasmoid.tar.bz2
+share/kdevappwizard/templates/plasma-wallpaper.tar.bz2
+share/kdevappwizard/templates/qml-plasmoid.tar.bz2
+share/kservices5/plasma-dataengine-testengine.desktop
+share/kservices5/plasma-scriptengine-applet-declarative.desktop
+share/kservicetypes5/plasma-applet.desktop
+share/kservicetypes5/plasma-containment.desktop
+share/kservicetypes5/plasma-containmentactions.desktop
+share/kservicetypes5/plasma-dataengine.desktop
+share/kservicetypes5/plasma-generic.desktop
+share/kservicetypes5/plasma-lookandfeel.desktop
+share/kservicetypes5/plasma-packagestructure.desktop
+share/kservicetypes5/plasma-scriptengine.desktop
+share/kservicetypes5/plasma-service.desktop
+share/kservicetypes5/plasma-shell.desktop
+share/kservicetypes5/plasma-wallpaper.desktop
+share/locale/ar/LC_MESSAGES/libplasma5.mo
+share/locale/ast/LC_MESSAGES/libplasma5.mo
+share/locale/bs/LC_MESSAGES/libplasma5.mo
+share/locale/ca/LC_MESSAGES/libplasma5.mo
+share/locale/ca@valencia/LC_MESSAGES/libplasma5.mo
+share/locale/cs/LC_MESSAGES/libplasma5.mo
+share/locale/da/LC_MESSAGES/libplasma5.mo
+share/locale/de/LC_MESSAGES/libplasma5.mo
+share/locale/el/LC_MESSAGES/libplasma5.mo
+share/locale/en_GB/LC_MESSAGES/libplasma5.mo
+share/locale/es/LC_MESSAGES/libplasma5.mo
+share/locale/et/LC_MESSAGES/libplasma5.mo
+share/locale/fi/LC_MESSAGES/libplasma5.mo
+share/locale/fr/LC_MESSAGES/libplasma5.mo
+share/locale/gd/LC_MESSAGES/libplasma5.mo
+share/locale/gl/LC_MESSAGES/libplasma5.mo
+share/locale/he/LC_MESSAGES/libplasma5.mo
+share/locale/hu/LC_MESSAGES/libplasma5.mo
+share/locale/ia/LC_MESSAGES/libplasma5.mo
+share/locale/it/LC_MESSAGES/libplasma5.mo
+share/locale/ja/LC_MESSAGES/libplasma5.mo
+share/locale/ko/LC_MESSAGES/libplasma5.mo
+share/locale/lt/LC_MESSAGES/libplasma5.mo
+share/locale/lt/LC_SCRIPTS/libplasma5/libplasma5.js
+share/locale/lt/LC_SCRIPTS/libplasma5/plasmoids.js
+share/locale/mr/LC_MESSAGES/libplasma5.mo
+share/locale/nb/LC_MESSAGES/libplasma5.mo
+share/locale/nds/LC_MESSAGES/libplasma5.mo
+share/locale/nl/LC_MESSAGES/libplasma5.mo
+share/locale/nn/LC_MESSAGES/libplasma5.mo
+share/locale/pa/LC_MESSAGES/libplasma5.mo
+share/locale/pl/LC_MESSAGES/libplasma5.mo
+share/locale/pt/LC_MESSAGES/libplasma5.mo
+share/locale/pt_BR/LC_MESSAGES/libplasma5.mo
+share/locale/ro/LC_MESSAGES/libplasma5.mo
+share/locale/ru/LC_MESSAGES/libplasma5.mo
+share/locale/sk/LC_MESSAGES/libplasma5.mo
+share/locale/sl/LC_MESSAGES/libplasma5.mo
+share/locale/sr/LC_MESSAGES/libplasma5.mo
+share/locale/sr@ijekavian/LC_MESSAGES/libplasma5.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/libplasma5.mo
+share/locale/sr@latin/LC_MESSAGES/libplasma5.mo
+share/locale/sv/LC_MESSAGES/libplasma5.mo
+share/locale/tr/LC_MESSAGES/libplasma5.mo
+share/locale/ug/LC_MESSAGES/libplasma5.mo
+share/locale/uk/LC_MESSAGES/libplasma5.mo
+share/locale/zh_CN/LC_MESSAGES/libplasma5.mo
+share/locale/zh_TW/LC_MESSAGES/libplasma5.mo
+share/plasma/desktoptheme/air/colors
+share/plasma/desktoptheme/air/dialogs/background.svgz
+share/plasma/desktoptheme/air/dialogs/kickoff.svgz
+share/plasma/desktoptheme/air/dialogs/krunner.svgz
+share/plasma/desktoptheme/air/icons/akonadi.svgz
+share/plasma/desktoptheme/air/icons/akregator.svgz
+share/plasma/desktoptheme/air/icons/amarok.svgz
+share/plasma/desktoptheme/air/icons/applications.svgz
+share/plasma/desktoptheme/air/icons/apport.svgz
+share/plasma/desktoptheme/air/icons/audio.svgz
+share/plasma/desktoptheme/air/icons/battery.svgz
+share/plasma/desktoptheme/air/icons/bookmarks.svgz
+share/plasma/desktoptheme/air/icons/computer.svgz
+share/plasma/desktoptheme/air/icons/configure.svgz
+share/plasma/desktoptheme/air/icons/device.svgz
+share/plasma/desktoptheme/air/icons/edit.svgz
+share/plasma/desktoptheme/air/icons/kdeconnect.svgz
+share/plasma/desktoptheme/air/icons/keyboard.svgz
+share/plasma/desktoptheme/air/icons/kget.svgz
+share/plasma/desktoptheme/air/icons/klipper.svgz
+share/plasma/desktoptheme/air/icons/konv_message.svgz
+share/plasma/desktoptheme/air/icons/konversation.svgz
+share/plasma/desktoptheme/air/icons/kopete.svgz
+share/plasma/desktoptheme/air/icons/korgac.svgz
+share/plasma/desktoptheme/air/icons/kpackagekit.svgz
+share/plasma/desktoptheme/air/icons/ktorrent.svgz
+share/plasma/desktoptheme/air/icons/nepomuk.svgz
+share/plasma/desktoptheme/air/icons/network.svgz
+share/plasma/desktoptheme/air/icons/notification.svgz
+share/plasma/desktoptheme/air/icons/preferences.svgz
+share/plasma/desktoptheme/air/icons/printer.svgz
+share/plasma/desktoptheme/air/icons/quassel.svgz
+share/plasma/desktoptheme/air/icons/slc.svgz
+share/plasma/desktoptheme/air/icons/start.svgz
+share/plasma/desktoptheme/air/icons/system.svgz
+share/plasma/desktoptheme/air/icons/view.svgz
+share/plasma/desktoptheme/air/icons/wallet.svgz
+share/plasma/desktoptheme/air/metadata.desktop
+share/plasma/desktoptheme/air/opaque/dialogs/background.svgz
+share/plasma/desktoptheme/air/opaque/dialogs/krunner.svgz
+share/plasma/desktoptheme/air/opaque/widgets/extender-background.svgz
+share/plasma/desktoptheme/air/opaque/widgets/panel-background.svgz
+share/plasma/desktoptheme/air/opaque/widgets/tooltip.svgz
+share/plasma/desktoptheme/air/translucent/dialogs/background.svgz
+share/plasma/desktoptheme/air/translucent/dialogs/krunner.svgz
+share/plasma/desktoptheme/air/translucent/widgets/extender-background.svgz
+share/plasma/desktoptheme/air/translucent/widgets/panel-background.svgz
+share/plasma/desktoptheme/air/translucent/widgets/tooltip.svgz
+share/plasma/desktoptheme/air/widgets/action-overlays.svgz
+share/plasma/desktoptheme/air/widgets/actionbutton.svgz
+share/plasma/desktoptheme/air/widgets/analog_meter.svgz
+share/plasma/desktoptheme/air/widgets/arrows.svgz
+share/plasma/desktoptheme/air/widgets/background.svgz
+share/plasma/desktoptheme/air/widgets/bar_meter_horizontal.svgz
+share/plasma/desktoptheme/air/widgets/bar_meter_vertical.svgz
+share/plasma/desktoptheme/air/widgets/branding.svgz
+share/plasma/desktoptheme/air/widgets/busywidget.svgz
+share/plasma/desktoptheme/air/widgets/button.svgz
+share/plasma/desktoptheme/air/widgets/calendar.svgz
+share/plasma/desktoptheme/air/widgets/checkmarks.svgz
+share/plasma/desktoptheme/air/widgets/clock.svgz
+share/plasma/desktoptheme/air/widgets/containment-controls.svgz
+share/plasma/desktoptheme/air/widgets/dragger.svgz
+share/plasma/desktoptheme/air/widgets/frame.svgz
+share/plasma/desktoptheme/air/widgets/glowbar.svgz
+share/plasma/desktoptheme/air/widgets/identiconshapes.svgz
+share/plasma/desktoptheme/air/widgets/identicontheme.svgz
+share/plasma/desktoptheme/air/widgets/labeltexture.svgz
+share/plasma/desktoptheme/air/widgets/line.svgz
+share/plasma/desktoptheme/air/widgets/lineedit.svgz
+share/plasma/desktoptheme/air/widgets/listitem.svgz
+share/plasma/desktoptheme/air/widgets/media-delegate.svgz
+share/plasma/desktoptheme/air/widgets/monitor.svgz
+share/plasma/desktoptheme/air/widgets/pager.svgz
+share/plasma/desktoptheme/air/widgets/panel-background.svgz
+share/plasma/desktoptheme/air/widgets/picker.svgz
+share/plasma/desktoptheme/air/widgets/plot-background.svgz
+share/plasma/desktoptheme/air/widgets/scrollbar.svgz
+share/plasma/desktoptheme/air/widgets/scrollwidget.svgz
+share/plasma/desktoptheme/air/widgets/slider.svgz
+share/plasma/desktoptheme/air/widgets/systemtray.svgz
+share/plasma/desktoptheme/air/widgets/tabbar.svgz
+share/plasma/desktoptheme/air/widgets/tasks.svgz
+share/plasma/desktoptheme/air/widgets/toolbar.svgz
+share/plasma/desktoptheme/air/widgets/toolbox.svgz
+share/plasma/desktoptheme/air/widgets/tooltip.svgz
+share/plasma/desktoptheme/air/widgets/translucentbackground.svgz
+share/plasma/desktoptheme/air/widgets/viewitem.svgz
+share/plasma/desktoptheme/breeze-dark/colors
+share/plasma/desktoptheme/breeze-dark/metadata.desktop
+share/plasma/desktoptheme/breeze-light/colors
+share/plasma/desktoptheme/breeze-light/metadata.desktop
+share/plasma/desktoptheme/default/dialogs/background.svgz
+share/plasma/desktoptheme/default/icons/akonadi.svgz
+share/plasma/desktoptheme/default/icons/akregator.svgz
+share/plasma/desktoptheme/default/icons/amarok.svgz
+share/plasma/desktoptheme/default/icons/applications.svgz
+share/plasma/desktoptheme/default/icons/apport.svgz
+share/plasma/desktoptheme/default/icons/audio.svgz
+share/plasma/desktoptheme/default/icons/battery.svgz
+share/plasma/desktoptheme/default/icons/bookmarks.svgz
+share/plasma/desktoptheme/default/icons/cantata.svgz
+share/plasma/desktoptheme/default/icons/computer.svgz
+share/plasma/desktoptheme/default/icons/configure.svgz
+share/plasma/desktoptheme/default/icons/device.svgz
+share/plasma/desktoptheme/default/icons/distribute.svgz
+share/plasma/desktoptheme/default/icons/document.svgz
+share/plasma/desktoptheme/default/icons/drive.svgz
+share/plasma/desktoptheme/default/icons/edit.svgz
+share/plasma/desktoptheme/default/icons/go.svgz
+share/plasma/desktoptheme/default/icons/input.svgz
+share/plasma/desktoptheme/default/icons/kalarm.svgz
+share/plasma/desktoptheme/default/icons/kdeconnect.svgz
+share/plasma/desktoptheme/default/icons/keyboard.svgz
+share/plasma/desktoptheme/default/icons/kget.svgz
+share/plasma/desktoptheme/default/icons/kgpg.svgz
+share/plasma/desktoptheme/default/icons/klipper.svgz
+share/plasma/desktoptheme/default/icons/kmail.svgz
+share/plasma/desktoptheme/default/icons/konv_message.svgz
+share/plasma/desktoptheme/default/icons/konversation.svgz
+share/plasma/desktoptheme/default/icons/kopete.svgz
+share/plasma/desktoptheme/default/icons/korgac.svgz
+share/plasma/desktoptheme/default/icons/kpackagekit.svgz
+share/plasma/desktoptheme/default/icons/kruler.svgz
+share/plasma/desktoptheme/default/icons/kteatime.svgz
+share/plasma/desktoptheme/default/icons/ktorrent.svgz
+share/plasma/desktoptheme/default/icons/list.svgz
+share/plasma/desktoptheme/default/icons/mail.svgz
+share/plasma/desktoptheme/default/icons/media.svgz
+share/plasma/desktoptheme/default/icons/nepomuk.svgz
+share/plasma/desktoptheme/default/icons/network.svgz
+share/plasma/desktoptheme/default/icons/notification.svgz
+share/plasma/desktoptheme/default/icons/phone.svgz
+share/plasma/desktoptheme/default/icons/preferences.svgz
+share/plasma/desktoptheme/default/icons/printer.svgz
+share/plasma/desktoptheme/default/icons/quassel.svgz
+share/plasma/desktoptheme/default/icons/slc.svgz
+share/plasma/desktoptheme/default/icons/software.svgz
+share/plasma/desktoptheme/default/icons/start.svgz
+share/plasma/desktoptheme/default/icons/system.svgz
+share/plasma/desktoptheme/default/icons/touchpad.svgz
+share/plasma/desktoptheme/default/icons/user.svgz
+share/plasma/desktoptheme/default/icons/video.svgz
+share/plasma/desktoptheme/default/icons/view.svgz
+share/plasma/desktoptheme/default/icons/wallet.svgz
+share/plasma/desktoptheme/default/icons/window.svgz
+share/plasma/desktoptheme/default/icons/zoom.svgz
+share/plasma/desktoptheme/default/metadata.desktop
+share/plasma/desktoptheme/default/opaque/dialogs/background.svgz
+share/plasma/desktoptheme/default/opaque/widgets/panel-background.svgz
+share/plasma/desktoptheme/default/opaque/widgets/tooltip.svgz
+share/plasma/desktoptheme/default/translucent/dialogs/background.svgz
+share/plasma/desktoptheme/default/translucent/widgets/panel-background.svgz
+share/plasma/desktoptheme/default/translucent/widgets/tooltip.svgz
+share/plasma/desktoptheme/default/widgets/action-overlays.svgz
+share/plasma/desktoptheme/default/widgets/actionbutton.svgz
+share/plasma/desktoptheme/default/widgets/analog_meter.svgz
+share/plasma/desktoptheme/default/widgets/arrows.svgz
+share/plasma/desktoptheme/default/widgets/background.svgz
+share/plasma/desktoptheme/default/widgets/bar_meter_horizontal.svgz
+share/plasma/desktoptheme/default/widgets/bar_meter_vertical.svgz
+share/plasma/desktoptheme/default/widgets/branding.svgz
+share/plasma/desktoptheme/default/widgets/busywidget.svgz
+share/plasma/desktoptheme/default/widgets/button.svgz
+share/plasma/desktoptheme/default/widgets/calendar.svgz
+share/plasma/desktoptheme/default/widgets/checkmarks.svgz
+share/plasma/desktoptheme/default/widgets/clock.svgz
+share/plasma/desktoptheme/default/widgets/configuration-icons.svgz
+share/plasma/desktoptheme/default/widgets/containment-controls.svgz
+share/plasma/desktoptheme/default/widgets/dragger.svgz
+share/plasma/desktoptheme/default/widgets/frame.svgz
+share/plasma/desktoptheme/default/widgets/glowbar.svgz
+share/plasma/desktoptheme/default/widgets/line.svgz
+share/plasma/desktoptheme/default/widgets/lineedit.svgz
+share/plasma/desktoptheme/default/widgets/listitem.svgz
+share/plasma/desktoptheme/default/widgets/media-delegate.svgz
+share/plasma/desktoptheme/default/widgets/monitor.svgz
+share/plasma/desktoptheme/default/widgets/notes.svgz
+share/plasma/desktoptheme/default/widgets/pager.svgz
+share/plasma/desktoptheme/default/widgets/panel-background.svgz
+share/plasma/desktoptheme/default/widgets/picker.svgz
+share/plasma/desktoptheme/default/widgets/plot-background.svgz
+share/plasma/desktoptheme/default/widgets/scrollbar.svgz
+share/plasma/desktoptheme/default/widgets/scrollwidget.svgz
+share/plasma/desktoptheme/default/widgets/slider.svgz
+share/plasma/desktoptheme/default/widgets/tabbar.svgz
+share/plasma/desktoptheme/default/widgets/tasks.svgz
+share/plasma/desktoptheme/default/widgets/toolbar.svgz
+share/plasma/desktoptheme/default/widgets/tooltip.svgz
+share/plasma/desktoptheme/default/widgets/translucentbackground.svgz
+share/plasma/desktoptheme/default/widgets/viewitem.svgz
+share/plasma/desktoptheme/oxygen/colors
+share/plasma/desktoptheme/oxygen/dialogs/background.svgz
+share/plasma/desktoptheme/oxygen/icons/akonadi.svgz
+share/plasma/desktoptheme/oxygen/icons/akregator.svgz
+share/plasma/desktoptheme/oxygen/icons/amarok.svgz
+share/plasma/desktoptheme/oxygen/icons/applications.svgz
+share/plasma/desktoptheme/oxygen/icons/apport.svgz
+share/plasma/desktoptheme/oxygen/icons/audio.svgz
+share/plasma/desktoptheme/oxygen/icons/battery.svgz
+share/plasma/desktoptheme/oxygen/icons/bookmarks.svgz
+share/plasma/desktoptheme/oxygen/icons/computer.svgz
+share/plasma/desktoptheme/oxygen/icons/configure.svgz
+share/plasma/desktoptheme/oxygen/icons/device.svgz
+share/plasma/desktoptheme/oxygen/icons/edit.svgz
+share/plasma/desktoptheme/oxygen/icons/kdeconnect.svgz
+share/plasma/desktoptheme/oxygen/icons/keyboard.svgz
+share/plasma/desktoptheme/oxygen/icons/kget.svgz
+share/plasma/desktoptheme/oxygen/icons/klipper.svgz
+share/plasma/desktoptheme/oxygen/icons/konv_message.svgz
+share/plasma/desktoptheme/oxygen/icons/konversation.svgz
+share/plasma/desktoptheme/oxygen/icons/kopete.svgz
+share/plasma/desktoptheme/oxygen/icons/korgac.svgz
+share/plasma/desktoptheme/oxygen/icons/kpackagekit.svgz
+share/plasma/desktoptheme/oxygen/icons/ktorrent.svgz
+share/plasma/desktoptheme/oxygen/icons/nepomuk.svgz
+share/plasma/desktoptheme/oxygen/icons/network.svgz
+share/plasma/desktoptheme/oxygen/icons/notification.svgz
+share/plasma/desktoptheme/oxygen/icons/preferences.svgz
+share/plasma/desktoptheme/oxygen/icons/printer.svgz
+share/plasma/desktoptheme/oxygen/icons/quassel.svgz
+share/plasma/desktoptheme/oxygen/icons/slc.svgz
+share/plasma/desktoptheme/oxygen/icons/start.svgz
+share/plasma/desktoptheme/oxygen/icons/system.svgz
+share/plasma/desktoptheme/oxygen/icons/view.svgz
+share/plasma/desktoptheme/oxygen/icons/wallet.svgz
+share/plasma/desktoptheme/oxygen/metadata.desktop
+share/plasma/desktoptheme/oxygen/opaque/dialogs/background.svgz
+share/plasma/desktoptheme/oxygen/opaque/dialogs/krunner.svgz
+share/plasma/desktoptheme/oxygen/opaque/widgets/extender-background.svgz
+share/plasma/desktoptheme/oxygen/opaque/widgets/panel-background.svgz
+share/plasma/desktoptheme/oxygen/opaque/widgets/tooltip.svgz
+share/plasma/desktoptheme/oxygen/widgets/action-overlays.svgz
+share/plasma/desktoptheme/oxygen/widgets/actionbutton.svgz
+share/plasma/desktoptheme/oxygen/widgets/analog_meter.svgz
+share/plasma/desktoptheme/oxygen/widgets/arrows.svgz
+share/plasma/desktoptheme/oxygen/widgets/background.svgz
+share/plasma/desktoptheme/oxygen/widgets/bar_meter_horizontal.svgz
+share/plasma/desktoptheme/oxygen/widgets/bar_meter_vertical.svgz
+share/plasma/desktoptheme/oxygen/widgets/branding.svgz
+share/plasma/desktoptheme/oxygen/widgets/busywidget.svgz
+share/plasma/desktoptheme/oxygen/widgets/button.svgz
+share/plasma/desktoptheme/oxygen/widgets/calendar.svgz
+share/plasma/desktoptheme/oxygen/widgets/clock.svgz
+share/plasma/desktoptheme/oxygen/widgets/containment-controls.svgz
+share/plasma/desktoptheme/oxygen/widgets/dragger.svgz
+share/plasma/desktoptheme/oxygen/widgets/extender-background.svgz
+share/plasma/desktoptheme/oxygen/widgets/extender-dragger.svgz
+share/plasma/desktoptheme/oxygen/widgets/frame.svgz
+share/plasma/desktoptheme/oxygen/widgets/glowbar.svgz
+share/plasma/desktoptheme/oxygen/widgets/line.svgz
+share/plasma/desktoptheme/oxygen/widgets/lineedit.svgz
+share/plasma/desktoptheme/oxygen/widgets/media-delegate.svgz
+share/plasma/desktoptheme/oxygen/widgets/monitor.svgz
+share/plasma/desktoptheme/oxygen/widgets/pager.svgz
+share/plasma/desktoptheme/oxygen/widgets/panel-background.svgz
+share/plasma/desktoptheme/oxygen/widgets/plot-background.svgz
+share/plasma/desktoptheme/oxygen/widgets/scrollbar.svgz
+share/plasma/desktoptheme/oxygen/widgets/scrollwidget.svgz
+share/plasma/desktoptheme/oxygen/widgets/slider.svgz
+share/plasma/desktoptheme/oxygen/widgets/tabbar.svgz
+share/plasma/desktoptheme/oxygen/widgets/tasks.svgz
+share/plasma/desktoptheme/oxygen/widgets/timer.svgz
+share/plasma/desktoptheme/oxygen/widgets/tooltip.svgz
+share/plasma/desktoptheme/oxygen/widgets/translucentbackground.svgz
+share/plasma/desktoptheme/oxygen/widgets/viewitem.svgz
+share/plasma/services/dataengineservice.operations
+share/plasma/services/plasmoidservice.operations
+share/plasma/services/storage.operations