[vlc-devel] [PATCH] Move appdata file to $(datarootdir)/metainfo
Sebastian Ramacher
sramacher at debian.org
Tue Sep 26 02:06:52 CEST 2017
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 at debian.org>
---
share/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/Makefile.am b/share/Makefile.am
index 773ebf843a..e25327bee8 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -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
--
2.14.1
More information about the vlc-devel
mailing list