diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 18:44:45 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 18:44:45 +0000 |
commit | 45886a73ad05f07073d5986be33b4bdd2b1107ab (patch) | |
tree | a3401df722760ce6f9ed22db9a86e6a0af0bcd82 /games-action/barrage | |
parent | amd64 stable wrt bug #204213 (diff) | |
download | gentoo-2-45886a73ad05f07073d5986be33b4bdd2b1107ab.tar.gz gentoo-2-45886a73ad05f07073d5986be33b4bdd2b1107ab.tar.bz2 gentoo-2-45886a73ad05f07073d5986be33b4bdd2b1107ab.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-action/barrage')
-rw-r--r-- | games-action/barrage/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/barrage/barrage-1.0.2-r1.ebuild | 6 |
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 } |