diff --git a/desktop/gnome/base/libsecret/actions.py b/desktop/gnome/base/libsecret/actions.py
new file mode 100644
index 0000000000..d36d4f82f0
--- /dev/null
+++ b/desktop/gnome/base/libsecret/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/copyleft/gpl.txt.
+
+from pisi.actionsapi import get
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+
+def setup():
+ autotools.configure("--disable-static")
+
+ pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README")
\ No newline at end of file
diff --git a/desktop/gnome/base/libsecret/pspec.xml b/desktop/gnome/base/libsecret/pspec.xml
new file mode 100644
index 0000000000..57ad01d9cf
--- /dev/null
+++ b/desktop/gnome/base/libsecret/pspec.xml
@@ -0,0 +1,111 @@
+
+
+
+ libsecret
+ http://projects.gnome.org/libsecret
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app:gui
+ The libsecret package contains a GObject based library
+ The libsecret package contains a GObject based library for accessing the Secret Service API.
+ mirrors://gnome/libsecret/0.18/libsecret-0.18.tar.xz
+
+ gtk-doc
+ vala-devel
+ libxslt-devel
+ libgcrypt-devel
+ glib2-devel
+ xmlto
+
+
+
+
+ libsecret
+
+ libxslt
+ libgcrypt
+ glib2
+ xmlto
+
+
+ /usr/share
+ /usr/lib
+ /usr/bin
+
+
+
+
+
+ libsecret-devel
+ Development files for libsecret
+
+ libsecret
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2014-06-14
+ 0.18
+ Rebuild for gcc
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2014-04-23
+ 0.18
+ Version bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2014-04-05
+ 0.16
+ Rebuild.
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2014-02-20
+ 0.16
+ Rebuild Unused
+ Varol Maksutoğlu
+ waroi@pisilinux.org
+
+
+ 2013-09-05
+ 0.16
+ Release bump.
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2013-08-26
+ 0.15
+ Release bump.
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2013-03-30
+ 0.15
+ Version bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2012-11-21
+ 0.12
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/desktop/gnome/base/libsecret/translations.xml b/desktop/gnome/base/libsecret/translations.xml
new file mode 100644
index 0000000000..36ebfd5b40
--- /dev/null
+++ b/desktop/gnome/base/libsecret/translations.xml
@@ -0,0 +1,14 @@
+
+
+
+ libsecret
+ The libsecret package contains a GObject based library
+ The libsecret package contains a GObject based library for accessing the Secret Service API.
+
+
+
+ libsecret-devel
+ libsecret için geliştirme dosyaları
+
+
+