Add AppStream keywords to the AppData file

This commit is contained in:
Richard Hughes 2016-01-22 13:05:37 +00:00
parent 142ccf8770
commit 0fb98c4328

View File

@ -202,7 +202,7 @@ cat > $RPM_BUILD_ROOT%{_datadir}/appdata/gstreamer-bad-free.appdata.xml <<EOF
<id>gstreamer-bad-free</id>
<metadata_license>CC0-1.0</metadata_license>
<name>GStreamer Multimedia Codecs - Extra</name>
<summary>Multimedia playback for AIFF, DVB, GSM, ID3, MIDI, MXF and Opus</summary>
<summary>Multimedia playback for AIFF, DVB, GSM, MIDI, MXF and Opus</summary>
<description>
<p>
This addon includes several additional codecs that are missing
@ -221,6 +221,14 @@ cat > $RPM_BUILD_ROOT%{_datadir}/appdata/gstreamer-bad-free.appdata.xml <<EOF
video editing applications.
</p>
</description>
<keywords>
<keyword>AIFF</keyword>
<keyword>DVB</keyword>
<keyword>GSM</keyword>
<keyword>MIDI</keyword>
<keyword>MXF</keyword>
<keyword>Opus</keyword>
</keywords>
<url type="homepage">http://gstreamer.freedesktop.org/</url>
<url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</url>
<url type="help">http://gstreamer.freedesktop.org/documentation/</url>