After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 740341 - $(appdata_in_files) missing in EXTRA_DIST
$(appdata_in_files) missing in EXTRA_DIST
Status: RESOLVED FIXED
Product: evolution-rss
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: evolution-rss-maint
evolution-rss-maint
Depends on:
Blocks:
 
 
Reported: 2014-11-18 19:59 UTC by Brian J. Murrell
Modified: 2014-11-19 08:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Brian J. Murrell 2014-11-18 19:59:58 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
Comment 1 Milan Crha 2014-11-19 08:13:32 UTC
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