From: Pavel Sobolev <contact@paveloom.dev>
Subject: [PATCH] Install the AppData file into the `metainfo` directory.

Signed-off-by: Pavel Sobolev <contact@paveloom.dev>

--- a/data/meson.build
+++ b/data/meson.build
@@ -25,7 +25,7 @@ appstream_file = i18n.merge_file(
   output: 'com.github.tenderowl.frog.appdata.xml',
   po_dir: '../po',
   install: true,
-  install_dir: join_paths(get_option('datadir'), 'appdata')
+  install_dir: join_paths(get_option('datadir'), 'metainfo')
 )
 
 install_data('com.github.tenderowl.frog.gschema.xml',

