diff --git a/editor/geany/actions.py b/editor/geany/actions.py
new file mode 100644
index 0000000000..f557ef1e41
--- /dev/null
+++ b/editor/geany/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+
+def setup():
+ autotools.configure()
+ pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+
+def build():
+ autotools.make()
+
+def install():
+ pisitools.dodoc('AUTHORS', 'ChangeLog', 'ChangeLog.pre-0-17',
+ 'COPYING', 'HACKING', 'INSTALL', 'NEWS', 'README',
+ 'README.I18N', 'README.Packagers', 'THANKS', 'TODO')
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
diff --git a/editor/geany/pspec.xml b/editor/geany/pspec.xml
new file mode 100644
index 0000000000..b2c4aab7ec
--- /dev/null
+++ b/editor/geany/pspec.xml
@@ -0,0 +1,103 @@
+
+
+
+
+ geany
+ http://www.geany.org
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app:gui
+ GTK+ based fast and lightweight IDE
+ GTK+ based fast and lightweight IDE
+ http://download.geany.org/geany-1.24.1.tar.bz2
+
+ libgcc
+ gtk2-devel
+ vte-devel
+ glib2-devel
+
+
+
+
+ geany
+
+ gtk2
+ cairo
+ pango
+ gdk-pixbuf
+ glib2
+ libgcc
+
+
+ /usr/bin
+ /usr/share/icons
+ /usr/share/applications
+ /usr/share/doc
+ /usr/share/geany
+ /usr/share/locale
+ /usr/share/man
+ /usr/lib/geany
+
+
+
+
+ geany-devel
+ geany için geliştirme dosyaları
+
+ geany
+ gtk2-devel
+
+
+ /usr/lib/pkgconfig
+ /usr/include/
+
+
+
+
+
+ 2014-06-04
+ 1.24.1
+ Version bump
+ Varol Maksutoğlu
+ waroi@pisilinux.org
+
+
+ 2014-02-06
+ 1.23
+ Delete Unused Deps
+ Varol Maksutoğlu
+ waroi@pisilinux.org
+
+
+ 2014-01-25
+ 1.23
+ rebuild unused fix and add new dep
+ Varol Maksutoğlu
+ waroi@pisilinux.org
+
+
+ 2013-07-27
+ 1.23
+ Move pc files to devel pack, rebuild
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2013-03-13
+ 1.23
+ Version bump
+ Ertan Güven
+ ertan@pisilinux.org
+
+
+ 2012-09-01
+ 1.22
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
diff --git a/editor/geany/translations.xml b/editor/geany/translations.xml
new file mode 100644
index 0000000000..c979fd79bf
--- /dev/null
+++ b/editor/geany/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ geany
+ GTK+ based fast and lightweight IDE
+ GTK+ based fast and lightweight IDE
+
+
+
+ geany-devel
+ geany için geliştirme dosyaları
+
+
\ No newline at end of file