Re: compiling gnome-extension with meson fails: ERROR: File null.gschema.xml does not exist.

2023-03-27 Thread Martin Gansser
Yes, it is an attempt to realise the whole thing with meson, but I have no experience with it at all. Thanks for the info Regards Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproj

Re: compiling gnome-extension with meson fails: ERROR: File null.gschema.xml does not exist.

2023-03-27 Thread Vít Ondruch
I might be wrong, having no experience with Meson, but I think the culprit is in `schemas/meson.build` file. There is the second line, where the `jq` command is used to lookup `"settings-schema"` section in the `metadata.json` file, but there is not such section. This results in `null.gschema.x

compiling gnome-extension with meson fails: ERROR: File null.gschema.xml does not exist.

2023-03-24 Thread Martin Gansser
Hi, I would like to compile the gnome extension netspeed [1] with meson, but unfortunately I cannot. If I compile the software with the following command: /usr/bin/meson setup --buildtype=plain --prefix=/usr --libdir=/usr/lib64 --libexecdir=/usr/libexec --bindir=/usr/bin --sbindir=/usr/sbin -