Move appdata file to $(datarootdir)/metainfo

The file location moved. See Section 2.1.2 of [1] for details.

[1] https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#sect-Metadata-GenericComponent

Signed-off-by: Sebastian Ramacher <sramacher@debian.org>
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
This commit is contained in:
Sebastian Ramacher 2017-09-26 02:06:52 +02:00 committed by Thomas Guillem
parent 582e2c6aa8
commit e341d44d4f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ desktopdir = $(datadir)/applications
if !HAVE_WIN32
if !HAVE_DARWIN
desktop_DATA = vlc.desktop
appdatadir = $(datarootdir)/appdata
appdatadir = $(datarootdir)/metainfo
appdata_DATA = $(appdata_in_files:.xml.in=.xml)
appdata_in_files = vlc.appdata.xml.in
endif