json-glib ver. bump

This commit is contained in:
Rmys
2021-06-07 23:38:43 +03:00
committed by GitHub
parent 3b2f496c66
commit e4d9187a13
2 changed files with 24 additions and 5 deletions
+2 -2
View File
@@ -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)
+22 -3
View File
@@ -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>