summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-02-29 19:08:22 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-02-29 19:08:22 +0000
commit58f67a5954a711c58c4be31afb92458535be5015 (patch)
tree6306bf68baa5b9d53ade2240b41effe5833ab841 /games-emulation/pcsx2
parentRemove icon extension from desktop entry to match Icon Theme Specification. (diff)
downloadhistorical-58f67a5954a711c58c4be31afb92458535be5015.tar.gz
historical-58f67a5954a711c58c4be31afb92458535be5015.tar.bz2
historical-58f67a5954a711c58c4be31afb92458535be5015.zip
Remove icon extension from desktop entry to match Icon Theme Specification.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-emulation/pcsx2')
-rw-r--r--games-emulation/pcsx2/ChangeLog7
-rw-r--r--games-emulation/pcsx2/pcsx2-0.8.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/games-emulation/pcsx2/ChangeLog b/games-emulation/pcsx2/ChangeLog
index 3bc03b2c633a..1983a4905572 100644
--- a/games-emulation/pcsx2/ChangeLog
+++ b/games-emulation/pcsx2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/pcsx2
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx2/ChangeLog,v 1.13 2007/07/30 23:04:08 mr_bones_ Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx2/ChangeLog,v 1.14 2008/02/29 19:04:47 carlo Exp $
+
+ 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> pcsx2-0.8.1.ebuild:
+ Remove icon extension from desktop entry to match Icon Theme Specification.
30 Jul 2007; Michael Sterrett <mr_bones_@gentoo.org> pcsx2-0.8.1.ebuild:
stable for x86
diff --git a/games-emulation/pcsx2/pcsx2-0.8.1.ebuild b/games-emulation/pcsx2/pcsx2-0.8.1.ebuild
index f0dd02b88fb0..84abf5665d67 100644
--- a/games-emulation/pcsx2/pcsx2-0.8.1.ebuild
+++ b/games-emulation/pcsx2/pcsx2-0.8.1.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-emulation/pcsx2/pcsx2-0.8.1.ebuild,v 1.9 2007/07/30 23:04:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx2/pcsx2-0.8.1.ebuild,v 1.10 2008/02/29 19:04:47 carlo Exp $
inherit eutils toolchain-funcs games
@@ -58,6 +58,6 @@ src_install() {
|| die "sed failed"
dodoc Docs/*.txt
doicon "${FILESDIR}"/pcsx2.png
- make_desktop_entry pcsx2 PCSX2 pcsx2.png
+ make_desktop_entry pcsx2 PCSX2 pcsx2
prepgamesdirs
}