Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
4a80a51a
Commit
4a80a51a
authored
Oct 11, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Validate the .desktop file with desktop-utils where available
parent
ca2cb5f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
configure.ac
configure.ac
+3
-0
share/Makefile.am
share/Makefile.am
+3
-2
No files found.
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