GNOME Bugzilla – Bug 742155
Add AppData to show builder in Software
Last modified: 2015-01-01 05:47:06 UTC
I'm sure we want to show Builder in Software Centers like GNOME Software, but we need to write one XML file. Documentation: http://www.freedesktop.org/software/appstream/docs/
Created attachment 293522 [details] [review] Add AppData to show builder in Software http://www.freedesktop.org/software/appstream/docs/ Signed-off-by: Igor Gnatenko <ignatenko@src.gnome.org>
Created attachment 293523 [details] [review] Add AppData to show builder in Software http://www.freedesktop.org/software/appstream/docs/ Signed-off-by: Igor Gnatenko <ignatenko@src.gnome.org>
We only intend on supporting Git, so maybe change VCS to Git and then I think that's good for now. We might want to have an engagement person look at the blurb text describing the application.
Created attachment 293534 [details] [review] refine Builder's appdata description Here, try this blurb.
Looks good! Go ahead and push to master.
Review of attachment 293534 [details] [review]: LGTM
Review of attachment 293523 [details] [review]: LGTM
Comment on attachment 293523 [details] [review] Add AppData to show builder in Software Attachment 293523 [details] pushed as 25a015f - Add AppData to show builder in Software
Review of attachment 293534 [details] [review]: pushed as cce0718 - Refine Builder's appdata description
This broke the build for people without libappstream-glib-devel installed.
Created attachment 293535 [details] [review] build: check for libappstream-glib-devel during autogen We need this to check for APPSTREAM_XML. We'll just put this in autogen.sh so it get's checked before generating bad configure/makefiles.
Comment on attachment 293535 [details] [review] build: check for libappstream-glib-devel during autogen Attachment 293535 [details] pushed as 382678d - build: check for libappstream-glib-devel during autogen