forked from kiss-community/repo
glib: bundle json-glib
This commit is contained in:
parent
9ca23ccd81
commit
9ff5f5d50e
@ -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"
|
||||
|
@ -1 +1,2 @@
|
||||
9a2f21ed8f13b9303399de13a0252b7cbcede593d26971378ec6cb90e87f2277 glib-2.64.2.tar.xz
|
||||
720c5f4379513dc11fd97dc75336eb0c0d3338c53128044d9fabec4374f4bc47 json-glib-1.4.4.tar.xz
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
2.64.2 1
|
||||
2.64.2 2
|
||||
|
Loading…
Reference in New Issue
Block a user