glib: bundle json-glib

This commit is contained in:
Dylan Araps 2020-04-23 15:27:03 +03:00
parent 9ca23ccd81
commit 9ff5f5d50e
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
4 changed files with 24 additions and 1 deletions

View File

@ -22,5 +22,26 @@ meson \
ninja -C build
ninja -C build install
# json-glib is a separate package which we build alongside
# glib (as if they were one and the same). The upstream for
# json-glib is effectively dead (only translation work) so
# this makes my life a little easier..
{
cd json-glib
meson \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
-Ddocs=false \
-Dintrospection=false \
. output
ninja -C output
ninja -C output install
}
# Purge gdbus.
rm -rf "$1/usr/bin/gdbus"

View File

@ -1 +1,2 @@
9a2f21ed8f13b9303399de13a0252b7cbcede593d26971378ec6cb90e87f2277 glib-2.64.2.tar.xz
720c5f4379513dc11fd97dc75336eb0c0d3338c53128044d9fabec4374f4bc47 json-glib-1.4.4.tar.xz

View File

@ -1 +1,2 @@
https://download.gnome.org/sources/glib/2.64/glib-2.64.2.tar.xz
https://download.gnome.org/sources/json-glib/1.4/json-glib-1.4.4.tar.xz json-glib

View File

@ -1 +1 @@
2.64.2 1
2.64.2 2