GNOME Bugzilla – Bug 720853
Add AppData file validation
Last modified: 2014-01-26 17:47:46 UTC
A couple of patches here to rearrange the AppData build system, adding a build-time dependency on appdata-tools, and enabling validation of the AppData file (including its translations) at `make check` time. This requires appdata-tools (https://github.com/hughsie/appdata-tools) and the latest version of gnome-common (which adds support for the appdata-xml.m4 macros).
Created attachment 264651 [details] [review] build: Update git.mk from upstream
Created attachment 264652 [details] [review] build: Split EXTRA_DIST and CLEANFILES up in data/Makefile.am Make each section of the Makefile self-contained.
Created attachment 264653 [details] [review] build: Enable validation of the AppData file Add a build-time dependency on appdata-tools to enable validation of the AppData file during `make check`. See: https://github.com/hughsie/appdata-tools.
Just applied the patches to master. Apologies for my delay. Thank you Philip for your patches!