[nautilus: 1/2] build: Install appstream metadata to non-deprecated location



commit 5d75a4a5bc5f6cbebb0703c604a62f043b06490f
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Sun Nov 26 18:52:09 2017 -0500

    build: Install appstream metadata to non-deprecated location

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index fe252a2c0..79702078e 100644
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,7 @@ add_global_arguments ('-Wno-deprecated-declarations', language:'c')
 
 bindir = get_option ('bindir')
 datadir = get_option ('datadir')
-appdatadir = join_paths (datadir, 'appdata')
+appdatadir = join_paths (datadir, 'metainfo')
 desktopdir = join_paths (datadir, 'applications')
 icondir = join_paths (datadir, 'icons')
 includedir = get_option ('includedir')


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