diff --git a/office/dictionary/hunspell-dict-sv/actions.py b/office/dictionary/hunspell-dict-sv/actions.py
new file mode 100644
index 0000000000..25636ab692
--- /dev/null
+++ b/office/dictionary/hunspell-dict-sv/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/licenses/gpl.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+WorkDir = "."
+
+def setup():
+ shelltools.system("unzip -o ooo_swedish_dict_2-36.oxt")
+
+def install():
+ pisitools.insinto("/usr/share/hunspell", "dictionaries/*.dic")
+ pisitools.insinto("/usr/share/hunspell", "dictionaries/*.aff")
+
+ pisitools.dodoc("LICENSE*")
diff --git a/office/dictionary/hunspell-dict-sv/pspec.xml b/office/dictionary/hunspell-dict-sv/pspec.xml
new file mode 100644
index 0000000000..bf2746f52b
--- /dev/null
+++ b/office/dictionary/hunspell-dict-sv/pspec.xml
@@ -0,0 +1,50 @@
+
+
+
+
+ hunspell-dict-sv
+ http://dsso.se/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2
+ locale:sv
+ data
+ Swedish hunspell dictionaries
+ hunspell-dict-sv includes Swedish hunspell dictionaries.
+ http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan/releases/2.36/ooo_swedish_dict_2-36.oxt
+
+
+
+ hunspell-dict-sv
+
+ /usr/share
+ /usr/share/doc
+
+
+
+
+
+ 2014-02-17
+ 1.29
+ Rebuild
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2013-05-05
+ 1.29
+ v.Bump
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2010-10-13
+ 1.29
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/office/dictionary/hunspell-dict-sv/translations.xml b/office/dictionary/hunspell-dict-sv/translations.xml
new file mode 100644
index 0000000000..064a0703a3
--- /dev/null
+++ b/office/dictionary/hunspell-dict-sv/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ hunspell-dict-sv
+ İsveççe hunspell sözlükleri
+ hunspell-dict-sv İsveççe hunspell sözlüklerini içerir.
+
+