summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2018-06-05 08:49:16 -0700
committerJohn Stebbins <[email protected]>2018-06-05 09:34:29 -0700
commitdd4017b3f8651c945585f0e1553d2195795048ca (patch)
treea8bae65cac9145e382f97bbb41e268d7d24f0548
parente652a78f71288be6ba1fd4d23db862926d95226b (diff)
LinGui: conform to newer flatpak manifest standards
-rw-r--r--gtk/src/fr.handbrake.ghb.appdata.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk/src/fr.handbrake.ghb.appdata.xml b/gtk/src/fr.handbrake.ghb.appdata.xml
index 3c18d648e..ab79a0494 100644
--- a/gtk/src/fr.handbrake.ghb.appdata.xml
+++ b/gtk/src/fr.handbrake.ghb.appdata.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2013 John Stebbins <[email protected]> -->
-<component type="desktop">
- <id>fr.handbrake.ghb.desktop</id>
+<!-- Copyright 2018 John Stebbins <[email protected]> -->
+<component type="desktop-application">
+ <id>fr.handbrake.ghb</id>
+ <launchable type="desktop-id">fr.handbrake.ghb.desktop</launchable>
<metadata_license>CC0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>HandBrake</name>
@@ -21,7 +22,7 @@
</description>
<url type="homepage">https://handbrake.fr/</url>
- <url type="help">https://handbrake.fr/docs/en/latest/table-of-contents.html</url>
+ <url type="help">https://handbrake.fr/docs/</url>
<url type="bugtracker">https://github.com/HandBrake/HandBrake/issues</url>
<mimetypes>
<mimetype>application/ogg</mimetype>