diff --git a/desktop/toolkit/gtk/gtkspell/actions.py b/desktop/toolkit/gtk/gtkspell/actions.py
new file mode 100644
index 0000000000..9229354301
--- /dev/null
+++ b/desktop/toolkit/gtk/gtkspell/actions.py
@@ -0,0 +1,26 @@
+#!/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 autotools
+from pisi.actionsapi import pisitools
+
+
+def setup():
+ #autotools.autoreconf('-fi')
+ autotools.configure("--disable-static")
+
+ #pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+
+
+def build():
+ autotools.make()
+
+
+def install():
+ autotools.install()
+
+ # Empty files: NEWS,
+ pisitools.dodoc("ABOUT-NLS", "COPYING", "README", "AUTHORS", "ChangeLog")
diff --git a/desktop/toolkit/gtk/gtkspell/pspec.xml b/desktop/toolkit/gtk/gtkspell/pspec.xml
new file mode 100644
index 0000000000..022af239cd
--- /dev/null
+++ b/desktop/toolkit/gtk/gtkspell/pspec.xml
@@ -0,0 +1,94 @@
+
+
+
+
+ gtkspell
+ http://gtkspell.sourceforge.net
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ Spell checking widget for GTK+
+ GtkSpell provides MSWord / MacOSX-style highlighting of misspelled words in a GtkTextView widget. Right-clicking a misspelled word pops up a menu of suggested replacements.
+ mirrors://sourceforge/gtkspell/gtkspell-2.0.16.tar.gz
+
+ gtk2-devel
+ enchant-devel
+ intltool
+
+
+
+
+ gtkspell
+
+ atk
+ gtk2
+ cairo
+ glib2
+ pango
+ enchant
+ freetype
+ fontconfig
+ gdk-pixbuf
+
+
+ /usr/lib
+ /usr/share/locale
+ /usr/share/doc
+ /usr/share/gtk-doc
+
+
+
+
+ gtkspell-devel
+ Development files for gtkspell
+
+ gtkspell
+ gtk2-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2015-11-20
+ 2.0.16
+ Rebuild.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2014-05-18
+ 2.0.16
+ Rebuild
+ Varol Maksutoğlu
+ waroi@pisilinux.org
+
+
+ 2014-02-25
+ 2.0.16
+ Rebuild Unused
+ Varol Maksutoğlu
+ waroi@pisilinux.org
+
+
+ 2013-08-17
+ 2.0.16
+ Release bump
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2010-10-12
+ 2.0.16
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/desktop/toolkit/gtk/gtkspell/translations.xml b/desktop/toolkit/gtk/gtkspell/translations.xml
new file mode 100644
index 0000000000..565feeb83d
--- /dev/null
+++ b/desktop/toolkit/gtk/gtkspell/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ gtkspell
+ GTK+ için yazım denetimi eklentisi
+ GtkSpell, MSWord / MacOSX işletim sistemlerinde olduğu gibi, GTK+ metin gösterme zımbırtılarında yanlış yazılmış kelimeleri vurgular ve yanlış yazılmış kelimelere sağ tıkladığınızda, size yeni kelimeler önerir.
+
+
+
+ gtkspell-devel
+ gtkspell için geliştirme dosyaları
+
+