diff options
Diffstat (limited to 'gtk/src/fr.handbrake.ghb.appdata.xml.template')
-rw-r--r-- | gtk/src/fr.handbrake.ghb.appdata.xml.template | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/gtk/src/fr.handbrake.ghb.appdata.xml.template b/gtk/src/fr.handbrake.ghb.appdata.xml.template index ab79a0494..5dc88d033 100644 --- a/gtk/src/fr.handbrake.ghb.appdata.xml.template +++ b/gtk/src/fr.handbrake.ghb.appdata.xml.template @@ -2,22 +2,21 @@ <!-- Copyright 2018 John Stebbins <[email protected]> --> <component type="desktop-application"> <id>fr.handbrake.ghb</id> + <translation>ghb</translation> + <update_contact>jstebbins.hb_AT_gmail.com</update_contact> <launchable type="desktop-id">fr.handbrake.ghb.desktop</launchable> - <metadata_license>CC0</metadata_license> + <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-2.0+</project_license> - <name>HandBrake</name> - <summary>Video Transcoder</summary> + <_name>HandBrake</_name> + <_summary>Video Transcoder</_summary> <description> - <p> - HandBrake is a tool for converting video from nearly any format to a - selection of modern, widely supported codecs. - </p> - <p>Reasons you'll love Handbrake:</p> + <_p>HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.</_p> + <_p>Reasons you'll love Handbrake:</_p> <ul> - <li>Convert video from nearly any format</li> - <li>Free and Open Source</li> - <li>Multi-Platform (Windows, Mac and Linux)</li> + <_li>Convert video from nearly any format</_li> + <_li>Free and Open Source</_li> + <_li>Multi-Platform (Windows, Mac and Linux)</_li> </ul> </description> @@ -60,15 +59,15 @@ <screenshots> <screenshot type="default"> <image>https://handbrake.fr/img/slides/slide1_lin.jpg</image> - <caption>Main window and settings summary</caption> + <_caption>Main window and settings summary</_caption> </screenshot> <screenshot> <image>https://handbrake.fr/img/slides/slide2_lin.jpg</image> - <caption>Video encoder settings</caption> + <_caption>Video encoder settings</_caption> </screenshot> <screenshot> <image>https://handbrake.fr/img/slides/slide3_lin.jpg</image> - <caption>Audio track selection and settings</caption> + <_caption>Audio track selection and settings</_caption> </screenshot> </screenshots> @@ -76,5 +75,9 @@ <binary>ghb</binary> </provides> + <releases> + RELEASE_TAG + </releases> + </component> |