librest revet

This commit is contained in:
Rmys
2022-06-19 20:43:32 +03:00
parent 7713bee06f
commit 5f496200db
6 changed files with 22 additions and 45 deletions
+7 -11
View File
@@ -7,34 +7,30 @@
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
options = "--prefix=/usr \ options = "--prefix=/usr \
-Dgtk_doc=false \ --sysconfdir=/etc"
-Dsoup2=true \
--sysconfdir=/etc \
"
if get.buildTYPE() == "_emul32": if get.buildTYPE() == "_emul32":
options += " --libdir=/usr/lib32 \ options += " --libdir=/usr/lib32 \
--bindir=/_emul32/bin \ --bindir=/_emul32/bin \
--sbindir=/_emul32/sbin \ --sbindir=/_emul32/sbin \
" --disable-dtrace"
shelltools.export("CC", "%s -m32" % get.CC()) shelltools.export("CC", "%s -m32" % get.CC())
shelltools.export("CXX", "%s -m32" % get.CXX()) shelltools.export("CXX", "%s -m32" % get.CXX())
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig") 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(): def build():
mesontools.build() autotools.make()
def install(): def install():
mesontools.install() autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING*", "README*") pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "README")
+3 -17
View File
@@ -11,33 +11,21 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>A helper library for RESTful services.</Summary> <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> <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> <BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk-doc</Dependency> <Dependency>gtk-doc</Dependency>
<!--Dependency>gtk4-devel</Dependency-->
<Dependency>python-six</Dependency> <Dependency>python-six</Dependency>
<Dependency>libsoup-devel</Dependency> <Dependency>libsoup-devel</Dependency>
<Dependency>libsoup3-devel</Dependency>
<Dependency>json-glib-devel</Dependency>
<Dependency>libsoup-gnome</Dependency> <Dependency>libsoup-gnome</Dependency>
<Dependency>libadwaita-devel</Dependency>
<Dependency>gtksourceview5-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>librest</Name> <Name>librest</Name>
<RuntimeDependencies> <RuntimeDependencies>
<!--Dependency>gtk4</Dependency-->
<Dependency>glib2</Dependency> <Dependency>glib2</Dependency>
<Dependency>libxml2</Dependency> <Dependency>libxml2</Dependency>
<Dependency>libsoup</Dependency> <Dependency>libsoup</Dependency>
<Dependency>libsoup3</Dependency>
<Dependency>json-glib</Dependency>
<!--Dependency>libadwaita</Dependency-->
<!--Dependency>gtksourceview5</Dependency-->
<Dependency>libsoup-gnome</Dependency> <Dependency>libsoup-gnome</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
@@ -52,11 +40,9 @@
<Summary>Development files for librest</Summary> <Summary>Development files for librest</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>libsoup-devel</Dependency> <Dependency>libsoup-devel</Dependency>
<Dependency>libsoup3-devel</Dependency>
<Dependency release="current">librest</Dependency> <Dependency release="current">librest</Dependency>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
<Dependency>libxml2-devel</Dependency> <Dependency>libxml2-devel</Dependency>
<Dependency>json-glib-devel</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>
@@ -68,8 +54,8 @@
<History> <History>
<Update release="6"> <Update release="6">
<Date>2022-06-19</Date> <Date>2022-06-19</Date>
<Version>0.9.1</Version> <Version>0.8.1</Version>
<Comment>Version bump.</Comment> <Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name> <Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email> <Email>muscnsl@gmail.com</Email>
</Update> </Update>
+10 -15
View File
@@ -235468,6 +235468,13 @@ settings shared by various components of a desktop.</Summary>
</Files> </Files>
</Package> </Package>
<History> <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"> <Update release="9">
<Date>2022-05-27</Date> <Date>2022-05-27</Date>
<Version>42.2</Version> <Version>42.2</Version>
@@ -237879,18 +237886,12 @@ GNOME Session and the applications that run under it.</Summary>
<PartOf>desktop.gnome.base</PartOf> <PartOf>desktop.gnome.base</PartOf>
<Summary xml:lang="en">A helper library for RESTful services.</Summary> <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 &quot;RESTful&quot;.</Description> <Description xml:lang="en">This library was designed to make it easier to access web services that claim to be &quot;RESTful&quot;.</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> <BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk-doc</Dependency> <Dependency>gtk-doc</Dependency>
<Dependency>python-six</Dependency> <Dependency>python-six</Dependency>
<Dependency>libsoup-devel</Dependency> <Dependency>libsoup-devel</Dependency>
<Dependency>libsoup3-devel</Dependency>
<Dependency>json-glib-devel</Dependency>
<Dependency>libsoup-gnome</Dependency> <Dependency>libsoup-gnome</Dependency>
<Dependency>libadwaita-devel</Dependency>
<Dependency>gtksourceview5-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<SourceURI>desktop/gnome/base/librest/pspec.xml</SourceURI> <SourceURI>desktop/gnome/base/librest/pspec.xml</SourceURI>
</Source> </Source>
@@ -237900,10 +237901,6 @@ GNOME Session and the applications that run under it.</Summary>
<Dependency>glib2</Dependency> <Dependency>glib2</Dependency>
<Dependency>libxml2</Dependency> <Dependency>libxml2</Dependency>
<Dependency>libsoup</Dependency> <Dependency>libsoup</Dependency>
<Dependency>libsoup3</Dependency>
<Dependency>json-glib</Dependency>
<Dependency>libadwaita</Dependency>
<Dependency>gtksourceview5</Dependency>
<Dependency>libsoup-gnome</Dependency> <Dependency>libsoup-gnome</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <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> <Summary xml:lang="tr">librest için geliştirme dosyaları</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>libsoup-devel</Dependency> <Dependency>libsoup-devel</Dependency>
<Dependency>libsoup3-devel</Dependency>
<Dependency release="6">librest</Dependency> <Dependency release="6">librest</Dependency>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
<Dependency>libxml2-devel</Dependency> <Dependency>libxml2-devel</Dependency>
<Dependency>json-glib-devel</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>
@@ -237933,8 +237928,8 @@ GNOME Session and the applications that run under it.</Summary>
<History> <History>
<Update release="6"> <Update release="6">
<Date>2022-06-19</Date> <Date>2022-06-19</Date>
<Version>0.9.1</Version> <Version>0.8.1</Version>
<Comment>Version bump.</Comment> <Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name> <Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email> <Email>muscnsl@gmail.com</Email>
</Update> </Update>
+1 -1
View File
@@ -1 +1 @@
406a298c173c20b79119a50125d11b3f3490087e 7e283d6ef6511c22d917d5279de9172e585bbda7
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
883e10728b3ca759096965d23630882b01ac9052 fa7333fc732c1d6ec39a409470cbcde014eaa0f5