json-glib 1.4.4
This commit is contained in:
@@ -8,6 +8,7 @@ from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
|
||||
|
||||
def setup():
|
||||
@@ -20,7 +21,6 @@ def setup():
|
||||
--bindir=/usr/lib32/bin \
|
||||
--sbindir=/usr/lib32/sbin \
|
||||
--datadir=/usr/lib32/share \
|
||||
--datarootdir=/usr/lib32/share \
|
||||
--libexecdir=/usr/lib32/libexec \
|
||||
--localedir=/usr/lib32/share/locale \
|
||||
"
|
||||
@@ -28,13 +28,13 @@ def setup():
|
||||
shelltools.export("CXX", "%s -m32" % get.CXX())
|
||||
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||
|
||||
autotools.configure(options)
|
||||
mesontools.configure(options)
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Library for JavaScript Object Notation format</Summary>
|
||||
<Description>json-glib is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format.</Description>
|
||||
<Archive sha1sum="660a72e0269feb15e89d6c17d86e594b7af6fecb" type="tarxz">mirrors://gnome/json-glib/1.4/json-glib-1.4.2.tar.xz</Archive>
|
||||
<Archive sha1sum="d9b6d58c0a5b45aa86fbf0da31c65c19254edf96" type="tarxz">mirrors://gnome/json-glib/1.4/json-glib-1.4.4.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
@@ -72,6 +72,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-01-17</Date>
|
||||
<Version>1.4.4</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2018-07-27</Date>
|
||||
<Version>1.4.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user