Description: move appstream metadata to modern location
 Appstream metadata was on legacy location (/usr/share/appdata). It should
 be moved to the modern location (/usr/share/metainfo).
 .
 flatseal (2.3.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #982784)
Author: Danial Behzadi <dani.behzi@ubuntu.com>
Bug-Debian: https://bugs.debian.org/982784
Forwarded: https://github.com/tchx84/Flatseal/pull/744
Last-Update: 2024-12-23

--- flatseal-2.3.0.orig/data/meson.build
+++ flatseal-2.3.0/data/meson.build
@@ -19,7 +19,7 @@ appstream_file = i18n.merge_file(
   output: 'com.github.tchx84.Flatseal.appdata.xml',
   po_dir: '../po',
   install: true,
-  install_dir: join_paths(get_option('datadir'), 'appdata')
+  install_dir: join_paths(get_option('datadir'), 'metainfo')
 )
 
 appstreamcli = find_program('appstreamcli', required: false)
