diff --git a/desktop/gnome/base/librest/actions.py b/desktop/gnome/base/librest/actions.py
index 6c977c2279..18b5754285 100644
--- a/desktop/gnome/base/librest/actions.py
+++ b/desktop/gnome/base/librest/actions.py
@@ -7,34 +7,30 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
-from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
options = "--prefix=/usr \
- -Dgtk_doc=false \
- -Dsoup2=true \
- --sysconfdir=/etc \
- "
+ --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")
- mesontools.configure(options)
+ autotools.configure(options)
- #pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+ pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
- mesontools.build()
+ autotools.make()
def install():
- mesontools.install()
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("AUTHORS", "COPYING*", "README*")
+ 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
index 5ef4e8ca9e..e5858e3ebf 100644
--- a/desktop/gnome/base/librest/pspec.xml
+++ b/desktop/gnome/base/librest/pspec.xml
@@ -11,33 +11,21 @@
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.9/rest-0.9.1.tar.xz
+ http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.8/rest-0.8.1.tar.xz
- meson
gtk-doc
-
python-six
libsoup-devel
- libsoup3-devel
- json-glib-devel
libsoup-gnome
- libadwaita-devel
- gtksourceview5-devel
- gobject-introspection-devel
librest
-
glib2
libxml2
libsoup
- libsoup3
- json-glib
-
-
libsoup-gnome
@@ -52,11 +40,9 @@
Development files for librest
libsoup-devel
- libsoup3-devel
librest
glib2-devel
libxml2-devel
- json-glib-devel
/usr/include
@@ -68,8 +54,8 @@
2022-06-19
- 0.9.1
- Version bump.
+ 0.8.1
+ Rebuild.
Mustafa Cinasal
muscnsl@gmail.com
diff --git a/pisi-index.xml b/pisi-index.xml
index 78796dc285..a038e1fc67 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -235468,6 +235468,13 @@ settings shared by various components of a desktop.
+
+ 2022-06-19
+ 42.2
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-05-27
42.2
@@ -237879,18 +237886,12 @@ GNOME Session and the applications that run under it.
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.9/rest-0.9.1.tar.xz
+ http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.8/rest-0.8.1.tar.xz
- meson
gtk-doc
python-six
libsoup-devel
- libsoup3-devel
- json-glib-devel
libsoup-gnome
- libadwaita-devel
- gtksourceview5-devel
- gobject-introspection-devel
desktop/gnome/base/librest/pspec.xml
@@ -237900,10 +237901,6 @@ GNOME Session and the applications that run under it.
glib2
libxml2
libsoup
- libsoup3
- json-glib
- libadwaita
- gtksourceview5
libsoup-gnome
@@ -237918,11 +237915,9 @@ GNOME Session and the applications that run under it.
librest için geliştirme dosyaları
libsoup-devel
- libsoup3-devel
librest
glib2-devel
libxml2-devel
- json-glib-devel
/usr/include
@@ -237933,8 +237928,8 @@ GNOME Session and the applications that run under it.
2022-06-19
- 0.9.1
- Version bump.
+ 0.8.1
+ Rebuild.
Mustafa Cinasal
muscnsl@gmail.com
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index d24e782d1c..a6a689a087 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-406a298c173c20b79119a50125d11b3f3490087e
\ No newline at end of file
+7e283d6ef6511c22d917d5279de9172e585bbda7
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 2db2f77c2b..e46a2430d9 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 ca63fbc3bd..51989ac9c4 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-883e10728b3ca759096965d23630882b01ac9052
\ No newline at end of file
+fa7333fc732c1d6ec39a409470cbcde014eaa0f5
\ No newline at end of file