[vlc-commits] Move appdata file to $(datarootdir)/metainfo

Sebastian Ramacher git at videolan.org
Wed Sep 27 09:02:33 CEST 2017


vlc | branch: master | Sebastian Ramacher <sramacher at debian.org> | Tue Sep 26 02:06:52 2017 +0200| [e341d44d4f5978f0ed0a44bdd9105b395f9d2f22] | committer: Thomas Guillem

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 at debian.org>
Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e341d44d4f5978f0ed0a44bdd9105b395f9d2f22
---

 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



More information about the vlc-commits mailing list