[cantarell-fonts] Install appdata file to preferred location



commit a03ca6993fa244417f9bc716fdd22f5aff128bd1
Author: Nikolaus Waxweiler <madigens gmail com>
Date:   Sun Feb 11 18:22:12 2018 +0000

    Install appdata file to preferred location
    
    Bug report by Jeremy Bicha:
    https://bugzilla.gnome.org/show_bug.cgi?id=793358

 meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 65dd655..d170b2c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project('cantarell-fonts', version : '0.100')
 
 datadir = join_paths(get_option('prefix'), get_option('datadir'))
-appdatadir = join_paths(datadir, 'appdata')
+appdatadir = join_paths(datadir, 'metainfo')
 
 fontsdir = get_option('fontsdir')
 if fontsdir == ''


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