summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-03-09 12:12:16 +0000
committerJonathan Callen <abcd@gentoo.org>2010-03-09 12:12:16 +0000
commitbb5cb54379209859c28fd69b279c638159814fcd (patch)
tree604049c8ae2a0d31873f6e8193128390c5d9e160 /games-fps
parentQA: When not using an absolute path, you MUST NOT use a file extension (.png,... (diff)
downloadgentoo-2-bb5cb54379209859c28fd69b279c638159814fcd.tar.gz
gentoo-2-bb5cb54379209859c28fd69b279c638159814fcd.tar.bz2
gentoo-2-bb5cb54379209859c28fd69b279c638159814fcd.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 (fix usage in comment)
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/quake4-bin/ChangeLog9
-rw-r--r--games-fps/quake4-bin/quake4-bin-1.3.2.ebuild8
2 files changed, 11 insertions, 6 deletions
diff --git a/games-fps/quake4-bin/ChangeLog b/games-fps/quake4-bin/ChangeLog
index 7e8bd49782a5..c6b2d789db56 100644
--- a/games-fps/quake4-bin/ChangeLog
+++ b/games-fps/quake4-bin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-fps/quake4-bin
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.37 2008/09/26 18:54:33 zmedico Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.38 2010/03/09 12:12:16 abcd Exp $
+
+ 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> quake4-bin-1.3.2.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 (fix usage
+ in comment)
26 Sep 2008; Zac Medico <zmedico@gentoo.org> quake4-bin-1.3.2.ebuild,
quake4-bin-1.4.2.ebuild:
diff --git a/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild b/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild
index e0c71d61d570..f06e18da2ec3 100644
--- a/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild
+++ b/games-fps/quake4-bin/quake4-bin-1.3.2.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/quake4-bin/quake4-bin-1.3.2.ebuild,v 1.8 2008/09/26 18:54:33 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild,v 1.9 2010/03/09 12:12:16 abcd Exp $
inherit eutils versionator games
@@ -89,8 +89,8 @@ src_install() {
games_make_wrapper quake4 ./quake4.x86 "${dir}" "${dir}"
games_make_wrapper quake4-smp ./quake4smp.x86 "${dir}" "${dir}"
# doicon ${FILESDIR}/quake4.png || die "copying icon"
-# make_desktop_entry quake4 "Quake IV" quake4.png
-# make_desktop_entry quake4-smp "Quake IV (SMP)" quake4.png
+# make_desktop_entry quake4 "Quake IV" quake4
+# make_desktop_entry quake4-smp "Quake IV (SMP)" quake4
newicon q4icon.bmp quake4.bmp || die "copying icon"
make_desktop_entry quake4 "Quake IV" /usr/share/pixmaps/quake4.bmp
make_desktop_entry quake4-smp "Quake IV (SMP)" /usr/share/pixmaps/quake4.bmp