mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
debug-viewer: Add an appdata file
This commit is contained in:
parent
da907da8e4
commit
2028291219
3 changed files with 20 additions and 0 deletions
|
@ -4,5 +4,6 @@ recursive-include po *.po
|
|||
recursive-include tests *.py
|
||||
include gst-debug-viewer
|
||||
include gst-debug-viewer.desktop.in
|
||||
include org.freedesktop.GstDebugViewer.appdata.xml.in
|
||||
include AUTHORS COPYING ChangeLog MANIFEST.in NEWS README TODO
|
||||
include po/POTFILES.in
|
||||
|
|
18
debug-viewer/org.freedesktop.GstDebugViewer.appdata.xml.in
Normal file
18
debug-viewer/org.freedesktop.GstDebugViewer.appdata.xml.in
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop">
|
||||
<id>org.freedesktop.GstDebugViewer</id>
|
||||
<launchable type="desktop">gst-debug-viewer.desktop</launchable>
|
||||
<metadata_license>CC-BY-3.0</metadata_license>
|
||||
<project_license>GPL-3.0+</project_license>
|
||||
<_name>GStreamer Debug Viewer</_name>
|
||||
<_summary>Examine GStreamer debug log information</_summary>
|
||||
<description>
|
||||
<_p>View and read GStreamer debug logs in an efficient way</_p>
|
||||
</description>
|
||||
<url type="homepage">https://gstreamer.freedesktop.org/</url>
|
||||
<url type="bugtracker">http://bugzilla.gnome.org/</url>
|
||||
<update_contact>tsaunier@gnome.org</update_contact>
|
||||
<project_group>GStreamer</project_group>
|
||||
<translation type="gettext">GStreamer</translation>
|
||||
<_developer_name>The GStreamer Team</_developer_name>
|
||||
</component>
|
|
@ -7,6 +7,7 @@ l10n = True
|
|||
|
||||
bug-contact = mail@renestadler.de
|
||||
merge-desktop-files = [("share/applications", ("gst-debug-viewer.desktop.in",),)]
|
||||
merge-xml-files = [("share/appdata", ("org.freedesktop.GstDebugViewer.appdata.xml.in",),)]
|
||||
|
||||
[install_scripts]
|
||||
|
||||
|
|
Loading…
Reference in a new issue