diff --git a/desktop/gnome/base/librest/actions.py b/desktop/gnome/base/librest/actions.py
new file mode 100644
index 0000000000..18b5754285
--- /dev/null
+++ b/desktop/gnome/base/librest/actions.py
@@ -0,0 +1,36 @@
+#!/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
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+def setup():
+ options = "--prefix=/usr \
+ --sysconfdir=/etc"
+
+ if get.buildTYPE() == "_emul32":
+ options += " --libdir=/usr/lib32 \
+ --bindir=/_emul32/bin \
+ --sbindir=/_emul32/sbin \
+ --disable-dtrace"
+
+ shelltools.export("CC", "%s -m32" % get.CC())
+ shelltools.export("CXX", "%s -m32" % get.CXX())
+ shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
+
+ autotools.configure(options)
+
+ 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*", "README")
\ No newline at end of file
diff --git a/desktop/gnome/base/librest/pspec.xml b/desktop/gnome/base/librest/pspec.xml
new file mode 100644
index 0000000000..c8152c9810
--- /dev/null
+++ b/desktop/gnome/base/librest/pspec.xml
@@ -0,0 +1,79 @@
+
+
+
+ librest
+ http://www.gtk.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ A helper library for RESTful services.
+ This library was designed to make it easier to access web services that claim to be "RESTful".
+ http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.7/rest-0.7.92.tar.xz
+
+ gtk-doc
+ libsoup-devel
+ libsoup-gnome
+
+
+
+
+ librest
+
+ libsoup
+ libsoup-gnome
+
+
+ /usr/share
+ /usr/lib
+ /usr/bin
+
+
+
+
+ librest-devel
+ Development files for librest
+
+ libsoup-devel
+ librest
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/lib32/pkgconfig
+
+
+
+
+ librest-32bit
+ emul32
+ 32-bit shared libraries for librest
+ _emul32
+
+ glib2-32bit
+ libxml2-32bit
+ libsoup-32bit
+
+
+ glib2-32bit
+ libxml2-32bit
+ libsoup-32bit
+ librest
+
+
+ /usr/lib32
+
+
+
+
+
+ 2015-03-18
+ 0.7.92
+ Version bump.
+ Hakan Yıldız
+ hknyldz93@gmail.com
+
+
+
diff --git a/desktop/gnome/base/librest/translations.xml b/desktop/gnome/base/librest/translations.xml
new file mode 100644
index 0000000000..b149d945a5
--- /dev/null
+++ b/desktop/gnome/base/librest/translations.xml
@@ -0,0 +1,14 @@
+
+
+
+ librest
+ A helper library for RESTful services.
+ This library was designed to make it easier to access web services that claim to be "RESTful".
+
+
+
+ librest-devel
+ librest için geliştirme dosyaları
+
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index 23d91f43b4..00bae8687a 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -34227,6 +34227,83 @@
+
+
+ librest
+ http://www.gtk.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ desktop.gnome.base
+ A helper library for RESTful services.
+ This library was designed to make it easier to access web services that claim to be "RESTful".
+ http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.7/rest-0.7.92.tar.xz
+
+ gtk-doc
+ libsoup-devel
+ libsoup-gnome
+
+ desktop/gnome/base/librest/pspec.xml
+
+
+ librest
+
+ libsoup
+ libsoup-gnome
+
+
+ /usr/share
+ /usr/lib
+ /usr/bin
+
+
+
+ librest-devel
+ Development files for librest
+ librest için geliştirme dosyaları
+
+ libsoup-devel
+ librest
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/lib32/pkgconfig
+
+
+
+ librest-32bit
+ 32-bit shared libraries for librest
+ emul32
+ _emul32
+
+ glib2-32bit
+ libxml2-32bit
+ libsoup-32bit
+
+
+ glib2-32bit
+ libxml2-32bit
+ libsoup-32bit
+ librest
+
+
+ /usr/lib32
+
+
+
+
+ 2015-03-18
+ 0.7.92
+ Version bump.
+ Hakan Yıldız
+ hknyldz93@gmail.com
+
+
+
gnome-common
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 33fafc4d3f..8a7442381f 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-62455473eb6ecd39b79c7d81d52f05f4fa5aa113
\ No newline at end of file
+e01e84e415726e76ebaea7bab81c975ac7b49fb2
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 88cefcc50b..c41d47229d 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 115fe1dd75..1981e1b0e4 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-2f7e8acfbd683a28840f99dcd52c909e043e1a86
\ No newline at end of file
+21c1789b894ad7bd4aca5455c37c85b35db26488
\ No newline at end of file