[Bug 213904] [maintainer] [patch] games/zdoom: Add desktop and pixmap files

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 8 05:23:49 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213904

Jan Beich (mail not working) <jbeich at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbeich at FreeBSD.org

--- Comment #1 from Jan Beich (mail not working) <jbeich at FreeBSD.org> ---
Comment on attachment 176297
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=176297
svn(1) diff of games/zdoom

> +	${CP} ${FILESDIR}/zdoom.desktop ${STAGEDIR}${PREFIX}/share/applications
> +	${CP} ${FILESDIR}/zdoom.xpm ${STAGEDIR}${PREFIX}/share/pixmaps

Convert to INSTALL_DATA.

> +++ files/zdoom.desktop	(working copy)
> @@ -0,0 +1,8 @@
> +#!/usr/bin/env xdg-open

Why do you need this line?

> +[Desktop Entry]
> +Version=1.0
> +Type=Application
> +Name=ZDoom
> +Exec=zdoom
> +Icon=zdoom
> +Categories=Game;

For simple .desktop under files/ directory consider defining DESKTOP_ENTRIES in
Makefile instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list