@@ -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")
|
||||
@@ -11,33 +11,21 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A helper library for RESTful services.</Summary>
|
||||
<Description>This library was designed to make it easier to access web services that claim to be "RESTful".</Description>
|
||||
<Archive sha1sum="0f7d2d43d43af4f7b181153aaefdf803afbfd82b" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.9/rest-0.9.1.tar.xz</Archive>
|
||||
<Archive sha1sum="602c81cfd088b3a06311d01c01954ae67c47b95d" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.8/rest-0.8.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<!--Dependency>gtk4-devel</Dependency-->
|
||||
<Dependency>python-six</Dependency>
|
||||
<Dependency>libsoup-devel</Dependency>
|
||||
<Dependency>libsoup3-devel</Dependency>
|
||||
<Dependency>json-glib-devel</Dependency>
|
||||
<Dependency>libsoup-gnome</Dependency>
|
||||
<Dependency>libadwaita-devel</Dependency>
|
||||
<Dependency>gtksourceview5-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>librest</Name>
|
||||
<RuntimeDependencies>
|
||||
<!--Dependency>gtk4</Dependency-->
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>libsoup</Dependency>
|
||||
<Dependency>libsoup3</Dependency>
|
||||
<Dependency>json-glib</Dependency>
|
||||
<!--Dependency>libadwaita</Dependency-->
|
||||
<!--Dependency>gtksourceview5</Dependency-->
|
||||
<Dependency>libsoup-gnome</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -52,11 +40,9 @@
|
||||
<Summary>Development files for librest</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libsoup-devel</Dependency>
|
||||
<Dependency>libsoup3-devel</Dependency>
|
||||
<Dependency release="current">librest</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>json-glib-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -68,8 +54,8 @@
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2022-06-19</Date>
|
||||
<Version>0.9.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Version>0.8.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
|
||||
+10
-15
@@ -235468,6 +235468,13 @@ settings shared by various components of a desktop.</Summary>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2022-06-19</Date>
|
||||
<Version>42.2</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2022-05-27</Date>
|
||||
<Version>42.2</Version>
|
||||
@@ -237879,18 +237886,12 @@ GNOME Session and the applications that run under it.</Summary>
|
||||
<PartOf>desktop.gnome.base</PartOf>
|
||||
<Summary xml:lang="en">A helper library for RESTful services.</Summary>
|
||||
<Description xml:lang="en">This library was designed to make it easier to access web services that claim to be "RESTful".</Description>
|
||||
<Archive type="tarxz" sha1sum="0f7d2d43d43af4f7b181153aaefdf803afbfd82b" name="rest-0.9.1.tar.xz">http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.9/rest-0.9.1.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="602c81cfd088b3a06311d01c01954ae67c47b95d" name="rest-0.8.1.tar.xz">http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.8/rest-0.8.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>python-six</Dependency>
|
||||
<Dependency>libsoup-devel</Dependency>
|
||||
<Dependency>libsoup3-devel</Dependency>
|
||||
<Dependency>json-glib-devel</Dependency>
|
||||
<Dependency>libsoup-gnome</Dependency>
|
||||
<Dependency>libadwaita-devel</Dependency>
|
||||
<Dependency>gtksourceview5-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/gnome/base/librest/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
@@ -237900,10 +237901,6 @@ GNOME Session and the applications that run under it.</Summary>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>libsoup</Dependency>
|
||||
<Dependency>libsoup3</Dependency>
|
||||
<Dependency>json-glib</Dependency>
|
||||
<Dependency>libadwaita</Dependency>
|
||||
<Dependency>gtksourceview5</Dependency>
|
||||
<Dependency>libsoup-gnome</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -237918,11 +237915,9 @@ GNOME Session and the applications that run under it.</Summary>
|
||||
<Summary xml:lang="tr">librest için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libsoup-devel</Dependency>
|
||||
<Dependency>libsoup3-devel</Dependency>
|
||||
<Dependency release="6">librest</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>json-glib-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -237933,8 +237928,8 @@ GNOME Session and the applications that run under it.</Summary>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2022-06-19</Date>
|
||||
<Version>0.9.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Version>0.8.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
|
||||
@@ -1 +1 @@
|
||||
406a298c173c20b79119a50125d11b3f3490087e
|
||||
7e283d6ef6511c22d917d5279de9172e585bbda7
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
883e10728b3ca759096965d23630882b01ac9052
|
||||
fa7333fc732c1d6ec39a409470cbcde014eaa0f5
|
||||
Reference in New Issue
Block a user