GNOME Bugzilla – Bug 740341
$(appdata_in_files) missing in EXTRA_DIST
Last modified: 2014-11-19 08:13:32 UTC
The appdata meta file does not get included in the distribution tarball. The following patch seems to fix that: --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,7 @@ EXTRA_DIST = \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ + $(appdata_in_files) \ server.mk \ FAQ
Thanks for a bug report and fix. I wanted to credit you, but there is no name, thus I just committed your change to the sources [1]. The expected version with it included is 0.3.95+. [1] https://git.gnome.org/browse/evolution-rss/commit/?id=4360d06