[gnome-text-editor: 1/2] build: Install AppStream metadata to non-deprecated location




commit ea9d06e801539afb0550ebc939535509d94b72a3
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Sat Oct 16 09:58:51 2021 -0400

    build: Install AppStream metadata to non-deprecated location
    
    https://freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location

 data/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 9c48946..3bfd68b 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -37,7 +37,7 @@ appstream_file = i18n.merge_file(
          output: '@0  appdata xml'.format(app_id),
          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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]