[vlc-commits] Normalize to desktop_DATA for the desktop file
Dominique Leuenberger
git at videolan.org
Wed Sep 7 15:21:00 CEST 2016
vlc | branch: master | Dominique Leuenberger <dimstar at opensuse.org> | Sun Sep 4 16:03:19 2016 +0200| [782bb9524e22c0cd00d34cc1258cae5cfaa86db0] | committer: Jean-Baptiste Kempf
Normalize to desktop_DATA for the desktop file
This allows us to use appdata_DATA for the AppData file (AppStream subset)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=782bb9524e22c0cd00d34cc1258cae5cfaa86db0
---
share/Makefile.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/share/Makefile.am b/share/Makefile.am
index fbfa447..b30d69c 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -2,14 +2,14 @@ CLEANFILES = skins2/default.vlt
MOSTLYCLEANFILES =
EXTRA_DIST =
-appdatadir = $(datadir)/applications
+desktopdir = $(datadir)/applications
if !HAVE_WIN32
if !HAVE_DARWIN
-appdata_DATA = vlc.desktop
+desktop_DATA = vlc.desktop
endif
endif
EXTRA_DIST += vlc.desktop.in vlc.desktop.mimetypes
-CLEANFILES += $(appdata_DATA)
+CLEANFILES += $(desktop_DATA)
vlc.desktop: vlc.desktop.in $(top_builddir)/config.status
$(AM_V_GEN)sed -e 's,\@bindir\@,$(bindir),g' < "$<" > tmp-$@
More information about the vlc-commits
mailing list