summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-02-29 18:46:07 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-02-29 18:46:07 +0000
commit80e58346fb137804bf5f36973b50576f91b47d77 (patch)
treeb04dc2971b07124bdee33d6f3a6e7f297cb39733 /games-action/barrage
parentamd64 stable wrt bug #204213 (diff)
downloadhistorical-80e58346fb137804bf5f36973b50576f91b47d77.tar.gz
historical-80e58346fb137804bf5f36973b50576f91b47d77.tar.bz2
historical-80e58346fb137804bf5f36973b50576f91b47d77.zip
Remove icon extension from desktop entry to match Icon Theme Specification.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-action/barrage')
-rw-r--r--games-action/barrage/ChangeLog7
-rw-r--r--games-action/barrage/barrage-1.0.2-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/games-action/barrage/ChangeLog b/games-action/barrage/ChangeLog
index 3cbfe9c4d441..5e00cba0912e 100644
--- a/games-action/barrage/ChangeLog
+++ b/games-action/barrage/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/barrage
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/ChangeLog,v 1.11 2007/05/21 17:24:48 tupone Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/ChangeLog,v 1.12 2008/02/29 18:44:45 carlo Exp $
+
+ 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> barrage-1.0.2-r1.ebuild:
+ Remove icon extension from desktop entry to match Icon Theme Specification.
*barrage-1.0.2-r1 (21 May 2007)
diff --git a/games-action/barrage/barrage-1.0.2-r1.ebuild b/games-action/barrage/barrage-1.0.2-r1.ebuild
index b63cdf9768d6..930a0426a522 100644
--- a/games-action/barrage/barrage-1.0.2-r1.ebuild
+++ b/games-action/barrage/barrage-1.0.2-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-action/barrage/barrage-1.0.2-r1.ebuild,v 1.1 2007/05/21 17:24:48 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.2-r1.ebuild,v 1.2 2008/02/29 18:44:45 carlo Exp $
inherit eutils games
@@ -30,7 +30,7 @@ src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS BUGS ChangeLog README
doicon "${DISTDIR}"/${PN}.png
- make_desktop_entry ${PN} Barrage ${PN}.png
+ make_desktop_entry ${PN} Barrage ${PN}
rm "${D}"/usr/share/applications/${PN}.desktop
prepgamesdirs
}