diff options
-rw-r--r-- | games-arcade/komi/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/komi/komi-1.04.ebuild | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/games-arcade/komi/ChangeLog b/games-arcade/komi/ChangeLog index 5a5fae1fe18a..01d7a0426dad 100644 --- a/games-arcade/komi/ChangeLog +++ b/games-arcade/komi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/komi -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/komi/ChangeLog,v 1.4 2006/09/20 16:46:20 blubb Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/komi/ChangeLog,v 1.5 2007/03/15 23:14:50 nyhm Exp $ + + 15 Mar 2007; Tristan Heaven <nyhm@gentoo.org> komi-1.04.ebuild: + Install menu entry, bug #160229 20 Sep 2006; <blubb@gentoo.org> komi-1.04.ebuild: stable on amd64 diff --git a/games-arcade/komi/komi-1.04.ebuild b/games-arcade/komi/komi-1.04.ebuild index 614b2a62c219..c6a82ea57add 100644 --- a/games-arcade/komi/komi-1.04.ebuild +++ b/games-arcade/komi/komi-1.04.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/komi/komi-1.04.ebuild,v 1.4 2006/09/20 16:46:20 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/komi/komi-1.04.ebuild,v 1.5 2007/03/15 23:14:50 nyhm Exp $ inherit eutils games @@ -19,7 +19,7 @@ DEPEND="media-libs/libsdl src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}/${PV}-DESTDIR.patch" + epatch "${FILESDIR}"/${PV}-DESTDIR.patch sed -i \ -e "/^BINPATH/s:=.*:=${GAMES_BINDIR}/:" \ -e "/^DATAPATH/s:=.*:=${GAMES_DATADIR}/${PN}/:" Makefile \ @@ -31,7 +31,9 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" + newicon komidata/sprites_komi.bmp ${PN}.bmp + make_desktop_entry komi Komi /usr/share/pixmaps/${PN}.bmp doman komi.6 dodoc CHANGELOG.txt README.txt TROUBLESHOOTING.txt prepgamesdirs |