summary refs log tree commit diff stats
path: root/data
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2018-01-23 00:42:51 +0100
committerTingPing <tingping@tingping.se>2018-01-24 10:29:39 -0500
commit6ca7f84d02a083f59378965f06002baae0ac9556 (patch)
tree72e206f005e4936120cf405042d7da8165266907 /data
parent7b359875d8c68f6152017f7a4724e3ceec3e6f64 (diff)
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 <mattia@mapreri.org>
Diffstat (limited to 'data')
-rw-r--r--data/misc/meson.build2
1 files changed, 1 insertions, 1 deletions
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)