diff --git a/desktop/kde/utils/filelight/actions.py b/desktop/kde/utils/filelight/actions.py
new file mode 100644
index 0000000000..2147d476c8
--- /dev/null
+++ b/desktop/kde/utils/filelight/actions.py
@@ -0,0 +1,19 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import kde5
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README", "TODO")
diff --git a/desktop/kde/utils/filelight/pspec.xml b/desktop/kde/utils/filelight/pspec.xml
new file mode 100644
index 0000000000..7d8d450ac0
--- /dev/null
+++ b/desktop/kde/utils/filelight/pspec.xml
@@ -0,0 +1,49 @@
+
+
+
+
+ filelight
+ http://utils.kde.org/projects/filelight
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ filelight
+ app:gui
+ View disk usage information
+ Filelight allows you to quickly understand exactly where your diskspace is being used by graphically representing your file system as a set of concentric segmented-rings.
+ mirrors://kde/stable/applications/15.08.0/src/filelight-15.08.0.tar.xz
+
+ qt5-base
+ kdoctools-devel
+ extra-cmake-modules
+
+
+
+
+ filelight
+
+ qt5-base
+ kparts
+
+
+ /usr/lib
+ /usr/lib/qt5
+ /usr/share/doc
+ /usr/bin
+ /usr/share
+ /etc/xdg
+
+
+
+
+
+ 2015-08-20
+ 15.08.0
+ First Release.
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/utils/filelight/translations.xml b/desktop/kde/utils/filelight/translations.xml
new file mode 100644
index 0000000000..9f26cd4a38
--- /dev/null
+++ b/desktop/kde/utils/filelight/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ filelight
+ View disk usage information
+ Filelight allows you to quickly understand exactly where your diskspace is being used by graphically representing your file system as a set of concentric segmented-rings.
+
+