diff --git a/desktop/kde/application/kde-servicemenu-rootactions/actions.py b/desktop/kde/application/kde-servicemenu-rootactions/actions.py
new file mode 100644
index 0000000000..66a1ab3d51
--- /dev/null
+++ b/desktop/kde/application/kde-servicemenu-rootactions/actions.py
@@ -0,0 +1,16 @@
+#!/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 get
+
+WorkDir = "rootactions_servicemenu_%s" % get.srcVERSION()
+
+def install():
+ pisitools.insinto("/usr/share/kservices5/ServiceMenus", "Root_Actions_%s/dolphin-KDE4/*.desktop" % get.srcVERSION())
+ pisitools.dobin("Root_Actions_%s/rootactions-servicemenu.pl" % get.srcVERSION())
+
+ pisitools.dodoc("README")
diff --git a/desktop/kde/application/kde-servicemenu-rootactions/pspec.xml b/desktop/kde/application/kde-servicemenu-rootactions/pspec.xml
new file mode 100644
index 0000000000..789e7f8bed
--- /dev/null
+++ b/desktop/kde/application/kde-servicemenu-rootactions/pspec.xml
@@ -0,0 +1,58 @@
+
+
+
+
+ kde-servicemenu-rootactions
+ http://www.kde-apps.org/content/show.php?content=48411
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ dolphin
+ app:gui
+ Root actions servicemenu for Dolphin
+ kde-servicemenu-rootactions is an addon for KDE4 that provides a convenient way to perform several actions as root from the right-click context menu in Dolphin file manager.
+ http://kde-apps.org/CONTENT/content-files/48411-rootactions_servicemenu_2.8.1.tar.gz
+
+
+
+
+
+
+ kde-servicemenu-rootactions
+
+
+
+
+ /usr/bin
+ /usr/share/kservices5
+ /usr/share/doc
+
+
+
+
+
+ 2014-05-30
+ 2.8.1
+ Rebuild.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2014-01-09
+ 2.8.1
+ Version Bump
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2012-11-20
+ 2.7.3
+ First release
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+
diff --git a/desktop/kde/application/kde-servicemenu-rootactions/translations.xml b/desktop/kde/application/kde-servicemenu-rootactions/translations.xml
new file mode 100644
index 0000000000..cf8010b088
--- /dev/null
+++ b/desktop/kde/application/kde-servicemenu-rootactions/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ kde-servicemenu-rootactions
+ Dolphin için yetkili kullanıcı eylemleri menüsü
+ kde-servicemenu-rootactions, Dolphin dosya yöneticisinin içerik menüsü üzerinden yetkili kullanıcı işlemlerinin gerçekleştirilebilmesini sağlayan bir eklentidir.
+
+
diff --git a/office/dictionary/hunspell-dict-ca/actions.py b/office/dictionary/hunspell-dict-ca/actions.py
new file mode 100644
index 0000000000..171712ed48
--- /dev/null
+++ b/office/dictionary/hunspell-dict-ca/actions.py
@@ -0,0 +1,20 @@
+#!/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
+
+WorkDir = "hunspell"
+
+def setup():
+ pisitools.dosed("catalan.aff", "\r")
+ pisitools.dosed("catalan.dic", "\r")
+
+def install():
+ for lang in ("ca_AD", "ca_FR", "ca_IT", "ca_ES"):
+ pisitools.insinto("/usr/share/hunspell", "catalan.aff", lang + ".aff")
+ pisitools.insinto("/usr/share/hunspell", "catalan.dic", lang + ".dic")
+
+ pisitools.dohtml("release-notes*")
diff --git a/office/dictionary/hunspell-dict-ca/pspec.xml b/office/dictionary/hunspell-dict-ca/pspec.xml
new file mode 100644
index 0000000000..9c982b04ba
--- /dev/null
+++ b/office/dictionary/hunspell-dict-ca/pspec.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ hunspell-dict-ca
+ http://www.softcatala.org/wiki/Projectes/Corrector_ortogràfic
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2+
+ locale:ca
+ data
+ Catalan hunspell dictionaries
+ hunspell-dict-ca includes Catalan hunspell dictionaries.
+
+ http://source.pisilinux.org/1.0/hunspell-dict-ca-20090319.tar.bz2
+
+
+
+ hunspell-dict-ca
+
+ /usr/share/hunspell
+ /usr/share/doc
+
+
+
+
+
+ 2014-01-26
+ 0.0_20090319
+ Rebuild
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2010-10-13
+ 0.0_20090319
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/office/dictionary/hunspell-dict-ca/translations.xml b/office/dictionary/hunspell-dict-ca/translations.xml
new file mode 100644
index 0000000000..a656861a2f
--- /dev/null
+++ b/office/dictionary/hunspell-dict-ca/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ hunspell-dict-ca
+ Katalanca hunspell sözlüğü
+ hunspell-dict-ca Katalanca hunspell sözlüğünü içermektedir.
+
+
diff --git a/office/dictionary/hunspell-dict-de/actions.py b/office/dictionary/hunspell-dict-de/actions.py
new file mode 100644
index 0000000000..785a6b7481
--- /dev/null
+++ b/office/dictionary/hunspell-dict-de/actions.py
@@ -0,0 +1,33 @@
+#!/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 autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+WorkDir = "igerman98-20131206"
+
+def build():
+ autotools.make("hunspell/de_AT_small.dic hunspell/de_AT.aff hunspell/de_CH_small.dic hunspell/de_CH.aff hunspell/de_DE.aff")
+
+ shelltools.cd("hunspell")
+ for f in ("README_de_AT.txt", "README_de_CH.txt", "README_de_DE.txt"):
+ pisitools.dosed(f, "\r")
+
+def install():
+ shelltools.cd("hunspell")
+ pisitools.insinto("/usr/share/hunspell", "*.dic")
+ pisitools.insinto("/usr/share/hunspell", "*.aff")
+
+ pisitools.dosym("de_DE.dic", "/usr/share/hunspell/de_BE.dic")
+ pisitools.dosym("de_DE.aff", "/usr/share/hunspell/de_BE.aff")
+ pisitools.dosym("de_DE.dic", "/usr/share/hunspell/de_LU.dic")
+ pisitools.dosym("de_DE.aff", "/usr/share/hunspell/de_LU.aff")
+
+ pisitools.dosym("de_CH.dic", "/usr/share/hunspell/de_LI.dic")
+ pisitools.dosym("de_CH.aff", "/usr/share/hunspell/de_LI.aff")
+
+ pisitools.dodoc("README*", "COPYING*")
diff --git a/office/dictionary/hunspell-dict-de/pspec.xml b/office/dictionary/hunspell-dict-de/pspec.xml
new file mode 100644
index 0000000000..f8baae3b79
--- /dev/null
+++ b/office/dictionary/hunspell-dict-de/pspec.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ hunspell-dict-de
+ http://www.j3e.de/ispell/igerman98
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ GPLv3
+ locale:de
+ data
+ German hunspell dictionaries
+ hunspell-dict-de includes German, Switzerland, etc. hunspell dictionaries.
+ https://www.j3e.de/ispell/igerman98/dict/igerman98-20131206.tar.bz2
+
+
+
+ hunspell-dict-de
+
+ /usr/share/hunspell
+ /usr/share/doc
+
+
+
+
+
+ 2014-01-26
+ 0.0_20131216
+ Version Bump
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2010-10-13
+ 0.0_20090107
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/office/dictionary/hunspell-dict-de/translations.xml b/office/dictionary/hunspell-dict-de/translations.xml
new file mode 100644
index 0000000000..b38850da97
--- /dev/null
+++ b/office/dictionary/hunspell-dict-de/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ hunspell-dict-de
+ Almanca hunspell sözlüğü
+ hunspell-dict-de Almanca ve İsviçre Almancası için hunspell sözlüklerini içermektedir.
+
+
diff --git a/office/dictionary/hunspell-dict-en/actions.py b/office/dictionary/hunspell-dict-en/actions.py
new file mode 100644
index 0000000000..b732b19af1
--- /dev/null
+++ b/office/dictionary/hunspell-dict-en/actions.py
@@ -0,0 +1,24 @@
+#!/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 autotools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pisitools
+
+WorkDir = "wordlist"
+
+def install():
+ pisitools.insinto("/usr/share/hunspell/", "en_*.dic")
+ pisitools.insinto("/usr/share/hunspell/", "en_*.aff")
+
+ for f in ("en_AU", "en_BS", "en_BW", "en_BZ", "en_DK", "en_GH", "en_HK", "en_IE", "en_IN", "en_JM", "en_NA", "en_NG", "en_NZ", "en_SG", "en_TT", "en_ZA", "en_ZW"):
+ pisitools.dosym("en_GB-large.dic", "/usr/share/hunspell/%s.dic" % f)
+ pisitools.dosym("en_GB-large.aff", "/usr/share/hunspell/%s.aff" % f)
+
+ pisitools.dosym("en_US.dic", "/usr/share/hunspell/en_PH.dic")
+ pisitools.dosym("en_US.aff", "/usr/share/hunspell/en_PH.aff")
+
+ pisitools.dodoc("README*", "README*")
diff --git a/office/dictionary/hunspell-dict-en/files/en_GB-singleletters.patch b/office/dictionary/hunspell-dict-en/files/en_GB-singleletters.patch
new file mode 100644
index 0000000000..014929af7c
--- /dev/null
+++ b/office/dictionary/hunspell-dict-en/files/en_GB-singleletters.patch
@@ -0,0 +1,56 @@
+--- wordlist.orig/en_GB.dic 2005-05-26 11:49:30.000000000 +0100
++++ wordlist/en_GB.dic 2008-11-28 10:01:37.000000000 +0000
+@@ -1,4 +1,4 @@
+-46280
++46286
+ abaft
+ abbreviation/M
+ abdicate/DNGSn
+@@ -2278,6 +2278,7 @@
+ hysterectomy/SM
+ Hyundai/M
+ ICC/M
++i
+ icebox/SM
+ icicle/SM
+ iconoclasm/MS
+@@ -2470,6 +2471,7 @@
+ Ithacan
+ its
+ ix
++j
+ jackknife/DGMS
+ Jacqueline
+ Jaeger/M
+@@ -2764,6 +2766,7 @@
+ Mabel/M
+ Macedon
+ Macedonia/M
++m
+ macintosh/SM
+ MacIntyre
+ Mackenzie
+@@ -3222,6 +3225,7 @@
+ nuttiness/S
+ nymphomaniac/S
+ Oakland/M
++o
+ ob.
+ obeyer/EM
+ obfuscation/M
+@@ -4797,6 +4801,7 @@
+ tyro/SM
+ UFO/S
+ Ukrainian/S
++u
+ ulcerate/SGNDn
+ ulcerous
+ Ulrika/M
+@@ -4962,6 +4967,7 @@
+ vulnerability/SI
+ vulva/M
+ WAC
++w
+ wagon/SM
+ waitress/MS
+ Waldemar/M
diff --git a/office/dictionary/hunspell-dict-en/files/en_US-strippedabbrevs.patch b/office/dictionary/hunspell-dict-en/files/en_US-strippedabbrevs.patch
new file mode 100644
index 0000000000..0f4e1eee8e
--- /dev/null
+++ b/office/dictionary/hunspell-dict-en/files/en_US-strippedabbrevs.patch
@@ -0,0 +1,8 @@
+--- wordlist/scowl/speller/en.dic.supp.orig 2008-11-28 10:10:01.000000000 +0000
++++ wordlist/scowl/speller/en.dic.supp 2008-11-28 10:10:10.000000000 +0000
+@@ -21,3 +21,5 @@
+ 7th/pt
+ 8th/pt
+ 9th/pt
++e.g.
++i.e.
diff --git a/office/dictionary/hunspell-dict-en/files/mozilla_words.patch b/office/dictionary/hunspell-dict-en/files/mozilla_words.patch
new file mode 100644
index 0000000000..23e33d88c9
--- /dev/null
+++ b/office/dictionary/hunspell-dict-en/files/mozilla_words.patch
@@ -0,0 +1,45 @@
+--- wordlist.orig/scowl/r/special/proper-names 2008-02-08 11:53:27.000000000 +0000
++++ wordlist/scowl/r/special/proper-names 2008-02-08 12:06:00.000000000 +0000
+@@ -3,7 +3,9 @@
+ Barack
+ Bernanke
+ Biden
++Camino
+ Bugzilla
++ChatZilla
+ Debian
+ Emacs
+ Gentoo
+@@ -11,10 +13,14 @@
+ ISO
+ Ispell
+ LyX
++Mandriva
+ Mozilla
++MySpell
+ PayPal
++SeaMonkey
+ SUSE
+ Slackware
++Sunbird
+ Thunderbird
+ Ubuntu
+ XEmacs
+--- wordlist.orig/scowl/speller/en.aff 2008-02-08 20:28:24.000000000 +0000
++++ wordlist/scowl/speller/en.aff 2008-02-08 20:28:45.000000000 +0000
+@@ -110,13 +110,14 @@
+ SFX L Y 1
+ SFX L 0 ment .
+
+-REP 88
++REP 89
+ REP a ei
+ REP ei a
+ REP a ey
+ REP ey a
+ REP ai ie
+ REP ie ai
++REP alot a_lot
+ REP are air
+ REP are ear
+ REP are eir
diff --git a/office/dictionary/hunspell-dict-en/pspec.xml b/office/dictionary/hunspell-dict-en/pspec.xml
new file mode 100644
index 0000000000..d02a26ccc9
--- /dev/null
+++ b/office/dictionary/hunspell-dict-en/pspec.xml
@@ -0,0 +1,53 @@
+
+
+
+
+ hunspell-dict-en
+ http://wordlist.sourceforge.net/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2+
+ BSD
+ locale:en
+ data
+ English hunspell dictionaries
+ hunspell-dict-en includes English (US, UK, etc.) hunspell dictionaries.
+ http://downloads.sourceforge.net/project/wordlist/speller/2015.05.18/hunspell-en_US-2015.05.18.zip
+ http://downloads.sourceforge.net/project/wordlist/speller/2015.05.18/hunspell-en_CA-2015.05.18.zip
+ http://downloads.sourceforge.net/project/wordlist/speller/2015.05.18/hunspell-en_GB-large-2015.05.18.zip
+
+
+
+ hunspell-dict-en
+
+ /usr/share
+ /usr/share/doc
+
+
+
+
+
+ 2015-10-05
+ 2015.05.18
+ version bump
+ Ayhan Yalcinsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+ 2014-02-17
+ 0.0_20090319
+ Rebuild
+ Kamil Atlı
+ suvarice@gmail.com
+
+
+ 2010-10-13
+ 0.0_20090319
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/office/dictionary/hunspell-dict-en/translations.xml b/office/dictionary/hunspell-dict-en/translations.xml
new file mode 100644
index 0000000000..ca3ff82f13
--- /dev/null
+++ b/office/dictionary/hunspell-dict-en/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ hunspell-dict-en
+ İngilizce hunspell sözlükleri
+ hunspell-dict-en İngilizce (US, UK vs.) hunspell sözlüklerini içerir.
+
+
diff --git a/office/dictionary/hunspell-dict-es/actions.py b/office/dictionary/hunspell-dict-es/actions.py
new file mode 100644
index 0000000000..cca9915656
--- /dev/null
+++ b/office/dictionary/hunspell-dict-es/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
+
+WorkDir = "."
+
+def install():
+ pisitools.insinto("/usr/share/hunspell", "es_ANY.dic", "es_ES.dic")
+ pisitools.insinto("/usr/share/hunspell", "es_ANY.aff", "es_ES.aff")
+
+ for lang in ("es_AR", "es_BO", "es_CL", "es_CO", "es_CR", "es_CU", "es_DO", "es_EC", "es_GT", "es_HN", "es_MX", "es_NI", "es_PA", "es_PE", "es_PR", "es_PY", "es_SV", "es_US", "es_UY", "es_VE"):
+ pisitools.dosym("es_ES.dic", "/usr/share/hunspell/%s.dic" % lang)
+ pisitools.dosym("es_ES.aff", "/usr/share/hunspell/%s.aff" % lang)
+
+ pisitools.dodoc("*.txt")
diff --git a/office/dictionary/hunspell-dict-es/pspec.xml b/office/dictionary/hunspell-dict-es/pspec.xml
new file mode 100644
index 0000000000..7807aef315
--- /dev/null
+++ b/office/dictionary/hunspell-dict-es/pspec.xml
@@ -0,0 +1,52 @@
+
+
+
+
+ hunspell-dict-es
+ http://es.openoffice.org/programa/diccionario.html
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv3+
+ GPLv3+
+ MPL-1.1
+ locale:es
+ data
+ Spanish hunspell dictionaries
+ hunspell-dict-es includes Spanish (Spain, Mexico, etc.) hunspell dictionaries.
+ http://pkgs.fedoraproject.org/repo/pkgs/hunspell-es/es_ANY.zip/a88e2244de48c0ff42f1b77c4a80c8a0/es_ANY.zip
+
+
+
+ hunspell-dict-es
+
+ /usr/share
+ /usr/share/doc
+
+
+
+
+
+ 2014-02-17
+ 0.0_20081215
+ Rebuild
+ Kamil Atlı
+ suvarice@gmail.com
+
+
+ 2013-05-05
+ 0.0_20081215
+ Fixed
+ Ertan Güven
+ ertan@pisilinux.org
+
+
+ 2010-10-13
+ 0.0_20081215
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/office/dictionary/hunspell-dict-es/translations.xml b/office/dictionary/hunspell-dict-es/translations.xml
new file mode 100644
index 0000000000..686df3a97b
--- /dev/null
+++ b/office/dictionary/hunspell-dict-es/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ hunspell-dict-es
+ İspanyolca hunspell sözlükleri
+ hunspell-dict-es İspanyolca (İspanya, Meksika vs.) hunspell sözlüklerini içerir.
+
+
diff --git a/office/dictionary/hunspell-dict-fr/actions.py b/office/dictionary/hunspell-dict-fr/actions.py
new file mode 100644
index 0000000000..53e5d858ed
--- /dev/null
+++ b/office/dictionary/hunspell-dict-fr/actions.py
@@ -0,0 +1,23 @@
+#!/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
+from pisi.actionsapi import get
+
+WorkDir = "."
+
+def install():
+ pisitools.insinto("/usr/share/hunspell", "*.dic")
+ pisitools.insinto("/usr/share/hunspell", "*.aff")
+
+ shelltools.chmod("%s/usr/share/hunspell/*" % get.installDIR(), 0644)
+
+ for lang in ("fr_BE", "fr_CA", "fr_CH", "fr_LU", "fr_MC"):
+ pisitools.dosym("fr_FR.dic", "/usr/share/hunspell/%s.dic" % lang)
+ pisitools.dosym("fr_FR.aff", "/usr/share/hunspell/%s.aff" % lang)
+
+ pisitools.dodoc("README*")
diff --git a/office/dictionary/hunspell-dict-fr/pspec.xml b/office/dictionary/hunspell-dict-fr/pspec.xml
new file mode 100644
index 0000000000..d2ccb954f8
--- /dev/null
+++ b/office/dictionary/hunspell-dict-fr/pspec.xml
@@ -0,0 +1,45 @@
+
+
+
+
+ hunspell-dict-fr
+ http://dico.savant.free.fr/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ LGPLv2
+ MPL-1.1
+ locale:fr
+ data
+ French hunspell dictionaries
+ hunspell-dict-fr includes French (France, Belgium, etc.) hunspell dictionaries.
+ http://dico.savant.free.fr/_download/fr_FR_2-3-2.zip
+
+
+
+ hunspell-dict-fr
+
+ /usr/share/hunspell
+ /usr/share/doc
+
+
+
+
+
+ 2014-01-27
+ 2.3.2
+ Rebuild
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2010-10-13
+ 2.3.2
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/office/dictionary/hunspell-dict-fr/translations.xml b/office/dictionary/hunspell-dict-fr/translations.xml
new file mode 100644
index 0000000000..9c71a80dd9
--- /dev/null
+++ b/office/dictionary/hunspell-dict-fr/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ hunspell-dict-fr
+ Fransızca hunspell sözlükleri
+ hunspell-dict-fr Fransızca (Fransa, Belçika vs.) hunspell sözlüklerini içerir.
+
+
diff --git a/office/dictionary/hunspell-dict-it/actions.py b/office/dictionary/hunspell-dict-it/actions.py
new file mode 100644
index 0000000000..22f0801c47
--- /dev/null
+++ b/office/dictionary/hunspell-dict-it/actions.py
@@ -0,0 +1,18 @@
+#!/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
+
+WorkDir = "."
+
+def install():
+ pisitools.insinto("/usr/share/hunspell", "*.dic")
+ pisitools.insinto("/usr/share/hunspell", "*.aff")
+
+ pisitools.dosym("it_IT.dic", "/usr/share/hunspell/it_CH.dic")
+ pisitools.dosym("it_IT.aff", "/usr/share/hunspell/it_CH.aff")
+
+ pisitools.dodoc("*.txt", "*AUTHORS", "*ChangeLog", "*COPYING")
diff --git a/office/dictionary/hunspell-dict-it/pspec.xml b/office/dictionary/hunspell-dict-it/pspec.xml
new file mode 100644
index 0000000000..7a867b118c
--- /dev/null
+++ b/office/dictionary/hunspell-dict-it/pspec.xml
@@ -0,0 +1,43 @@
+
+
+
+
+ hunspell-dict-it
+ http://linguistico.sourceforge.net/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2+
+ locale:it
+ data
+ Italian hunspell dictionaries
+ hunspell-dict-it includes Italian hunspell dictionaries.
+ http://downloads.sourceforge.net/sourceforge/linguistico/italiano_2_4_2007_09_01.zip
+
+
+
+ hunspell-dict-it
+
+ /usr/share/hunspell
+ /usr/share/doc
+
+
+
+
+
+ 2014-01-26
+ 2.4
+ rebuild
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2010-10-13
+ 2.4
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/office/dictionary/hunspell-dict-it/translations.xml b/office/dictionary/hunspell-dict-it/translations.xml
new file mode 100644
index 0000000000..b77ec8a690
--- /dev/null
+++ b/office/dictionary/hunspell-dict-it/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ hunspell-dict-it
+ İtalyanca hunspell sözlükleri
+ hunspell-dict-it İtalyanca hunspell sözlüklerini içerir.
+
+
diff --git a/office/dictionary/hunspell-dict-nl/actions.py b/office/dictionary/hunspell-dict-nl/actions.py
new file mode 100644
index 0000000000..889e7dc02f
--- /dev/null
+++ b/office/dictionary/hunspell-dict-nl/actions.py
@@ -0,0 +1,22 @@
+#!/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 OpenTaal-210G-LO.oxt")
+
+def install():
+ pisitools.insinto("/usr/share/hunspell", "*.dic")
+ pisitools.insinto("/usr/share/hunspell", "*.aff")
+
+ pisitools.dosym("nl_NL.dic", "/usr/share/hunspell/nl_BE.dic")
+ pisitools.dosym("nl_NL.aff", "/usr/share/hunspell/nl_BE.aff")
+
+ pisitools.dodoc("*.txt")
diff --git a/office/dictionary/hunspell-dict-nl/pspec.xml b/office/dictionary/hunspell-dict-nl/pspec.xml
new file mode 100644
index 0000000000..26b2aa706b
--- /dev/null
+++ b/office/dictionary/hunspell-dict-nl/pspec.xml
@@ -0,0 +1,57 @@
+
+
+
+
+ hunspell-dict-nl
+ http://www.opentaal.org/english.php
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2+
+ locale:nl
+ data
+ Dutch hunspell dictionaries
+ hunspell-dict-nl includes Dutch hunspell dictionaries.
+ http://pkgs.fedoraproject.org/repo/pkgs/hunspell-nl/OpenTaal-210G-LO.oxt/3c96686c2555e3ae23b5de06ba08631b/OpenTaal-210G-LO.oxt
+
+
+
+ hunspell-dict-nl
+
+ /usr/share
+ /usr/share/doc
+
+
+
+
+
+ 2015-10-05
+ 2.10g
+ version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+ 2014-02-17
+ 1.00g
+ Rebuild
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2013-05-05
+ 1.00g
+ Adress Fixed
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2010-10-13
+ 1.00g
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/office/dictionary/hunspell-dict-nl/translations.xml b/office/dictionary/hunspell-dict-nl/translations.xml
new file mode 100644
index 0000000000..8567866522
--- /dev/null
+++ b/office/dictionary/hunspell-dict-nl/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ hunspell-dict-nl
+ Flemenkçe hunspell sözlükleri
+ hunspell-dict-nl Flemenkçe hunspell sözlüklerini içerir.
+
+
diff --git a/office/dictionary/hunspell-dict-pl/actions.py b/office/dictionary/hunspell-dict-pl/actions.py
new file mode 100644
index 0000000000..a63f38aa1d
--- /dev/null
+++ b/office/dictionary/hunspell-dict-pl/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 pl_PL.zip")
+
+def install():
+ pisitools.insinto("/usr/share/hunspell", "*.dic")
+ pisitools.insinto("/usr/share/hunspell", "*.aff")
+
+ pisitools.dodoc("*.txt")
diff --git a/office/dictionary/hunspell-dict-pl/pspec.xml b/office/dictionary/hunspell-dict-pl/pspec.xml
new file mode 100644
index 0000000000..385fb9ec39
--- /dev/null
+++ b/office/dictionary/hunspell-dict-pl/pspec.xml
@@ -0,0 +1,52 @@
+
+
+
+
+ hunspell-dict-pl
+ http://www.kurnik.pl/dictionary/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2+
+ GPLv2+
+ MPL-1.1
+ locale:pl
+ data
+ Polish hunspell dictionaries
+ hunspell-dict-pl includes Polish hunspell dictionaries.
+ https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-20150428.zip
+
+
+
+ hunspell-dict-pl
+
+ /usr/share/hunspell
+ /usr/share/doc
+
+
+
+
+
+ 2015-10-05
+ 20100428
+ Rebuild
+ Alihanh Öztürk
+ alihan@pisilinux.org
+
+
+ 2014-01-26
+ 0.0_20090319
+ Rebuild
+ Alihanh Öztürk
+ alihan@pisilinux.org
+
+
+ 2010-10-13
+ 0.0_20090319
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/office/dictionary/hunspell-dict-pl/translations.xml b/office/dictionary/hunspell-dict-pl/translations.xml
new file mode 100644
index 0000000000..ffcca9fef9
--- /dev/null
+++ b/office/dictionary/hunspell-dict-pl/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ hunspell-dict-pl
+ Polonya dili için hunspell sözlükleri
+ hunspell-dict-pl Polonya dili için hunspell sözlükleri içerir.
+
+
diff --git a/office/dictionary/hunspell-dict-pt/actions.py b/office/dictionary/hunspell-dict-pt/actions.py
new file mode 100644
index 0000000000..52f7b34bcc
--- /dev/null
+++ b/office/dictionary/hunspell-dict-pt/actions.py
@@ -0,0 +1,15 @@
+#!/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
+
+#WorkDir = "hunspell"
+
+def install():
+ pisitools.insinto("/usr/share/hunspell", "*.dic")
+ pisitools.insinto("/usr/share/hunspell", "*.aff")
+
+ pisitools.dodoc("README*")
diff --git a/office/dictionary/hunspell-dict-pt/pspec.xml b/office/dictionary/hunspell-dict-pt/pspec.xml
new file mode 100644
index 0000000000..2dff3ea076
--- /dev/null
+++ b/office/dictionary/hunspell-dict-pt/pspec.xml
@@ -0,0 +1,51 @@
+
+
+
+
+ hunspell-dict-pt
+ http://www.broffice.org/verortografico/baixar
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2
+ GPLv2+
+ locale:pt
+ data
+ Portuguese hunspell dictionaries
+ hunspell-dict-pt includes Portuguese hunspell dictionaries.
+ http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/hunspell-pt_PT-20150704.tar.gz
+
+
+
+ hunspell-dict-pt
+
+ /usr/share/hunspell
+ /usr/share/doc
+
+
+
+
+
+ 2015-10-05
+ 20150704
+ version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+ 2014-01-27
+ 0.0_20090319
+ Rebuild
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2010-10-13
+ 0.0_20090319
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/office/dictionary/hunspell-dict-pt/translations.xml b/office/dictionary/hunspell-dict-pt/translations.xml
new file mode 100644
index 0000000000..2cc264a18d
--- /dev/null
+++ b/office/dictionary/hunspell-dict-pt/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ hunspell-dict-pt
+ Portekizce hunspell sözlükleri
+ hunspell-dict-pt Portekizce hunspell sözlükleri içerir.
+
+
diff --git a/office/dictionary/hunspell-dict-ru/actions.py b/office/dictionary/hunspell-dict-ru/actions.py
new file mode 100644
index 0000000000..b3bcd4640f
--- /dev/null
+++ b/office/dictionary/hunspell-dict-ru/actions.py
@@ -0,0 +1,23 @@
+#!/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
+from pisi.actionsapi import get
+
+WorkDir = "."
+
+def install():
+ pisitools.insinto("/usr/share/hunspell", "ru_myspell.dict", "ru_RU.dic")
+ pisitools.insinto("/usr/share/hunspell", "ru_RU.koi8r.aff", "ru_RU.aff")
+
+ shelltools.chmod("%s/usr/share/hunspell/*" % get.installDIR(), 0644)
+
+ for lang in ("ru_UA",):
+ pisitools.dosym("ru_RU.dic", "/usr/share/hunspell/%s.dic" % lang)
+ pisitools.dosym("ru_RU.aff", "/usr/share/hunspell/%s.aff" % lang)
+
+ pisitools.dodoc("readme*", "LICENSE")
diff --git a/office/dictionary/hunspell-dict-ru/pspec.xml b/office/dictionary/hunspell-dict-ru/pspec.xml
new file mode 100644
index 0000000000..ac3c6e0522
--- /dev/null
+++ b/office/dictionary/hunspell-dict-ru/pspec.xml
@@ -0,0 +1,50 @@
+
+
+
+
+ hunspell-dict-ru
+ ftp://ftp.vsu.ru/mirrors/scon155.phys.msu.su/pub/russian/ispell/myspell
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ BSD
+ locale:ru
+ data
+ Russian hunspell dictionaries
+ hunspell-dict-ru includes Russian hunspell dictionaries.
+ http://pkgs.fedoraproject.org/repo/pkgs/hunspell-ru/rus-myspell-0.99f7.tar.gz/05a7c3a7bea2432410a35d93161b4c0a/rus-myspell-0.99f7.tar.gz
+
+
+
+ hunspell-dict-ru
+
+ /usr/share
+ /usr/share/doc
+
+
+
+
+
+ 2014-02-17
+ 0.99f_7
+ Rebuild
+ Kamil Atlı
+ suvarice@gmail.com
+
+
+ 2013-05-05
+ 0.99f_7
+ Url fixed
+ Ertan Güven
+ ertan@pisilinux.org
+
+
+ 2010-12-28
+ 0.99f_7
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/office/dictionary/hunspell-dict-ru/translations.xml b/office/dictionary/hunspell-dict-ru/translations.xml
new file mode 100644
index 0000000000..4b08198660
--- /dev/null
+++ b/office/dictionary/hunspell-dict-ru/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ hunspell-dict-ru
+ Rusça hunspell sözlükleri
+ hunspell-dict-ru Rusça hunspell sözlüklerini içerir.
+
+
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.
+
+