[vlc-devel] [PATCH] Move appdata file to $(datarootdir)/metainfo
Thomas Guillem
thomas at gllm.fr
Tue Sep 26 10:10:19 CEST 2017
On Tue, Sep 26, 2017, at 02:06, Sebastian Ramacher wrote:
> 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
OK for me.
>
> 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
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list