diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 18:20:33 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 18:20:33 +0000 |
commit | 73a40031949f619b88de996da0fcb65d7c28b7df (patch) | |
tree | 3fa895bade80ee3bfe430b9243b1bb46b1041d5e /games-action/btanks | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-73a40031949f619b88de996da0fcb65d7c28b7df.tar.gz gentoo-2-73a40031949f619b88de996da0fcb65d7c28b7df.tar.bz2 gentoo-2-73a40031949f619b88de996da0fcb65d7c28b7df.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-action/btanks')
-rw-r--r-- | games-action/btanks/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/btanks/btanks-0.6.5069.ebuild | 4 | ||||
-rw-r--r-- | games-action/btanks/btanks-0.7.5800.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/games-action/btanks/ChangeLog b/games-action/btanks/ChangeLog index 2d726a6911cf..83cd51d176bb 100644 --- a/games-action/btanks/ChangeLog +++ b/games-action/btanks/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/btanks # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v 1.8 2008/01/17 06:57:38 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v 1.9 2008/02/29 18:20:33 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> btanks-0.6.5069.ebuild, + btanks-0.7.5800.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 17 Jan 2008; Tupone Alfredo <tupone@gentoo.org> btanks-0.5.4740-r1.ebuild, btanks-0.6.5069.ebuild, btanks-0.7.5800.ebuild: diff --git a/games-action/btanks/btanks-0.6.5069.ebuild b/games-action/btanks/btanks-0.6.5069.ebuild index dfbf718f297b..6a16f56b9231 100644 --- a/games-action/btanks/btanks-0.6.5069.ebuild +++ b/games-action/btanks/btanks-0.6.5069.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.6.5069.ebuild,v 1.4 2008/01/17 06:57:38 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.6.5069.ebuild,v 1.5 2008/02/29 18:20:33 carlo Exp $ inherit eutils games @@ -52,7 +52,7 @@ src_install() { dodoc ChangeLog *.txt newicon src/bt.xpm ${PN}.xpm || die "newicon" - make_desktop_entry ${PN} "Battle Tanks" ${PN}.xpm + make_desktop_entry ${PN} "Battle Tanks" ${PN} prepgamesdirs } diff --git a/games-action/btanks/btanks-0.7.5800.ebuild b/games-action/btanks/btanks-0.7.5800.ebuild index af7871cb5b4a..df70af390be6 100644 --- a/games-action/btanks/btanks-0.7.5800.ebuild +++ b/games-action/btanks/btanks-0.7.5800.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.7.5800.ebuild,v 1.2 2008/01/17 06:57:38 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.7.5800.ebuild,v 1.3 2008/02/29 18:20:33 carlo Exp $ inherit eutils games @@ -53,7 +53,7 @@ src_install() { dodoc ChangeLog *.txt newicon src/bt.xpm ${PN}.xpm || die "newicon" - make_desktop_entry ${PN} "Battle Tanks" ${PN}.xpm + make_desktop_entry ${PN} "Battle Tanks" ${PN} prepgamesdirs } |