diff --git a/desktop/kde/l10n/kde-l10n-nb/actions.py b/desktop/kde/l10n/kde-l10n-nb/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-nb/actions.py
@@ -0,0 +1,17 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import kde5
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-nb/files/kde4.patch b/desktop/kde/l10n/kde-l10n-nb/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-nb/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-nb/pspec.xml b/desktop/kde/l10n/kde-l10n-nb/pspec.xml
new file mode 100644
index 0000000000..762d18c03e
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-nb/pspec.xml
@@ -0,0 +1,61 @@
+
+
+
+
+ kde-l10n-nb
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:nb
+ Norwegian Bookma KDE5 internationalization package
+ kde-l10n-nb is the KDE5 internationalization package that provides Norwegian Bookma translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-nb-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-nb
+ lang-nb
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+ /usr/share/kturtle
+ /usr/share/katepart
+
+
+
+
+
+
+
+ 2015-09-21
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-nb/translations.xml b/desktop/kde/l10n/kde-l10n-nb/translations.xml
new file mode 100644
index 0000000000..d4c1fa29b8
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-nb/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-nb
+ KDE5 Norveç bookma yerelleştirme paketi
+ kde-l10n-nb, KDE uygulamalarını Norveç bookma yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file