diff --git a/desktop/gnome/base/accountsservice/actions.py b/desktop/gnome/base/accountsservice/actions.py
new file mode 100644
index 0000000000..71a2e33641
--- /dev/null
+++ b/desktop/gnome/base/accountsservice/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
+
+def setup():
+ autotools.configure("--disable-static \
+ --libexecdir=/usr/lib/accountsservice")
+
+ pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
\ No newline at end of file
diff --git a/desktop/gnome/base/accountsservice/pspec.xml b/desktop/gnome/base/accountsservice/pspec.xml
new file mode 100644
index 0000000000..1c43d07f7a
--- /dev/null
+++ b/desktop/gnome/base/accountsservice/pspec.xml
@@ -0,0 +1,85 @@
+
+
+
+
+ accountsservice
+ http://www.freedesktop.org/
+
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+ GPLv3
+ library
+ D-Bus Service to Manipulate User Account Information
+ accountsservice server provides a set of D-Bus interfaces for querying and manipulating user account information.
+ http://www.freedesktop.org/software/accountsservice/accountsservice-0.6.40.tar.xz
+
+ intltool
+ glib2-devel
+ polkit-devel
+
+
+
+
+ accountsservice
+
+ polkit
+ glib2
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/share/dbus-1
+ /usr/share/gir-1.0
+ /usr/share/gtk-doc
+ /usr/share/polkit-1
+ /usr/share/vala/vapi
+ /etc/dbus-1/system.d
+ /usr/share/locale
+ /var/lib/AccountsService/
+
+
+
+
+ accountsservice-devel
+ accountsservice için geliştirme dosyaları
+
+ accountsservice
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2015-10-11
+ 0.6.40
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2014-07-15
+ 0.6.35
+ Rebuild for gcc.
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2013-11-08
+ 0.6.35
+ Version Bump
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2013-08-30
+ 0.6.34
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/desktop/gnome/base/accountsservice/translations.xml b/desktop/gnome/base/accountsservice/translations.xml
new file mode 100644
index 0000000000..24f078a949
--- /dev/null
+++ b/desktop/gnome/base/accountsservice/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ accountsservice
+ D-Bus Service to Manipulate User Account Information
+ accountsservice server provides a set of D-Bus interfaces for querying and manipulating user account information.
+
+
+
+ accountsservice-devel
+ accountsservice için geliştirme dosyaları
+
+
\ No newline at end of file