Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Nov 2016 05:23:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 213904] [maintainer] [patch] games/zdoom: Add desktop and pixmap files
Message-ID:  <bug-213904-13-6mlhO0VFJz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213904-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213904-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213904

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

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

--- Comment #1 from Jan Beich (mail not working) <jbeich@FreeBSD.org> ---
Comment on attachment 176297
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D176297
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=3D1.0
> +Type=3DApplication
> +Name=3DZDoom
> +Exec=3Dzdoom
> +Icon=3Dzdoom
> +Categories=3DGame;

For simple .desktop under files/ directory consider defining DESKTOP_ENTRIE=
S in
Makefile instead.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213904-13-6mlhO0VFJz>