diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 12:36:34 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-03-09 12:36:34 +0000 |
commit | 8bd1a6a347afad1e74179aeb35b75ba78f140512 (patch) | |
tree | a94b1008a666cb496e0b4354ad6d7a4d20c31694 /games-fps/quake3-bin | |
parent | QA: When not using an absolute path, you MUST NOT use a file extension (.png,... (diff) | |
download | gentoo-2-8bd1a6a347afad1e74179aeb35b75ba78f140512.tar.gz gentoo-2-8bd1a6a347afad1e74179aeb35b75ba78f140512.tar.bz2 gentoo-2-8bd1a6a347afad1e74179aeb35b75ba78f140512.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-fps/quake3-bin')
-rw-r--r-- | games-fps/quake3-bin/ChangeLog | 9 | ||||
-rw-r--r-- | games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild | 6 | ||||
-rw-r--r-- | games-fps/quake3-bin/quake3-bin-1.32c.ebuild | 6 |
3 files changed, 13 insertions, 8 deletions
diff --git a/games-fps/quake3-bin/ChangeLog b/games-fps/quake3-bin/ChangeLog index 6ea78a3fd172..ab39298edd4b 100644 --- a/games-fps/quake3-bin/ChangeLog +++ b/games-fps/quake3-bin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/quake3-bin -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.29 2009/07/26 10:55:33 nyhm Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.30 2010/03/09 12:36:34 abcd Exp $ + + 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> quake3-bin-1.32c.ebuild, + quake3-bin-1.32c-r1.ebuild: + 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 26 Jul 2009; Tristan Heaven <nyhm@gentoo.org> quake3-bin-1.32c-r1.ebuild: Don't install mod symlinks, they should be installed by the mod packages diff --git a/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild b/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild index e0d9a813ccce..7150199a76b8 100644 --- a/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild +++ b/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild,v 1.9 2009/07/26 10:55:33 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild,v 1.10 2010/03/09 12:36:34 abcd Exp $ EAPI=2 inherit eutils games @@ -86,7 +86,7 @@ src_install() { doexe "Quake III Arena 1.32c"/linux/quake3*.x86 || die "doexe" games_make_wrapper ${PN} ./quake3.x86 "${dir}" "${dir}" newicon quake3.xpm ${PN}.xpm - make_desktop_entry ${PN} "Quake III Arena (binary)" ${PN}.xpm + make_desktop_entry ${PN} "Quake III Arena (binary)" ${PN} if use teamarena ; then games_make_wrapper ${PN}-teamarena \ "./quake3.x86 +set fs_game missionpack" "${dir}" "${dir}" diff --git a/games-fps/quake3-bin/quake3-bin-1.32c.ebuild b/games-fps/quake3-bin/quake3-bin-1.32c.ebuild index 16795c626258..48db80a52da4 100644 --- a/games-fps/quake3-bin/quake3-bin-1.32c.ebuild +++ b/games-fps/quake3-bin/quake3-bin-1.32c.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c.ebuild,v 1.10 2008/09/26 18:47:42 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c.ebuild,v 1.11 2010/03/09 12:36:34 abcd Exp $ inherit eutils games @@ -88,7 +88,7 @@ src_install() { games_make_wrapper ${PN}-teamarena \ "./quake3.x86 +set fs_game missionpack" "${dir}" "${dir}" make_desktop_entry ${PN}-teamarena \ - "Quake III Team Arena (binary)" quake3-bin.xpm + "Quake III Team Arena (binary)" quake3-bin fi fi if use dedicated |