mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: Install appstream metadata to non-deprecated location
https://bugzilla.gnome.org/show_bug.cgi?id=790878
This commit is contained in:
committed by
Christian Hergert
parent
ed1cba7097
commit
f426bc061e
@ -16,7 +16,7 @@ custom_target('appdata-file',
|
||||
output: 'org.gnome.Sysprof2.appdata.xml',
|
||||
command: [msgfmt, '--xml', '--template', '@INPUT@', '-d', podir, '-o', '@OUTPUT@'],
|
||||
install: true,
|
||||
install_dir: join_paths(datadir, 'appdata')
|
||||
install_dir: join_paths(datadir, 'metainfo')
|
||||
)
|
||||
|
||||
custom_target('desktop-file',
|
||||
|
||||
Reference in New Issue
Block a user