GNOME Bugzilla – Bug 784883
[PATCH] build: use APPSTREAM_XML instead of APPDATA_XML
Last modified: 2017-08-13 17:26:05 UTC
Created attachment 355471 [details] [review] Patch According to commit 8c0c9ec747bc in the appstream-glib project (https://github.com/hughsie/appstream-glib/commit/8c0c9ec747bc6d1e8ca232d0068018b5157fd914), APPDATA_XML has been deprecated and APPSTREAM_XML should be used insted. Fedora 26 no longer ships with appdata-xml.m4 in the libappstream-glib-devel package. This patch converts the build system to use APPSTREAM_XML.
Review of attachment 355471 [details] [review]: +1
Created attachment 357511 [details] [review] fix rules for appstream files The patch is incomplete. The appdata file is neither created nor installed, as the rules in @APPSTREAM_XML_RULES@ expect files to be listed in $(appstream_XML) rather than in $(appdata_XML). Patch for master attached. This affects also the 0.26 branch, and especially the 0.26.3 release.