Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
4a80a51a
Commit
4a80a51a
authored
Oct 11, 2011
by
Rémi Denis-Courmont
Browse files
Validate the .desktop file with desktop-utils where available
parent
ca2cb5f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
4a80a51a
...
...
@@ -77,6 +77,9 @@ AC_CHECK_TOOL(AR, ar, :)
AC_CHECK_TOOL(LD, ld, :)
AC_CHECK_TOOL(DLLTOOL, dlltool, :)
AC_ARG_VAR([DESKTOP_FILE_VALIDATE], [Validator for desktop entry files])
AC_CHECK_PROGS(DESKTOP_FILE_VALIDATE, [${DESKTOP_FILE_VALIDATE} desktop-file-validate], :)
dnl Check for compiler properties
AC_C_CONST
AC_C_INLINE
...
...
share/Makefile.am
View file @
4a80a51a
...
...
@@ -10,8 +10,9 @@ EXTRA_DIST += vlc.desktop.in
CLEANFILES
+=
$(appdata_DATA)
vlc.desktop
:
vlc.desktop.in $(top_builddir)/config.status
$(AM_V_GEN)
sed
-e
's,\@bindir\@,
$(bindir)
,g'
<
"
$<
"
>
$@
.tmp
$(AM_V_at)
mv
-f
$@
.tmp
$@
$(AM_V_GEN)
sed
-e
's,\@bindir\@,
$(bindir)
,g'
<
"
$<
"
>
tmp-
$@
$(AM_V_at)$(DESKTOP_FILE_VALIDATE)
tmp-
$@
$(AM_V_at)
mv
-f
tmp-
$@
$@
iconsdatadir
=
$(datadir)
/icons/hicolor
icons16dir
=
$(iconsdatadir)
/16x16/apps
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment