summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/quake3-bin/ChangeLog8
-rw-r--r--games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild6
-rw-r--r--games-fps/quake3-bin/quake3-bin-1.32c.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/games-fps/quake3-bin/ChangeLog b/games-fps/quake3-bin/ChangeLog
index 742555c742ea..9b11259f0fdc 100644
--- a/games-fps/quake3-bin/ChangeLog
+++ b/games-fps/quake3-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/quake3-bin
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.25 2007/07/31 14:35:28 cardoe Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.26 2008/02/29 19:15:24 carlo Exp $
+
+ 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> quake3-bin-1.32c.ebuild,
+ quake3-bin-1.32c-r1.ebuild:
+ Remove icon extension from desktop entry to match Icon Theme Specification.
31 Jul 2007; Doug Goldstein <cardoe@gentoo.org> quake3-bin-1.32c.ebuild,
quake3-bin-1.32c-r1.ebuild:
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 3966fa0118f5..47c9ac19f0cf 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-2007 Gentoo Foundation
+# Copyright 1999-2008 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.5 2007/07/31 14:35:28 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild,v 1.6 2008/02/29 19:15:24 carlo Exp $
inherit eutils games
@@ -100,7 +100,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
diff --git a/games-fps/quake3-bin/quake3-bin-1.32c.ebuild b/games-fps/quake3-bin/quake3-bin-1.32c.ebuild
index 127e0fd98608..0a5a82a39d9a 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-2007 Gentoo Foundation
+# Copyright 1999-2008 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.8 2007/07/31 14:35:28 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c.ebuild,v 1.9 2008/02/29 19:15:24 carlo Exp $
inherit eutils games
@@ -81,7 +81,7 @@ src_install() {
then
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 \