[PATCH thumbdrives] install appdata to metainfo
Export this patch
from https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location :
Upstream projects can ship one or more metainfo files in /usr/share/
metainfo/%{id}.metainfo.xml,
---
data/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/meson.build b/data/meson.build
index 4fc61d1..2dd41bd 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -19,7 +19,7 @@ appstream_file = i18n.merge_file(
output: 'nl.brixit.Thumbdrives.appdata.xml',
po_dir: '../po',
install: true,
- install_dir: join_paths(get_option('datadir'), 'appdata')
+ install_dir: join_paths(get_option('datadir'), 'metainfo')
)
appstream_util = find_program('appstream-util', required: false)
--
2.39.1