GNOME Bugzilla – Bug 772269
Add --version options to glib-compile-resources and glib-compile-schemas
Last modified: 2016-10-06 20:11:33 UTC
There are new features of glib-compile-resources recently, so it would be useful to know which version is actually in use by a program. I figure it makes sense to add the same thing to glib-compile-schemas as well.
Created attachment 336702 [details] [review] glib-compile-resources: Add a --version option There have been some improvements to the tool recently, but it's hard to know if those are available on a given system unless the tool provides a --version commandline option.
Created attachment 336703 [details] [review] glib-compile-schemas: Add a --version option
Actually `pkg-config --modversion glib-2.0` is a reasonable way for a build system to find out the version of these tools. But I still think a --version option in the tools is nice-to-have.
Review of attachment 336702 [details] [review]: sure. Just please update docs/reference/glib/glib-compile-resources.xml to mention the new argument. Fine to push directly with the added docs
Review of attachment 336703 [details] [review]: same comment as the previous patch: please add the docs and push
Ok, done. Thanks for the review!