GNOME Bugzilla – Bug 790395
Missing schema
Last modified: 2017-11-15 19:27:26 UTC
The meson build is not installing the schema
Created attachment 363737 [details] [review] Install schema file
Review of attachment 363737 [details] [review]: Thanks! Hm... looks like the ::: data/meson.build @@ +34,3 @@ + install_dir: join_paths(datadir, 'glib-2.0', 'schemas') +) +meson.add_install_script ('meson_compile_gschema.py') No extra space there... but also, this is already handled by meson_post_install.py. So we should not need the new python script.
Created attachment 363739 [details] [review] Install schema file
Created attachment 363740 [details] [review] Install the svg files for the pieces in the correct location
Created attachment 363741 [details] [review] Install schema file
Review of attachment 363739 [details] [review]: Looks like the same patch as before. Oops?
Review of attachment 363740 [details] [review]: OK. ::: data/meson.build @@ +3,1 @@ # The SVG's of the chess pieces Should get rid of this stray apostrophe while you're at it.
Review of attachment 363741 [details] [review]: There we go! Do you need me to commit them?
I can commit them, thanks!