From 6ca7f84d02a083f59378965f06002baae0ac9556 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 23 Jan 2018 00:42:51 +0100 Subject: Change the installation path of the appdata file to {datadir}/metainfo The path where appdata/appstream files should be installed has been changed from /usr/share/appdata/ to /usr/share/metainfo/. https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location Signed-off-by: Mattia Rizzolo --- data/misc/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/misc') diff --git a/data/misc/meson.build b/data/misc/meson.build index 9ece6192..4525ce1a 100644 --- a/data/misc/meson.build +++ b/data/misc/meson.build @@ -7,7 +7,7 @@ if get_option('with-gtk') output: 'io.github.Hexchat.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) -- cgit 1.4.1