summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-03-13 13:39:14 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-03-13 13:39:14 +0000
commit350eb6303cefa2d97ae047549efe72a115aa975c (patch)
tree5fba6fa59d1b11a097f8c4741933dfa624a0eba2 /games-puzzle/icebreaker
parentx86 stable (diff)
downloadgentoo-2-350eb6303cefa2d97ae047549efe72a115aa975c.tar.gz
gentoo-2-350eb6303cefa2d97ae047549efe72a115aa975c.tar.bz2
gentoo-2-350eb6303cefa2d97ae047549efe72a115aa975c.zip
Install menu entry, bug #160226
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-puzzle/icebreaker')
-rw-r--r--games-puzzle/icebreaker/ChangeLog5
-rw-r--r--games-puzzle/icebreaker/icebreaker-1.9.5.ebuild11
2 files changed, 10 insertions, 6 deletions
diff --git a/games-puzzle/icebreaker/ChangeLog b/games-puzzle/icebreaker/ChangeLog
index 19ad9ddc371c..9c2cb5f4beec 100644
--- a/games-puzzle/icebreaker/ChangeLog
+++ b/games-puzzle/icebreaker/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/icebreaker
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/icebreaker/ChangeLog,v 1.11 2007/02/22 01:11:52 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/icebreaker/ChangeLog,v 1.12 2007/03/13 13:39:14 nyhm Exp $
+
+ 13 Mar 2007; Tristan Heaven <nyhm@gentoo.org> icebreaker-1.9.5.ebuild:
+ Install menu entry, bug #160226
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/games-puzzle/icebreaker/icebreaker-1.9.5.ebuild b/games-puzzle/icebreaker/icebreaker-1.9.5.ebuild
index 4bb2d127915c..e130f2b015c2 100644
--- a/games-puzzle/icebreaker/icebreaker-1.9.5.ebuild
+++ b/games-puzzle/icebreaker/icebreaker-1.9.5.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/icebreaker/icebreaker-1.9.5.ebuild,v 1.10 2006/06/29 15:59:40 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/icebreaker/icebreaker-1.9.5.ebuild,v 1.11 2007/03/13 13:39:14 nyhm Exp $
-inherit games
+inherit eutils games
DESCRIPTION="Trap and capture penguins on Antarctica"
HOMEPAGE="http://www.mattdm.org/icebreaker/"
-SRC_URI="http://www.mattdm.org/icebreaker/1.9.x/${P}.tgz"
+SRC_URI="http://www.mattdm.org/${PN}/1.9.x/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
@@ -38,7 +38,8 @@ src_install() {
bindir="${D}${GAMES_BINDIR}" \
datadir="${D}${GAMES_DATADIR}" \
highscoredir="${D}${GAMES_STATEDIR}" || die
-
+ newicon ${PN}_48.bmp ${PN}.bmp
+ make_desktop_entry ${PN} IceBreaker /usr/share/pixmaps/${PN}.bmp
dodoc ChangeLog README* TODO
prepgamesdirs
}