diff --git a/desktop/kde/l10n/kde-l10n-sv/actions.py b/desktop/kde/l10n/kde-l10n-sv/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-sv/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-sv/files/kde4.patch b/desktop/kde/l10n/kde-l10n-sv/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-sv/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-sv/pspec.xml b/desktop/kde/l10n/kde-l10n-sv/pspec.xml
new file mode 100644
index 0000000000..702880691f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-sv/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-sv
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:sv
+ Swedish KDE5 internationalization package
+ kde-l10n-sv is the KDE5 internationalization package that provides Swedish translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-sv-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-sv
+ lang-sv
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+ kde-l10n-sv-doc
+ Swedish documentation files for KDE
+
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2015-09-26
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-sv/translations.xml b/desktop/kde/l10n/kde-l10n-sv/translations.xml
new file mode 100644
index 0000000000..87d4846538
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-sv/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-sv
+ KDE5 İsveçli yerelleştirme paketi
+ kde-l10n-sv, KDE uygulamalarını İsveçli yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+ kde-l10n-sv-doc
+ KDE5 için İsveçli belgeler
+
+
\ No newline at end of file