summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2007-03-14 22:07:11 +0000
committerTristan Heaven <tristan@gentoo.org>2007-03-14 22:07:11 +0000
commit748618f583622a9aa61394909c7d7752e9e451b4 (patch)
treececa649fc1700c9535f169430995da8edd69202c /games-arcade/xbubble/xbubble-0.5.8.ebuild
parentAdd nls support and Russian translation, thanks to Alexander Shiyan <shc at m... (diff)
downloadhistorical-748618f583622a9aa61394909c7d7752e9e451b4.tar.gz
historical-748618f583622a9aa61394909c7d7752e9e451b4.tar.bz2
historical-748618f583622a9aa61394909c7d7752e9e451b4.zip
Install menu entry, bug #160260
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-arcade/xbubble/xbubble-0.5.8.ebuild')
-rw-r--r--games-arcade/xbubble/xbubble-0.5.8.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/games-arcade/xbubble/xbubble-0.5.8.ebuild b/games-arcade/xbubble/xbubble-0.5.8.ebuild
index 06f3a3aa36b5..0a9193fe2bb4 100644
--- a/games-arcade/xbubble/xbubble-0.5.8.ebuild
+++ b/games-arcade/xbubble/xbubble-0.5.8.ebuild
@@ -1,6 +1,6 @@
-# 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-arcade/xbubble/xbubble-0.5.8.ebuild,v 1.11 2006/11/02 22:54:59 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbubble/xbubble-0.5.8.ebuild,v 1.12 2007/03/14 22:07:11 nyhm Exp $
inherit eutils games
@@ -42,6 +42,8 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
+ newicon data/themes/fancy/Bubble_black_DEAD_01.png ${PN}.png
+ make_desktop_entry ${PN} XBubble
dodoc AUTHORS ChangeLog NEWS NetworkProtocol README TODO
prepgamesdirs
}