diff --git a/desktop/gnome2/orbit2/actions.py b/desktop/gnome2/orbit2/actions.py
new file mode 100644
index 0000000000..e2333e0cee
--- /dev/null
+++ b/desktop/gnome2/orbit2/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 autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+WorkDir = "ORBit2-%s" % get.srcVERSION()
+
+def setup():
+ autotools.configure("--disable-static")
+ pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
+
+def build():
+ autotools.make("-j1")
+
+def install():
+ autotools.install()
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README", "TODO")
diff --git a/desktop/gnome2/orbit2/files/fedora/ORBit2-allow-deprecated.patch b/desktop/gnome2/orbit2/files/fedora/ORBit2-allow-deprecated.patch
new file mode 100644
index 0000000000..25215f6ad5
--- /dev/null
+++ b/desktop/gnome2/orbit2/files/fedora/ORBit2-allow-deprecated.patch
@@ -0,0 +1,23 @@
+--- ORBit2-2.14.19/linc2/src/Makefile.am.depr 2013-03-15 09:24:45.384143557 -0400
++++ ORBit2-2.14.19/linc2/src/Makefile.am 2013-03-15 09:24:55.172144088 -0400
+@@ -12,8 +12,7 @@
+ -I$(top_builddir)/linc2/include \
+ -I$(top_srcdir)/linc2/include \
+ $(LINC_CFLAGS) \
+- $(WARN_CFLAGS) \
+- -DG_DISABLE_DEPRECATED
++ $(WARN_CFLAGS)
+
+ if OS_WIN32
+ else
+--- ORBit2-2.14.19/linc2/src/Makefile.in.depr 2013-03-15 09:24:45.943143588 -0400
++++ ORBit2-2.14.19/linc2/src/Makefile.in 2013-03-15 09:25:08.333144801 -0400
+@@ -244,7 +244,7 @@
+ # -I$(top_srcdir)/include
+ INCLUDES = -I$(top_builddir)/linc2/include \
+ -I$(top_srcdir)/linc2/include $(LINC_CFLAGS) $(WARN_CFLAGS) \
+- -DG_DISABLE_DEPRECATED $(am__append_1)
++ $(am__append_1)
+ liblinc_la_SOURCES = \
+ linc.c \
+ linc-connection.c \
diff --git a/desktop/gnome2/orbit2/pspec.xml b/desktop/gnome2/orbit2/pspec.xml
new file mode 100644
index 0000000000..dbaa0e452d
--- /dev/null
+++ b/desktop/gnome2/orbit2/pspec.xml
@@ -0,0 +1,98 @@
+
+
+
+
+ orbit2
+ http://www.gnome.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ LGPLv2
+ library
+ High-performance CORBA ORB
+ Orbit2 allows to communication between two programs objects.
+ mirrors://gnome/ORBit2/2.14/ORBit2-2.14.19.tar.bz2
+
+ libIDL-devel
+ grep
+ libtool
+ gtkdoc
+
+
+ fedora/ORBit2-allow-deprecated.patch
+
+
+
+
+ orbit2
+
+ libIDL
+ glib2
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+ /usr/share/idl
+
+
+
+
+ orbit2-devel
+ Development files for orbit2
+
+ orbit2
+ libIDL-devel
+ glib2-devel
+
+
+ /usr/bin/orbit2-config
+ /usr/include
+ /usr/lib/*.a
+ /usr/lib/pkgconfig
+ /usr/share/aclocal
+
+
+
+
+ orbit2-docs
+ data:doc
+ ORBit2 reference documents
+
+ /usr/share/gtk-doc
+
+
+
+
+
+ 2014-05-21
+ 2.14.19
+ Rebuild.
+ Kamil Atlı
+ suvarice@gmail.com
+
+
+ 2013-10-29
+ 2.14.19
+ Rebuild.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-08-26
+ 2.14.19
+ Release bump.
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2010-12-22
+ 2.14.19
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/desktop/gnome2/orbit2/translations.xml b/desktop/gnome2/orbit2/translations.xml
new file mode 100644
index 0000000000..e60dc8361c
--- /dev/null
+++ b/desktop/gnome2/orbit2/translations.xml
@@ -0,0 +1,18 @@
+
+
+
+ orbit2
+ Yüksek performanslı CORBA ORB
+ Orbit2 iki program nesneleri arasındaki iletişimi sağlar.
+
+
+
+ orbit2-docs
+ Orbit2 referans dökümanları
+
+
+
+ orbit2-devel
+ orbit2 için geliştirme dosyaları
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index 41598d89a1..f8e3cb26ea 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -39523,6 +39523,104 @@
+
+
+ orbit2
+ http://www.gnome.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ LGPLv2
+ library
+ desktop.gnome2
+ High-performance CORBA ORB
+ Yüksek performanslı CORBA ORB
+ Orbit2 allows to communication between two programs objects.
+ Orbit2 iki program nesneleri arasındaki iletişimi sağlar.
+ mirrors://gnome/ORBit2/2.14/ORBit2-2.14.19.tar.bz2
+
+ libIDL-devel
+ grep
+ libtool
+ gtkdoc
+
+
+ fedora/ORBit2-allow-deprecated.patch
+
+ desktop/gnome2/orbit2/pspec.xml
+
+
+ orbit2
+
+ libIDL
+ glib2
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+ /usr/share/idl
+
+
+
+ orbit2-devel
+ Development files for orbit2
+ orbit2 için geliştirme dosyaları
+
+ orbit2
+ libIDL-devel
+ glib2-devel
+
+
+ /usr/bin/orbit2-config
+ /usr/include
+ /usr/lib/*.a
+ /usr/lib/pkgconfig
+ /usr/share/aclocal
+
+
+
+ orbit2-docs
+ ORBit2 reference documents
+ Orbit2 referans dökümanları
+ data:doc
+
+ /usr/share/gtk-doc
+
+
+
+
+ 2014-05-21
+ 2.14.19
+ Rebuild.
+ Kamil Atlı
+ suvarice@gmail.com
+
+
+ 2013-10-29
+ 2.14.19
+ Rebuild.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-08-26
+ 2.14.19
+ Release bump.
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2010-12-22
+ 2.14.19
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
librsvg
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index a97434a7ed..d83278c6ce 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-b22c60290570115718f9c38a7c7f9ec3a1699bba
\ No newline at end of file
+4ca6c901a98e2c102aa0261b936cbb44f2c3177e
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 55a25f737c..53e8367b2b 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index 644b1cc89c..72fea0c8fd 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-616e437613be4317d3a8e542d953baf5113f412d
\ No newline at end of file
+244bb32251ee793527a17d98c6421a2850b9e832
\ No newline at end of file