json-glib ver. bump
This commit is contained in:
@@ -22,13 +22,13 @@ def setup():
|
||||
--datadir=/usr/lib32/share \
|
||||
--libexecdir=/usr/lib32/libexec \
|
||||
--localedir=/usr/lib32/share/locale \
|
||||
-Dintrospection=false \
|
||||
-Dintrospection=disabled \
|
||||
"
|
||||
shelltools.export("CC", "%s -m32" % get.CC())
|
||||
shelltools.export("CXX", "%s -m32" % get.CXX())
|
||||
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||
else:
|
||||
options += "-Dintrospection=true \
|
||||
options += "-Dintrospection=enabled \
|
||||
"
|
||||
|
||||
mesontools.configure(options)
|
||||
|
||||
@@ -12,11 +12,12 @@
|
||||
<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="d9b6d58c0a5b45aa86fbf0da31c65c19254edf96" type="tarxz">mirrors://gnome/json-glib/1.4/json-glib-1.4.4.tar.xz</Archive>
|
||||
<Archive sha1sum="d08c06ee28fe15980bd6474be789f2ef5ec555ee" type="tarxz">mirrors://gnome/json-glib/1.6/json-glib-1.6.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -70,8 +71,26 @@
|
||||
<Path fileType="data">/usr/lib32/girepository-1.0</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>json-glib-docs</Name>
|
||||
<Summary>Development files for json-glib</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">json-glib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/gtk-doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2021-06-07</Date>
|
||||
<Version>1.6.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2021-03-10</Date>
|
||||
<Version>1.4.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user