diff options
author | 2010-03-09 12:34:56 +0000 | |
---|---|---|
committer | 2010-03-09 12:34:56 +0000 | |
commit | 0c978e89119769f5d04c75075adebd6fccc4dcc5 (patch) | |
tree | 64565e62a587dacf0509ae435a84041d78a51441 /games-action/openlierox/openlierox-0.58_rc1.ebuild | |
parent | amd64 stable, bug 307283 (diff) | |
download | gentoo-2-0c978e89119769f5d04c75075adebd6fccc4dcc5.tar.gz gentoo-2-0c978e89119769f5d04c75075adebd6fccc4dcc5.tar.bz2 gentoo-2-0c978e89119769f5d04c75075adebd6fccc4dcc5.zip |
QA: When not using an absolute path, you MUST NOT use a file extension (.png, .svg, or .xpm) on the icon name for make_desktop_entry
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'games-action/openlierox/openlierox-0.58_rc1.ebuild')
-rw-r--r-- | games-action/openlierox/openlierox-0.58_rc1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/openlierox/openlierox-0.58_rc1.ebuild b/games-action/openlierox/openlierox-0.58_rc1.ebuild index b5230c95e39f..6fcf2b322f23 100644 --- a/games-action/openlierox/openlierox-0.58_rc1.ebuild +++ b/games-action/openlierox/openlierox-0.58_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/openlierox/openlierox-0.58_rc1.ebuild,v 1.1 2010/01/24 18:09:50 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/openlierox/openlierox-0.58_rc1.ebuild,v 1.2 2010/03/09 12:34:56 abcd Exp $ EAPI="2" @@ -58,7 +58,7 @@ src_install() { doins -r doc/original_lx_docs || die "doins failed" doicon share/OpenLieroX.* || die "doicon failed" - make_desktop_entry openlierox OpenLieroX OpenLieroX.svg \ + make_desktop_entry openlierox OpenLieroX OpenLieroX \ "Game;ActionGame;ArcadeGame;" || die "make_desktop_entry failed" dogamesbin "${CMAKE_BUILD_DIR}"/bin/openlierox || die "dogamesbin failed" |